Skip to content

Commit

Permalink
Merge pull request #12580 from nextcloud/app-navigation-menu-dark-fix
Browse files Browse the repository at this point in the history
Fix navigation more menu background for dark theme
  • Loading branch information
MorrisJobke authored Nov 22, 2018
2 parents 0534bcf + b8cdc63 commit e8df902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e8df902

Please sign in to comment.