Disable titlebar opacity changes in click_selected_tab_to_focus_urlbar
This commit is contained in:
@@ -60,3 +60,8 @@ See the above repository for updates as well as full license text. */
|
||||
z-index: 1;
|
||||
pointer-events: none
|
||||
}
|
||||
#titlebar{
|
||||
opacity: 1 !important;
|
||||
will-change: unset !important;
|
||||
transition: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user