fix(NcCheckboxRadioSwitch): switch may always have checked-like background
Signed-off-by: Antreesy <antreesy.web@gmail.com>
This commit is contained in:
Родитель
a24042e1b2
Коммит
e6d08b6c50
|
@ -217,6 +217,7 @@ export default {
|
|||
&__icon > * {
|
||||
width: var(--icon-size);
|
||||
height: var(--icon-size);
|
||||
color: var(--color-primary-element);
|
||||
}
|
||||
|
||||
&--button-variant {
|
||||
|
@ -233,12 +234,6 @@ export default {
|
|||
padding-right: $icon-margin;
|
||||
}
|
||||
|
||||
&:not(&--button-variant) {
|
||||
.checkbox-content__icon > * {
|
||||
color: var(--color-primary-element);
|
||||
}
|
||||
}
|
||||
|
||||
&, * {
|
||||
cursor: pointer;
|
||||
flex-shrink: 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче