fix: remove checkbox outline on focus

This commit is contained in:
hampoelz 2023-12-17 11:32:26 +00:00
parent 4521f07acf
commit a8647cbcae

View file

@ -706,14 +706,14 @@
outline: none;
}
#rl-app .e-checkbox.material-design:focus {
outline: none;
}
#rl-app .e-checkbox input[type="checkbox"] {
display: none;
}
#rl-app .e-checkbox:focus {
outline: none;
}
input[type="checkbox"] {
background-color: transparent;
-webkit-appearance: none;