Skip to content

Commit 50e750b

Browse files
committed
Refactor(css): Change route to img
1 parent 6a4a443 commit 50e750b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/sass/lbd/_checkbox-radio-switch.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@
266266
user-select: none;
267267

268268
/* this code is for fixing safari bug with hidden overflow for border-radius */
269-
-webkit-mask: url('../img/mask.png') 0 0 no-repeat;
269+
-webkit-mask: url('/img/mask.png') 0 0 no-repeat;
270270
-webkit-mask-size: 60px 24px;
271-
mask: url('../img/mask.png') 0 0 no-repeat;
271+
mask: url('/img/mask.png') 0 0 no-repeat;
272272
}
273273
.has-switch.deactivate {
274274
opacity: 0.5;

0 commit comments

Comments
 (0)