mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-30 14:21:05 +02:00
tab active colour
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user