Adding settings to control which schemes simple browser is enabled for

Also adds a setting to enable/disable the focus lock indicator
This commit is contained in:
Matt Bierner
2021-01-05 21:58:59 -08:00
parent ba67d1bea4
commit 2fed7ba374
9 changed files with 130 additions and 44 deletions

View File

@@ -110,6 +110,6 @@ iframe {
pointer-events: none;
}
.iframe-focused .iframe-focused-alert {
.iframe-focused.enable-focus-lock-indicator .iframe-focused-alert {
display: block;
}