Skip to content

Commit

Permalink
Fix CSS hover style for links styled as buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Feb 13, 2022
1 parent 6b4b9e9 commit 0b5b41a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/static/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,13 @@ a.button {
color: var(--button-primary-color);
}

a.button-primary:hover,
a.button-primary:focus,
.button-primary:hover,
.button-primary:focus {
border-color: var(--button-primary-focus-border-color);
background: var(--button-primary-focus-background);
color: var(--button-primary-color);
}

.button-danger {
Expand Down

0 comments on commit 0b5b41a

Please sign in to comment.