Skip to content

Commit

Permalink
Correct flexpane file filter tab styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 15, 2017
1 parent a9a8301 commit af7f7b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scss/modules/flexpane/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ span.match {
}

#search_filters {
a {
.tab {
background: $color-base;
color: $base-font-color;
}

a:hover {
border-bottom: 4px solid $color-shade-dark;
&:hover {
border-bottom: 4px solid $color-shade-dark;
}
}

&.files #filter_files,
Expand Down

0 comments on commit af7f7b9

Please sign in to comment.