re-enable box-shadow on hover

This commit is contained in:
negue
2022-12-06 22:09:54 +01:00
parent 96dc4e47ae
commit e1b444ea63
+1 -1
View File
@@ -13,7 +13,7 @@
&:hover, &:focus {
box-shadow: 0 3px 6px 0 rgba($black, 0.16), 0 3px 6px 0 rgba($black, 0.24);
&:disabled, &.disabled, &.btn-flat {
&.btn-flat {
box-shadow: none;
}
}