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

pull/3696/head
Diego Smania 2021-06-12 12:13:59 -03:00
parent 2aa1da0db3
commit e156784867
1 changed files with 1 additions and 0 deletions

View File

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