Merge pull request #545 from kitematic/tab-hover

Added hover color for tabs.
This commit is contained in:
Sean Li 2015-05-26 18:52:12 -07:00
commit 4cf090b056
2 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,10 @@
text-align: center; text-align: center;
margin: 0 10px; margin: 0 10px;
min-width: 40px; min-width: 40px;
&:hover {
border-radius: 40px;
background-color: @gray-lightest;
}
} }
.results-filter-title { .results-filter-title {

View File

@ -119,6 +119,10 @@
background-color: transparent; background-color: transparent;
} }
} }
&:hover {
border-radius: 40px;
background-color: @gray-lightest;
}
} }
.details-progress { .details-progress {