Merge pull request #554 from kitematic/fix-filter-by-tab-hover

Fixed tab label hover.
This commit is contained in:
Sean Li 2015-05-27 12:46:38 -07:00
commit be09bfc247
1 changed files with 6 additions and 4 deletions

View File

@ -50,18 +50,20 @@
flex-direction: row; flex-direction: row;
justify-content: flex-end; justify-content: flex-end;
font-size: 13px; font-size: 13px;
margin: 0 20px; margin: 0 10px;
margin-bottom: 10px; margin-bottom: 10px;
.results-filter { .results-filter {
text-align: center; text-align: center;
margin: 0 10px; margin: 0 10px;
min-width: 40px; min-width: 40px;
&.tab {
&:hover { &:hover {
border-radius: 40px; border-radius: 40px;
background-color: @gray-lightest; background-color: @gray-lightest;
} }
} }
}
.results-filter-title { .results-filter-title {
color: @gray-lighter; color: @gray-lighter;