Merge pull request #13625 from nextcloud/backport/13574/stable15

[stable15] Fix app navigation flickering on hover
This commit is contained in:
Morris Jobke 2019-01-16 22:07:47 +01:00 committed by GitHub
commit 0b5aaec397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;