fix click area of filter checkboxes

#332
This commit is contained in:
tophf 2018-01-24 03:26:15 +03:00
parent b03d9030e4
commit 5b4ecfc3e4

View File

@ -372,7 +372,7 @@ select {
align-items: center; align-items: center;
height: 18px; height: 18px;
width: 100%; width: 100%;
padding: 0 0 0 4px; padding: 0 0 0 8px;
} }
#header .filter-selection label .checkmate { #header .filter-selection label .checkmate {
@ -390,7 +390,6 @@ select {
max-width: 100%; max-width: 100%;
padding-left: 4px; padding-left: 4px;
padding-right: 14px; padding-right: 14px;
margin-left: 4px;
} }
.filter-selection .select-arrow { .filter-selection .select-arrow {
@ -405,7 +404,7 @@ select {
max-width: calc(100% - 2em); max-width: calc(100% - 2em);
position: absolute; position: absolute;
top: 0; top: 0;
left: 16px; left: 20px;
} }
#filters label, #filters label,
@ -828,11 +827,6 @@ input[id^="manage.newUI"] {
padding-left: 20px; padding-left: 20px;
} }
#filters label input[type="checkbox"]:not(.slider),
#filters label input[type="checkbox"]:not(.slider):checked + .svg-icon.checked{
left: 4px;
}
#filters { #filters {
border: 1px solid transparent; border: 1px solid transparent;
} }
@ -1165,10 +1159,6 @@ input[id^="manage.newUI"] {
padding-left: 0; padding-left: 0;
} }
.select-resizer {
left: 16px;
}
#reset-filters { #reset-filters {
margin-top: 4px; margin-top: 4px;
} }