Skip to content

Commit

Permalink
Invert collabora edit icon in Files right click menu. Fixes #279
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalbeck committed Oct 31, 2021
1 parent 9e9f8f7 commit 9b11028
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Fixed

- [#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

### Added
Expand Down
5 changes: 5 additions & 0 deletions css/server/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,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 9b11028

Please sign in to comment.