forked from opentiny/tiny-engine
fix(style): delete selected symbol on select component (#306)
* fix(style): delete selected symbol on select component * fix(style): delete space after delete selectedSymbol
This commit is contained in:
parent
491c01092e
commit
52037fdf78
|
@ -424,15 +424,6 @@
|
|||
&:hover {
|
||||
background: var(--ti-lowcode-button-hover-bg);
|
||||
}
|
||||
|
||||
&.selected {
|
||||
&::before {
|
||||
content: '\2714';
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1582,19 +1573,9 @@ span.tiny-switch {
|
|||
|
||||
& > span {
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
content: '\2714';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
& > span {
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
&.is-disabled > a {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue