Skip to content

Commit

Permalink
Don't invert app icons in app store sidebar. Fixes #218 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalbeck authored Feb 27, 2021
1 parent 781091e commit 7f3a66c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- [#152](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/152) Styling for PhoneTrack
- [#166](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/166) Styling for GpxMotion and adjust link colour for PhoneTrack

### Fixed

- [#218](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/218) Don't invert app icons in app store sidebar

## 21.0.1 - 2021-02-23

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions css/apps/_apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
box-shadow: none !important;
}

/* App Store ---------------------------------------------------------------- */

.app-settings #app-sidebar-vue .app-sidebar-header__figure {
filter: invert(5%);
}

/* CodeMirror --------------------------------------------------------------- */

.EasyMDEContainer .CodeMirror {
Expand Down

0 comments on commit 7f3a66c

Please sign in to comment.