mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
fix: remove checkbox outline on focus
This commit is contained in:
parent
4521f07acf
commit
a8647cbcae
1 changed files with 4 additions and 4 deletions
|
|
@ -706,14 +706,14 @@
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .e-checkbox.material-design:focus {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#rl-app .e-checkbox input[type="checkbox"] {
|
#rl-app .e-checkbox input[type="checkbox"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rl-app .e-checkbox:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue