Skip to content

Commit df837a8

Browse files
committed
Lighten Select structure caret color
1 parent fe182c1 commit df837a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

client/stylesheets/foundation/_config.sass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ $link--inverted--state-color: rgba($link--inverted-color, 0.5)
138138
139139
$select-background: $form-input-background
140140
$select-color: $c-text
141+
$select-caret-color: rgba($select-color, 0.5)
141142

142143
// ----- Vendor ----- //
143144

client/stylesheets/structures/_select.sass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
border-left: $select-caret-size solid transparent
2828
border-right: $select-caret-size solid transparent
2929
border-top: $select-caret-size solid
30+
color: $select-caret-color
3031
content: ''
3132
display: inline-block
3233
height: 0

0 commit comments

Comments
 (0)