mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 891056 - Don't show overlay buttons in snapped view [r=rsilveira]
This commit is contained in:
parent
54854d9f38
commit
863e914708
@ -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