mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-30 06:11:09 +02:00
tab active colour
This commit is contained in:
@ -66,16 +66,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.tab-nav-button:focus,
|
||||
.tab-nav-button:active {
|
||||
background-color: transparent;
|
||||
color: hsl(var(--button-link-text));
|
||||
transition: background-color 0s, color var(--layout-transition-extra-fast);
|
||||
}
|
||||
|
||||
.tab-nav-button.active {
|
||||
background-color: transparent;
|
||||
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 {
|
||||
|
Reference in New Issue
Block a user