Skip to content

Commit 11576ed

Browse files
author
Darius Rosendahl
committed
Select arrow should be turned the other way #31
1 parent 8e23a6b commit 11576ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sass/component/select.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
display: block;
6363
width: $input-height; height: $input-height;
6464
line-height: $input-height;
65-
transform: rotate(-90deg);
65+
transform: rotate(90deg);
6666
transform-origin: center;
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)