diff --git a/changelog/unreleased/bugfix-left-sidebar-active-item-wrong-cursor b/changelog/unreleased/bugfix-left-sidebar-active-item-wrong-cursor new file mode 100644 index 00000000000..1c53c0e7a5e --- /dev/null +++ b/changelog/unreleased/bugfix-left-sidebar-active-item-wrong-cursor @@ -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 diff --git a/packages/web-runtime/src/components/SidebarNav/SidebarNavItem.vue b/packages/web-runtime/src/components/SidebarNav/SidebarNavItem.vue index 094feed46c2..48015afbe20 100644 --- a/packages/web-runtime/src/components/SidebarNav/SidebarNavItem.vue +++ b/packages/web-runtime/src/components/SidebarNav/SidebarNavItem.vue @@ -142,7 +142,6 @@ export default { text-decoration: none !important; } &.active { - cursor: default; overflow: hidden; } }