(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>