From 811e9e2a0eea8d92765bb2a73f5ed9d6c10d2671 Mon Sep 17 00:00:00 2001 From: Victor Cerutti Date: Tue, 16 Jan 2018 09:14:41 +0100 Subject: [PATCH] fix slider showed in box mode (#802) fixes https://github.com/home-assistant/home-assistant/issues/11094 --- src/state-summary/state-card-input_number.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/state-summary/state-card-input_number.html b/src/state-summary/state-card-input_number.html index 5b3e475b3d..0874b3f67c 100644 --- a/src/state-summary/state-card-input_number.html +++ b/src/state-summary/state-card-input_number.html @@ -17,6 +17,9 @@ paper-slider { margin-left: 16px; } + paper-slider[hidden] { + display: none !important; + }