mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 891056 - Don't show overlay buttons in snapped view [r=rsilveira]
This commit is contained in:
parent
16e6a58bba
commit
b09c599d41
@ -172,6 +172,7 @@
|
||||
|
||||
<stack id="stack" flex="1">
|
||||
<observes element="bcast_urlbarState" attribute="*"/>
|
||||
<observes element="bcast_windowState" attribute="*"/>
|
||||
<!-- Page Area -->
|
||||
<vbox id="page">
|
||||
<vbox id="tray" class="tray-toolbar" observes="bcast_windowState" >
|
||||
|
@ -375,6 +375,7 @@ documenttab[selected] .documenttab-selection {
|
||||
background-position: left 6px center;
|
||||
}
|
||||
|
||||
#stack[viewstate="snapped"] > .overlay-button,
|
||||
#stack[keyboardVisible] > .overlay-button,
|
||||
#stack[autocomplete] > .overlay-button,
|
||||
#stack[fullscreen] > .overlay-button,
|
||||
|
Loading…
Reference in New Issue
Block a user