Skip to content

Commit

Permalink
make drop-down icon glyphs grey
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-horror committed Mar 30, 2016
1 parent 4d71356 commit d0bf465
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/common/base/combobox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@

.select2-drop {
background: $secondary;
i.fa {
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
}
}

.select2-search input {
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/mobile/discourse.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ h2#site-text-logo
.mobile-view .mobile-nav {
a .fa {
margin-right: 8px;
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
}
a {
color: $primary;
Expand Down

0 comments on commit d0bf465

Please sign in to comment.