Return some -webkit- prefixes for wider compatibility

It was too good to be true
This commit is contained in:
daudix
2024-10-02 04:20:10 +03:00
parent eae48b3762
commit 1e47460527
14 changed files with 126 additions and 38 deletions

View File

@ -241,9 +241,11 @@ details {
}
&::before {
--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='m2.293 6.707 5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 1 0-1.414-1.414L8 9.586 3.707 5.293a1 1 0 1 0-1.414 1.414m0 0'/%3E%3C/svg%3E");
-webkit-mask-image: var(--icon);
display: inline-block;
vertical-align: -0.125em;
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='m2.293 6.707 5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 1 0-1.414-1.414L8 9.586 3.707 5.293a1 1 0 1 0-1.414 1.414m0 0'/%3E%3C/svg%3E");
mask-image: var(--icon);
transition: var(--transition);
margin-inline-end: 0.25rem;
background-color: currentColor;