Fix: Mac - Prevent transparent tabbar at fullscreen hover #312

This commit is contained in:
MS_Y 2022-01-17 01:44:58 +09:00 committed by GitHub
parent 0b00d3599e
commit 6db42b8b0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -802,6 +802,9 @@ menu[disabled="true"] {
--button-active-bgcolor: var(--mac-hover-bgcolor);
--toolbarbutton-hover-background: var(--mac-hover-bgcolor);
--toolbarbutton-active-background: var(--mac-hover-bgcolor);
/* Prevent transparent tabbar at fullscreen hover #312 */
background: var(--mac-bgcolor);
}
:root[lwt-default-theme-in-dark-mode] #urlbar {