From 9e38ce0c7bf3bfaaf096cd10443e4b6dbc6b8828 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 15 Apr 2017 22:13:22 -0700 Subject: [PATCH] Correctly hide the spinner on confirm button --- src/more-infos/more-info-configurator.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/more-infos/more-info-configurator.html b/src/more-infos/more-info-configurator.html index 65c3864f4c..4f5b71bbef 100644 --- a/src/more-infos/more-info-configurator.html +++ b/src/more-infos/more-info-configurator.html @@ -37,6 +37,10 @@ height: 14px; margin-right: 20px; } + + [hidden] { + display: none; + }