summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-11-29 12:01:20 +0100
committerJoas Schilling <coding@schilljs.com>2023-11-29 16:38:41 +0100
commitd05a13fc76f96716cd4e42540f91aab8e66e9afb (patch)
tree50e049d8c83d874a486b27160aa7efd5ec85801c /apps/files
parent9c0ba1bab97ecae25aa59388e8d9937f8ca06bbb (diff)
downloadnextcloud-server-d05a13fc76f96716cd4e42540f91aab8e66e9afb.tar.gz
nextcloud-server-d05a13fc76f96716cd4e42540f91aab8e66e9afb.zip
Fix more active entry icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/src/views/Navigation.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/src/views/Navigation.vue b/apps/files/src/views/Navigation.vue
index 7544c8991a0..b9432ae923a 100644
--- a/apps/files/src/views/Navigation.vue
+++ b/apps/files/src/views/Navigation.vue
@@ -245,6 +245,10 @@ export default {
background-position: center;
}
+.app-navigation::v-deep .app-navigation-entry.active .button-vue.icon-collapse:not(:hover) {
+ color: var(--color-primary-element-text);
+}
+
.app-navigation > ul.app-navigation__list {
// Use flex gap value for more elegant spacing
padding-bottom: var(--default-grid-baseline, 4px);