Merge pull request #12580 from nextcloud/app-navigation-menu-dark-fix

Fix navigation more menu background for dark theme
This commit is contained in:
Morris Jobke 2018-11-22 11:21:58 +01:00 committed by GitHub
commit e8df902083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ kbd {
.app-navigation-entry-utils-menu-button {
/* Prevent bg img override if an icon class is set */
button:not([class^='icon-']):not([class*=' icon-']) {
background-image: url('../img/actions/more.svg?v=1');
@include icon-color('more', 'actions', $color-black, 1, true);
}
&:hover button,
&:focus button {