aboutsummaryrefslogtreecommitdiff
path: root/ext/fg
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fg')
-rw-r--r--ext/fg/css/frame.css4
-rw-r--r--ext/fg/js/frame.js2
2 files changed, 6 insertions, 0 deletions
diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css
index 67caf152..dc04184d 100644
--- a/ext/fg/css/frame.css
+++ b/ext/fg/css/frame.css
@@ -86,6 +86,10 @@ body {
opacity: 0.25;
}
+.action-bar .pending {
+ visibility: hidden;
+}
+
/* term styles */
.term-expression {
diff --git a/ext/fg/js/frame.js b/ext/fg/js/frame.js
index 8a99a405..f25ae8da 100644
--- a/ext/fg/js/frame.js
+++ b/ext/fg/js/frame.js
@@ -63,6 +63,8 @@ function api_setActionState({index, state, sequence}) {
} else {
classes.add('disabled');
}
+
+ classes.remove('pending');
}
}