|
|
@ -405,10 +405,7 @@ body > [data-popper-placement] {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
input[type='checkbox'] {
|
|
|
|
input[type='checkbox'] {
|
|
|
|
display: none;
|
|
|
|
appearance: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.checkbox {
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
border: 1px solid $ui-primary-color;
|
|
|
|
border: 1px solid $ui-primary-color;
|
|
|
@ -420,8 +417,9 @@ body > [data-popper-placement] {
|
|
|
|
top: -1px;
|
|
|
|
top: -1px;
|
|
|
|
border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
vertical-align: middle;
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
cursor: inherit;
|
|
|
|
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
&:checked {
|
|
|
|
border-color: $highlight-text-color;
|
|
|
|
border-color: $highlight-text-color;
|
|
|
|
background: $highlight-text-color
|
|
|
|
background: $highlight-text-color
|
|
|
|
url("data:image/svg+xml;utf8,<svg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.5 8.5L8 12l6-6' stroke='white' stroke-width='1.5'/></svg>")
|
|
|
|
url("data:image/svg+xml;utf8,<svg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.5 8.5L8 12l6-6' stroke='white' stroke-width='1.5'/></svg>")
|
|
|
|