Removed sibling selectors from profile

This commit is contained in:
Tetrakern 2023-06-09 21:32:55 +02:00
parent 3c54c5bada
commit 3018fce846
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -39,6 +39,10 @@
}
}
&._checkmark input:not([type="checkbox"], [type="radio"]) {
padding-right: 32px;
}
.checkmark {
pointer-events: none;
position: absolute;
@ -46,10 +50,6 @@
right: 8px;
z-index: 1;
color: var(--fg-700);
+ input:not([type="checkbox"], [type="radio"]) {
padding-right: 32px;
}
}
}