Fix unavailable state icon (#1118)

This commit is contained in:
Otto Winter 2018-04-22 18:35:59 +02:00 committed by c727
parent 02cf337f1a
commit db2f588e86

View File

@ -32,7 +32,7 @@
/* Color the icon if unavailable */ /* Color the icon if unavailable */
ha-state-icon[data-state=unavailable] { ha-state-icon[data-state=unavailable] {
color: var(--state-icon-unavailable); color: var(--state-icon-unavailable-color);
} }
</style> </style>