Skip to content

Commit

Permalink
Fix Left Sidebar - Active navitem pretends to be not clickable (#7348)
Browse files Browse the repository at this point in the history
Don't use default cursor
  • Loading branch information
Jan authored Jul 27, 2022
1 parent c9a1af9 commit 73742cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Bugfix: Left sidebar active navigation item has wrong cursor

We've fixed a bug where the active navigation item in the left sidebar had the wrong cursor and
pretended to be not clickable.

https://github.com/owncloud/web/pull/7348
https://github.com/owncloud/web/issues/7343
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export default {
text-decoration: none !important;
}
&.active {
cursor: default;
overflow: hidden;
}
}
Expand Down

0 comments on commit 73742cd

Please sign in to comment.