aboutsummaryrefslogtreecommitdiff
path: root/ext/css/action-popup.css
diff options
context:
space:
mode:
authorKuuuube <61125188+Kuuuube@users.noreply.github.com>2024-06-20 00:18:51 -0400
committerGitHub <noreply@github.com>2024-06-20 04:18:51 +0000
commitbba9ceb870a742bac1aef2c6ddd2b858917a2ea1 (patch)
treed4b9d20d1cf762c8a0ede268bca21e7cd7788a25 /ext/css/action-popup.css
parentd9521c58bf9b9fef0c8b1248bf6ce8c69351fc16 (diff)
Show loading message before action popup is loaded (#1090)
Diffstat (limited to 'ext/css/action-popup.css')
-rw-r--r--ext/css/action-popup.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/css/action-popup.css b/ext/css/action-popup.css
index 5b68396f..db2e7f1e 100644
--- a/ext/css/action-popup.css
+++ b/ext/css/action-popup.css
@@ -208,6 +208,12 @@ label {
body[data-loaded=true] .toggle-group {
transition: transform 0.35s;
}
+body[data-loaded=true] #loading {
+ display: none;
+}
+body:not([data-loaded=true]) #action-popups {
+ display: none;
+}
.toggle-on,
.toggle-off,