Merge pull request #533 from hdhoang/patch-2

guiset: show hoverlink in front of active tab title
This commit is contained in:
Oliver Blanthorn 2018-05-14 10:12:32 +01:00 committed by GitHub
commit 70ed5d154c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,8 +34,8 @@ export const potentialRules = {
none: `display: none !important;`,
right: `right: 0; display: inline;`,
left: ``,
"top-left": `top: 2em; display: inline;`,
"top-right": `top: 2em; right: 0; display: inline;`,
"top-left": `top: 2em; z-index: 2; display: inline;`,
"top-right": `top: 2em; z-index: 2; right: 0; display: inline;`,
},
},
tabstoolbar: {