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 7ed87d8 commit a93d5a7Copy full SHA for a93d5a7
src/components/tabs/themes/shared/tab/tab.material.scss
@@ -36,6 +36,21 @@ $theme: $material;
36
}
37
38
39
+:host([selected]) {
40
+ [part='tab-header'] {
41
+ &::before {
42
+ background: var-get($theme, 'item-active-background');
43
+ }
44
+
45
+ &:hover,
46
+ &:focus-within {
47
+ &::after {
48
+ background: var-get($theme, 'item-active-hover-background');
49
50
51
52
+}
53
54
::slotted(igc-icon) {
55
--size: #{rem(24px)};
56
0 commit comments