app/assets/stylesheets/uswds/elements/_inputs.scss in uswds-rails-1.4.0 vs app/assets/stylesheets/uswds/elements/_inputs.scss in uswds-rails-1.4.1
- old
+ new
@@ -110,12 +110,12 @@
select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: $color-white;
- background-image: asset-url('#{$image-path}/arrow-both.png');
- background-image: asset-url('#{$image-path}/arrow-both.svg');
+ background-image: url('#{$image-path}/arrow-both.png');
+ background-image: url('#{$image-path}/arrow-both.svg');
background-position: right 1.3rem center;
background-repeat: no-repeat;
background-size: 1.3rem;
}
@@ -200,11 +200,11 @@
box-shadow: 0 0 0 2px $color-white, 0 0 0 4px $color-primary;
}
[type=checkbox]:checked + label::before,
[type=checkbox]:checked:disabled + label::before {
- background-image: asset-url('#{$image-path}/correct8.png');
- background-image: asset-url('#{$image-path}/correct8.svg');
+ background-image: url('#{$image-path}/correct8.png');
+ background-image: url('#{$image-path}/correct8.svg');
background-position: 50%;
background-repeat: no-repeat;
}
[type=radio]:focus + label::before {