Added hover color for tabs.

This commit is contained in:
Sean Li 2015-05-26 17:50:58 -07:00
parent eb78f403a5
commit 57f04f5c39
2 changed files with 8 additions and 0 deletions

View File

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

View File

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