[Gradient Buttons]: Fix to keep font color on hover event.

This commit is contained in:
Diego Smania 2021-06-12 12:13:59 -03:00
parent 2aa1da0db3
commit e156784867

View file

@ -62,6 +62,7 @@
&.disabled {
background-image: none !important;
border-color: $color;
color: color-yiq($color);
}
}
}