Button: fix disabled text button style

pull/8571/head
Leopoldthecoder 2017-11-29 16:33:50 +08:00 committed by 杨奕
parent e531b14aa7
commit 6f5df9529e
1 changed files with 6 additions and 0 deletions

View File

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