Skip to content

Commit

Permalink
Update search input styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Nov 23, 2016
1 parent 4b868db commit 7dcfb78
Showing 1 changed file with 17 additions and 39 deletions.
56 changes: 17 additions & 39 deletions scss/modules/header/_search.scss
Original file line number Diff line number Diff line change
@@ -1,48 +1,26 @@
#client_header {
.search_form {
.icon_search {
color: $color-highlight;
}
.search_form:hover {
border-color: $color-shade-light;
}

.icon_close {
color: $base-link-color;
}
.search_focused .search_form {
border-color: $color-shade-light;
}

.search_input {
background: $color-shade-dark !important;
border: 1px solid $color-shade-light;
.search_clear_icon .ts_icon_times_circle {
color: $color-highlight;
}

&:hover {
border: 1px solid $color-shade-lightest;
}
#search_spinner {
color: $base-font-color;
}

&:focus {
border-color: $color-shade-light;
}
}
#search_container {
.icon_search {
color: $color-highlight;
}

.channel_header {
#search_container {
.search_form:hover .search_input {
border: 1px solid $color-shade-light;
}

.search_form .search_clear_icon .ts_icon_times_circle {
color: $color-highlight;
}
}

#header_search_form {
#search_spinner {
color: $base-font-color;
}

&.search_form .icon_search {
color: $color-highlight;
z-index: 2;
}
}
.icon_close {
color: $base-link-color;
}
}

Expand Down

0 comments on commit 7dcfb78

Please sign in to comment.