Skip to content

Commit

Permalink
Correct autocomplete menu section header styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jul 23, 2017
1 parent 3aec70c commit 8417b7a
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions scss/modules/menu/_autocomplete.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
#autocomplete_menu {
color: $base-font-color;

header {
background-color: $color-base;

.header_label {
color: $color-highlight;
}

hr {
border-bottom-color: transparent;
border-top-color: $color-shade-darkest;
}
}

h2 {
color: $base-font-color;
}
Expand All @@ -19,13 +32,6 @@
box-shadow: 0 1px 0 0 $color-shadow-light;
}

.section_header {
.header_label {
background-color: $color-base;
color: $color-highlight;
}
}

.pickmeup {
border-bottom: 1px solid $color-shade-dark;
}
Expand Down

0 comments on commit 8417b7a

Please sign in to comment.