mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fixed right click handler not extending beyond nav items (#6049)
Fixes #6016
This commit is contained in:
@@ -133,7 +133,6 @@ body {
|
||||
color: var(--v-list-item-color);
|
||||
text-decoration: none;
|
||||
border-radius: var(--v-list-item-border-radius);
|
||||
pointer-events: all;
|
||||
|
||||
&.dashed {
|
||||
&::after {
|
||||
|
||||
@@ -80,7 +80,6 @@ body {
|
||||
color: var(--v-list-color);
|
||||
line-height: 22px;
|
||||
border-radius: var(--border-radius);
|
||||
pointer-events: none;
|
||||
|
||||
&.large {
|
||||
--v-list-padding: 12px;
|
||||
|
||||
Reference in New Issue
Block a user