Skip to content

Commit

Permalink
Merge pull request #33465 from nextcloud/bugfix/noid/fix-more-icon-color
Browse files Browse the repository at this point in the history
Fix "More" app icon in dark mode
  • Loading branch information
PVince81 authored Aug 8, 2022
2 parents d95557e + f41edf2 commit cf5b7b1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions core/css/header.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/css/header.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,10 @@ nav[role='navigation'] {
height: 20px;
}

.icon-more-white {
background-image: url('../img/actions/more-white.svg?v=1');
}

/* App title */
span {
opacity: 0;
Expand Down
3 changes: 3 additions & 0 deletions core/css/server.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cf5b7b1

Please sign in to comment.