Skip to content

Commit

Permalink
fix: secondary button hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrekim committed Aug 10, 2023
1 parent 2b4e3e9 commit 4de5c5c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ html:not([data-whatintent=touch]) .dnb-button--secondary:hover[disabled] {
}
html:not([data-whatintent=touch]) .dnb-button--secondary:hover:not([disabled]) {
color: var(--sb-color-purple-alternative);
background-color: var(--sb-color-green-light-2);
background-color: var(--sb-color-green);
--border-color: var(--sb-color-purple-alternative);
--border-width: 0.0625rem;
box-shadow: inset 0 0 0 var(--border-width) var(--border-color);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ $button-shadow: var(--sb-shadow-medium);

@include hover() {
color: var(--sb-color-purple-alternative);
background-color: var(--sb-color-green-light-2);
background-color: var(--sb-color-green);
@include fakeBorder(var(--sb-color-purple-alternative), null, inset);
}

Expand Down

0 comments on commit 4de5c5c

Please sign in to comment.