Fixed tab hover effect.

This commit is contained in:
Sean Li
2015-06-08 12:20:05 -07:00
parent 4ec9a4965a
commit 2d26a66521

View File

@@ -120,6 +120,7 @@
&.disabled {
opacity: 0.5;
&:hover {
color: @gray-light;
border-bottom: 3px solid transparent;
}
}