mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
fix: Broken checkboxes in the latest snappymail release
This commit is contained in:
parent
88ad0ccc6c
commit
757dc78bad
1 changed files with 3 additions and 0 deletions
|
@ -478,6 +478,8 @@ select option {
|
|||
}
|
||||
|
||||
#rl-app .e-checkbox.material-design>div>div.checked {
|
||||
top: 0;
|
||||
left: 0;
|
||||
animation: none;
|
||||
--svg-checked: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='3 3 18 18'><path d='M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z'></path></svg>");
|
||||
-webkit-mask-image: var(--svg-checked);
|
||||
|
@ -485,6 +487,7 @@ select option {
|
|||
background: var(--color-primary-element);
|
||||
border-width: 0;
|
||||
margin: 0;
|
||||
transform: unset;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue