We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4a443 commit 50e750bCopy full SHA for 50e750b
src/assets/sass/lbd/_checkbox-radio-switch.scss
@@ -266,9 +266,9 @@
266
user-select: none;
267
268
/* this code is for fixing safari bug with hidden overflow for border-radius */
269
- -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
+ -webkit-mask: url('/img/mask.png') 0 0 no-repeat;
270
-webkit-mask-size: 60px 24px;
271
- mask: url('../img/mask.png') 0 0 no-repeat;
+ mask: url('/img/mask.png') 0 0 no-repeat;
272
}
273
.has-switch.deactivate {
274
opacity: 0.5;
0 commit comments