lib/assets/stylesheets/uniform/components/form/checkbox.scss in uniform-ui-2.2.2 vs lib/assets/stylesheets/uniform/components/form/checkbox.scss in uniform-ui-2.3.2

- old
+ new

@@ -30,10 +30,10 @@ } } } .uniformCheckbox-indicator{ &::before{ - background-image: url("data:image/svg+xml; utf8,#{icon-check(#FFFFFF)}"); + background-image: icon-check(#FFFFFF); background-position: center center; background-repeat: no-repeat; background-size: 80%; } } \ No newline at end of file