Skip to content

Commit

Permalink
Merge pull request #998 from david-poindexter/dnn-tabs-color-text
Browse files Browse the repository at this point in the history
Resolved issue with `--color-text` not applying to inactive tab text color
  • Loading branch information
valadas authored Mar 8, 2024
2 parents 0513f39 + 3f9fcd2 commit 897d75c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
.tabTitles{
display: flex;
background-color: var(--color-background);
color: var(--color-text);
button {
cursor: pointer;
padding: 0.5rem 1rem;
border: 0;
margin: 0;
background-color: transparent;
color: var(--color-text);

&.visible {
background-color: var(--color-visible);
color: var(--color-bisible-text);
color: var(--color-visible-text);
}

&:focus, &:hover {
Expand Down

0 comments on commit 897d75c

Please sign in to comment.