Commit 50492b88 authored by Martijn Cuppens's avatar Martijn Cuppens Committed by Mark Otto
Browse files

Combine background properties into one

parent 8db577bd
Showing with 1 addition and 3 deletions
+1 -3
...@@ -95,9 +95,7 @@ ...@@ -95,9 +95,7 @@
width: $custom-control-indicator-size; width: $custom-control-indicator-size;
height: $custom-control-indicator-size; height: $custom-control-indicator-size;
content: ""; content: "";
background-repeat: no-repeat; background: no-repeat 50% / #{$custom-control-indicator-bg-size};
background-position: center center;
background-size: $custom-control-indicator-bg-size;
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment