Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix application menu active display on hover #8265

Merged
merged 1 commit into from
Jan 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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