Skip to content

Commit 0a5d9a7

Browse files
author
Rafa Bernad
committed
Fixed wrong styles for icon
1 parent d99517d commit 0a5d9a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

v2/SelectDecorator/SelectDecorator.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,11 @@
4141

4242
.select-decorator-inner-icon {
4343
float: left;
44-
margin-left: 10px;
4544
width: 32px;
4645
height: 32px;
4746
background-size: cover;
4847
margin: -7px 7px -7px 0;
49-
background-position: 0 0;
48+
background-position: 0px 0px;
5049
}
5150

5251
.onyx-button.active .select-decorator-inner-icon,
@@ -55,8 +54,7 @@
5554
}
5655

5756
.select-decorator-no-caption .select-decorator-inner-icon {
58-
59-
background-position: 0 -32px;
57+
margin-right: 0;
6058
}
6159

6260
.select-decorator-inner-arrow {

0 commit comments

Comments
 (0)