guiset: show hoverlink in front of active tab title

This commit is contained in:
Hoàng Đức Hiếu 2018-05-14 15:34:10 +09:00 committed by GitHub
parent 82c4348054
commit d3ecadf271
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: {