mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-27 00:36:44 +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;
|
||||
}
|
||||
|
||||
#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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue