Skip to content

Commit

Permalink
tab active colour
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieFox committed Aug 4, 2024
1 parent d625e14 commit be2b2ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/component/tab/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit be2b2ab

Please sign in to comment.