diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-16 22:31:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-16 22:31:30 -0500 |
commit | 86e4e53372003166d013e20d6fc2764bb928c37a (patch) | |
tree | bda598fc19ba836a4b37c1d4917165efa5107d20 /ext/bg/css | |
parent | 30ce81b36cacfbab173098b9eceb85ccf9c9870f (diff) |
Update keyboard shortcut controller (#1258)
* Change attribute
* Update hidden style
* Hide scope checkboxes when they are not supported for that action
Diffstat (limited to 'ext/bg/css')
-rw-r--r-- | ext/bg/css/settings2.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/bg/css/settings2.css b/ext/bg/css/settings2.css index e89634f3..7f7a6763 100644 --- a/ext/bg/css/settings2.css +++ b/ext/bg/css/settings2.css @@ -2007,11 +2007,13 @@ input.sentence-termination-character-input2 { margin: 0 0.5em 0 1em; } .hotkey-scope-checkbox-container { - display: flex; flex-flow: row nowrap; align-items: center; cursor: pointer; } +.hotkey-scope-checkbox-container:not([hidden]) { + display: flex; +} .hotkey-scope-checkbox-container:not(:last-child) { margin-right: 0.75em; } |