We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99517d commit 0a5d9a7Copy full SHA for 0a5d9a7
v2/SelectDecorator/SelectDecorator.css
@@ -41,12 +41,11 @@
41
42
.select-decorator-inner-icon {
43
float: left;
44
- margin-left: 10px;
45
width: 32px;
46
height: 32px;
47
background-size: cover;
48
margin: -7px 7px -7px 0;
49
- background-position: 0 0;
+ background-position: 0px 0px;
50
}
51
52
.onyx-button.active .select-decorator-inner-icon,
@@ -55,8 +54,7 @@
55
54
56
57
.select-decorator-no-caption .select-decorator-inner-icon {
58
-
59
- background-position: 0 -32px;
+ margin-right: 0;
60
61
62
.select-decorator-inner-arrow {
0 commit comments