stylesheet: danger buttons don't react on hover
This commit is contained in:
parent
3725a43f79
commit
f57985626e
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
border-color: $border-grey;
|
||||
background-color: #FFFFFF;
|
||||
|
||||
&:hover {
|
||||
&:hover:not(:disabled) {
|
||||
color: #FFFFFF;
|
||||
border-color: $medium-red;
|
||||
background-color: $medium-red;
|
||||
|
|
Loading…
Reference in a new issue