Skip to content

Commit 424fac0

Browse files
author
Darius Rosendahl
committed
Select arrow should be turned the other way #31
1 parent d9087e0 commit 424fac0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sass/component/select.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
~ .select-arrow {
2828
&:after {
29-
margin-left: 3px;
30-
transform: rotate(90deg);
29+
margin-left: -3px;
30+
transform: rotate(-90deg);
3131
}
3232
}
3333
}
@@ -56,12 +56,12 @@
5656
pointer-events: none;
5757

5858
&:after {
59-
box-sizing: border-box;
60-
text-align: center;
6159
content: $select-arrow;
60+
box-sizing: border-box;
6261
display: block;
6362
width: $input-height; height: $input-height;
6463
line-height: $input-height;
64+
text-align: center;
6565
transform: rotate(90deg);
6666
transform-origin: center;
6767
}

0 commit comments

Comments
 (0)