Skip to content

Commit

Permalink
Invert collabora edit icon in Files right click menu. Fixes #279 (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalbeck authored Nov 1, 2021
1 parent f5db36f commit 518c9a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Fixed

- [#278](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/278) Fix header icons in public sharing view
- [#279](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/279) Invert collabora edit icon in Files right click menu

## 22.0.2 - 2021-10-03

Expand Down
5 changes: 5 additions & 0 deletions css/server/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,11 @@ div.select2-container a.select2-choice .select2-arrow b {
filter: invert(95%);
}

// Collabora
.collabora.action-edit img[src$="/core/img/actions/rename.svg"] {
filter: invert(95%);
}

/* CSS tricks to change icon color ------------------------------------------- */

.icon-collapse {
Expand Down

0 comments on commit 518c9a5

Please sign in to comment.