Merge pull request #1128 from glacambre/fix_713

css_util.ts: Fix navtoolboxunfocused rule not properly hiding navtoolbox
This commit is contained in:
Oliver Blanthorn 2018-11-01 09:54:24 +00:00 committed by GitHub
commit f94fb9aa3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ export const potentialRules = {
navtoolboxunfocused: {
name: `:root:not([customizing]) #navigator-toolbox:not(:hover):not(:focus-within)`,
options: {
hide: `max-height: 0; min-height: calc(0px);`,
hide: `max-height: 1px; min-height: calc(0px); overflow: hidden;`,
show: ``,
},
},