Skip to content

Commit

Permalink
Combine background properties into one
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and mdo committed Jan 14, 2019
1 parent 8db577b commit 50492b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scss/_custom-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@
width: $custom-control-indicator-size;
height: $custom-control-indicator-size;
content: "";
background-repeat: no-repeat;
background-position: center center;
background-size: $custom-control-indicator-bg-size;
background: no-repeat 50% / #{$custom-control-indicator-bg-size};
}
}

Expand Down

0 comments on commit 50492b8

Please sign in to comment.