[simple theme] CSS remove box-shadow effects

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2021-11-03 23:43:59 +01:00
parent 580a55fe86
commit ca971bd5e5
4 changed files with 0 additions and 32 deletions

View file

@ -38,12 +38,6 @@
display: inline-flex;
flex-direction: row;
white-space: nowrap;
/*
&:has(q:focus) {
box-shadow: 0px 0px 5px #CCC;
}
*/
}
#clear_search {
@ -252,10 +246,6 @@
.disable-user-select;
}
input[type="checkbox"]:focus + label {
box-shadow: 0 0 8px var(--color-categories-item-border-selected);
}
input[type="checkbox"]:checked + label {
color: var(--color-categories-item-selected-font);
border-bottom: 2px solid var(--color-categories-item-border-selected);