(css) Don't highlight disabled list items

This commit is contained in:
Francis Lachapelle
2015-08-07 14:25:14 -04:00
parent 29d86ad478
commit 4434547a18
2 changed files with 2 additions and 2 deletions
@@ -66,7 +66,7 @@ div.md-tile-left {
md-list-item {
transition: background-color $swift-ease-in-duration $swift-ease-in-timing-function,
color 0.12s linear;
&:hover {
&:hover:not([disabled]) {
background-color: sg-color($sogoPaper, 300);
color: sg-color($sogoBlue, 800);
cursor: pointer;