Bug 591753: Category buttons should highlight on hover even when selected. r=dtownsend

This commit is contained in:
Shivang Nagaria 2015-08-17 10:48:52 -07:00
parent 308fed7444
commit 1693ce03ad

View File

@ -125,6 +125,10 @@
padding-top: 0;
}
.category[selected="true"]:hover {
background-color:#1A2533;
}
.category[disabled] {
overflow: hidden;
height: 0;