Commit 6f5df952 authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Button: fix disabled text button style

parent e531b14a
......@@ -159,6 +159,12 @@
border-color: transparent;
background-color: transparent;
}
&.is-disabled,
&.is-disabled:hover,
&.is-disabled:focus {
border-color: transparent;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment