fix: Broken checkboxes in the latest snappymail release

This commit is contained in:
Rene Hampölz 2022-12-17 19:43:47 +00:00
parent 88ad0ccc6c
commit 757dc78bad

View file

@ -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;
}
/*