Skip to content

Commit 47f622a

Browse files
author
Darius Rosendahl
committed
Changed $select-arrow to correct one after castlecss-forms 1.10.0
1 parent 856a70b commit 47f622a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ $input-border-color-focus: #eee;
136136
$input-border: 1px solid $input-border-color;
137137

138138
/* Custom select */
139-
$select-arrow: "\2039";
139+
$select-arrow: "\203A";
140140

141141
/* Labels */
142142
$input-label-color: #aaa;

0 commit comments

Comments
 (0)