Removed hover effect for tabs when disabled.

This commit is contained in:
Sean Li 2015-02-25 14:56:05 -08:00
parent be963610fb
commit 57954729a9
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@
}
&.disabled {
opacity: 0.5;
&:hover {
background-color: transparent;
}
}
}
}