Skip to content

Commit

Permalink
Merge pull request #8265 from owncloud/fix-app-menu-display-on-hover
Browse files Browse the repository at this point in the history
Fix application menu active display on hover
  • Loading branch information
JammingBen authored Jan 18, 2023
2 parents 2603fae + abc03cc commit 5f2b136
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/unreleased/bugfix-app-menu-active-display
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Application menu active display on hover

The text color of the active application menu item on hover as been fixed.

https://github.com/owncloud/web/pull/8265
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
:href="n.url"
:to="n.path"
appearance="raw"
:class="{ 'oc-background-primary-gradient': n.active }"
:class="{ 'oc-background-primary-gradient router-link-active': n.active }"
:variation="n.active ? 'inverse' : 'passive'"
>
<span class="icon-box">
Expand Down

0 comments on commit 5f2b136

Please sign in to comment.