Skip to content

Commit 7defdb8

Browse files
committed
US198278 added TODOs
1 parent 89f0716 commit 7defdb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elements/pfe-tabs/src/pfe-tabs.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ $pfe-tabs__panel--PaddingLeft-factor: 2;
7575
:host([on="dark"]) {
7676
@include pfe-theme($theme: "dark");
7777
}
78+
// TODO: address tabs on darker and darkest themes.
7879
// :host([color="darker"]) {
7980
// @include pfe-theme($theme: "darker");
8081
// }
@@ -86,7 +87,7 @@ $pfe-tabs__panel--PaddingLeft-factor: 2;
8687
:host([on="light"]) {
8788
@include pfe-theme($theme: "light");
8889
}
89-
90+
// TODO: address tabs on lighter and lightest themes.
9091
// :host([on="lighter"]) {
9192
// @include pfe-theme($theme: "lighter");
9293
// }

0 commit comments

Comments
 (0)