Button: fix disabled text button style

This commit is contained in:
Leopoldthecoder 2017-11-29 16:33:50 +08:00 committed by 杨奕
parent e531b14aa7
commit 6f5df9529e

View File

@ -159,6 +159,12 @@
border-color: transparent;
background-color: transparent;
}
&.is-disabled,
&.is-disabled:hover,
&.is-disabled:focus {
border-color: transparent;
}
}
}