We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f0716 commit 7defdb8Copy full SHA for 7defdb8
elements/pfe-tabs/src/pfe-tabs.scss
@@ -75,6 +75,7 @@ $pfe-tabs__panel--PaddingLeft-factor: 2;
75
:host([on="dark"]) {
76
@include pfe-theme($theme: "dark");
77
}
78
+// TODO: address tabs on darker and darkest themes.
79
// :host([color="darker"]) {
80
// @include pfe-theme($theme: "darker");
81
// }
@@ -86,7 +87,7 @@ $pfe-tabs__panel--PaddingLeft-factor: 2;
86
87
:host([on="light"]) {
88
@include pfe-theme($theme: "light");
89
-
90
+// TODO: address tabs on lighter and lightest themes.
91
// :host([on="lighter"]) {
92
// @include pfe-theme($theme: "lighter");
93
0 commit comments