mirror of https://github.com/ElemeFE/element
Button: fix disabled text button style
parent
e531b14aa7
commit
6f5df9529e
|
@ -159,6 +159,12 @@
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.is-disabled,
|
||||||
|
&.is-disabled:hover,
|
||||||
|
&.is-disabled:focus {
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue