Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
fix wrong commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickfh committed Jul 30, 2021
1 parent 67cdd62 commit d477a5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/_form-select.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import '../settings/form';
@import '~sass-svg-uri/svg-uri';

.form-select {
display: block;
Expand Down Expand Up @@ -46,7 +47,7 @@
.has-error & {
padding-right: 2.25rem;
border-color: $form-group-error-color;
background-image: url('data:image/svg+xml;utf8,#{$form-group-error-icon}');
background-image: svg-uri($form-group-error-icon);
background-repeat: no-repeat;
background-position: center right 0.563rem;
background-size: 1.125rem 1.125rem;
Expand Down

0 comments on commit d477a5a

Please sign in to comment.