mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
fix(components): [button] style compatible issue with :not (#7914)
downgrade :not(a,b) to :not(a):not(b) for compatiblity
This commit is contained in:
parent
4177e54964
commit
f7b8c33035
@ -40,7 +40,7 @@ $button-icon-span-gap: map.merge(
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
|
||||||
&:not(.is-text, .is-link, .#{$namespace}-button--text) {
|
&:not(.is-text):not(.is-link):not(.#{$namespace}-button--text) {
|
||||||
background-color: getCssVar('button', 'bg-color');
|
background-color: getCssVar('button', 'bg-color');
|
||||||
border: getCssVar('border');
|
border: getCssVar('border');
|
||||||
border-color: getCssVar('button', 'border-color');
|
border-color: getCssVar('button', 'border-color');
|
||||||
|
Loading…
Reference in New Issue
Block a user