Include disabled state in base button mixin
So all disabled buttons have the same styles.
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
&:hover {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
@include button-disabled;
|
||||
}
|
||||
}
|
||||
|
||||
%button {
|
||||
|
||||
Reference in New Issue
Block a user