tab active colour

This commit is contained in:
Kuldeep Matharu
2024-08-04 15:58:53 +01:00
parent d625e143f8
commit be2b2ab6a1

View File

@ -66,16 +66,15 @@
} }
} }
.tab-nav-button:focus,
.tab-nav-button:active { .tab-nav-button:active {
background-color: transparent;
color: hsl(var(--button-link-text));
transition: background-color 0s, color var(--layout-transition-extra-fast); transition: background-color 0s, color var(--layout-transition-extra-fast);
} }
.tab-nav-button.active { .tab-nav-button.active {
background-color: transparent; background-color: transparent;
color: hsl(var(--theme-accent-text)); color: hsl(var(--theme-accent-text));
transition: background-color var(--layout-transition-extra-fast), color var(--layout-transition-extra-fast); transition: background-color 0s, color var(--layout-transition-extra-fast);
} }
.tab.disabled .tab-nav-button { .tab.disabled .tab-nav-button {