Skip to content

Commit

Permalink
Remove extra border in notifications menu and fix text colour in bobb…
Browse files Browse the repository at this point in the history
…le counters
  • Loading branch information
mwalbeck committed Apr 7, 2023
1 parent cd12b04 commit c9ae554
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Fixed

- [#330](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/330) Cleanup enabled-themes and enforce_theme settings during uninstall / disable of app to allow for uninstalling / disabling the app without first having to disable the theme. Settings will be restored when installing / enabling the app.
- Remove extra border in notifications menu and fix text colour in bobble counters

## 25.0.1 - 2023-02-28

Expand Down
6 changes: 6 additions & 0 deletions css/apps/_apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
opacity: 1;
}

// Bobble counter

.counter-bubble__counter {
color: var(--color-primary-text) !important;
}

/* App Sidebar -------------------------------------------------------------- */

.app-sidebar-tabs__tab a {
Expand Down
16 changes: 11 additions & 5 deletions css/server-automatic.css

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

18 changes: 13 additions & 5 deletions css/server.css

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

4 changes: 4 additions & 0 deletions css/server/_server.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
border: 1px solid var(--color-border);
}

.menu.notification-container {
border: unset;
}

.bubble::after,
.app-navigation-entry-menu::after,
.menu::after,
Expand Down

0 comments on commit c9ae554

Please sign in to comment.