(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
+1 -1
View File
@@ -551,7 +551,7 @@
</p>
</div>
</md-list-item>
<md-list-item ng-if="list.component.$events.length == 0">
<md-list-item disabled="disabled" ng-if="list.component.$events.length == 0">
<p class="sg-md-caption"><var:string label:value="No events for selected criteria"/></p>
</md-list-item>
</md-list>
@@ -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;