Add hover color on warning buttons
This commit is contained in:
parent
16394c0d4c
commit
e7165edafd
@ -584,6 +584,10 @@ button, .button {
|
||||
|
||||
&.warning {
|
||||
background-color: $warningColor;
|
||||
|
||||
&:hover {
|
||||
background-color: lighten($warningColor, 10%);
|
||||
}
|
||||
}
|
||||
|
||||
&.error, &.danger {
|
||||
|
Loading…
Reference in New Issue
Block a user