aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/css/settings.css
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-10-10 16:54:52 -0400
committerGitHub <noreply@github.com>2020-10-10 16:54:52 -0400
commit199dd7d763e259accb0301a4aa5621c7b1f948c8 (patch)
tree40fb12db9d33971118ea23b3c1f1c2707761b6d7 /ext/bg/css/settings.css
parent3174f3c6578de7a525a629f1acd0d2f04d06da66 (diff)
Storage controller refactor (#905)
* Use hidden instead of storage-hidden class * Refactor storage events * Make ID more generic * Update how persistent storage is activated * Add null checks * Update HTML/ID * Disallow disabling persistent storage * Refactoring * Update more IDs * Disable multiple simultaneous stats updates * Store node references * Move undefined assignment
Diffstat (limited to 'ext/bg/css/settings.css')
-rw-r--r--ext/bg/css/settings.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/css/settings.css b/ext/bg/css/settings.css
index 4a49b98d..9ec2e964 100644
--- a/ext/bg/css/settings.css
+++ b/ext/bg/css/settings.css
@@ -16,7 +16,7 @@
*/
-.storage-hidden {
+.help-block[hidden] {
display: none;
}