Skip to content

Commit

Permalink
Updated text-color on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Nov 6, 2024
1 parent 612cf7f commit 47a0950
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions @navikt/core/css/darkside/copybutton.darkside.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,14 @@

&.navds-copybutton--active {
color: var(--ax-text-success);

&:hover {
color: var(--ax-text-success-strong);
}
}

&:hover {
color: var(--ax-text-accent-strong);
}

&:disabled {
Expand Down

0 comments on commit 47a0950

Please sign in to comment.