stylesheet: danger buttons don't react on hover

This commit is contained in:
Pierre de La Morinerie 2019-03-12 14:22:15 +01:00
parent 3725a43f79
commit f57985626e

View file

@ -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;