flash caused by vim vixen fix #224

This commit is contained in:
overdodactyl 2018-12-06 11:49:37 -07:00
parent 657bb069e0
commit 932d7e9462
3 changed files with 3 additions and 3 deletions

View File

@ -974,7 +974,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
}
}
@-moz-document url-prefix(about:blank) {
html > body:empty {
html > body:empty:not(.vimvixen-console) {
background-color: var(--in-content-page-background)!important;
margin: 0!important
}

View File

@ -428,7 +428,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
}
}
@-moz-document url-prefix(about:blank) {
html > body:empty {
html > body:empty:not(.vimvixen-console) {
background-color: var(--in-content-page-background)!important;
margin: 0!important
}

View File

@ -974,7 +974,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
}
}
@-moz-document url-prefix(about:blank) {
html > body:empty {
html > body:empty:not(.vimvixen-console) {
background-color: var(--in-content-page-background)!important;
margin: 0!important
}