1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-23 18:17:36 +00:00

Deck: Missing border when hovering over board list in app navigation. Fixes ()

This commit is contained in:
Magnus Walbeck 2021-02-18 22:51:02 +01:00 committed by GitHub
parent bec8ad02f4
commit ebbc1a358f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions
CHANGELOG.md
css/apps/official

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- [#207](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/207) Deck: Missing border when hovering over board list in app navigation
## 20.0.4 - 2021-02-06
### Fixed

View file

@ -6,6 +6,10 @@
/* Deck --------------------------------------------------------------------- */
.app-deck .app-navigation__list > .app-navigation-entry {
border-right: 1px solid var(--color-border);
}
.card {
background-color: var(--color-background-darker) !important;
border: 1px solid var(--color-border);