Skip to content

Commit

Permalink
Merge pull request #34714 from nextcloud/fix/invert-more-icon
Browse files Browse the repository at this point in the history
Fix more icon color
  • Loading branch information
szaimen committed Oct 21, 2022
2 parents 67ce025 + c6f3eb9 commit ac7e3ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions core/src/components/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ $header-icon-size: 20px;
color: var(--color-primary-text);
opacity: .7;
margin: 3px;
filter: var(--background-image-invert-if-bright);
&:hover {
opacity: 1;
Expand Down
4 changes: 2 additions & 2 deletions dist/core-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-main.js.map

Large diffs are not rendered by default.

0 comments on commit ac7e3ef

Please sign in to comment.