Merge pull request #13574 from alion300/master

Fix app navigation flickering on hover
This commit is contained in:
Morris Jobke 2019-01-16 16:30:07 +01:00 committed by GitHub
commit 355d69e60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ nav[role='navigation'] {
opacity: 0;
position: absolute;
color: var(--color-primary-text);
bottom: -5px;
bottom: 2px;
width: calc(100% - 4px);
text-align: center;
overflow: hidden;