Fixed right click handler not extending beyond nav items (#6049)

Fixes #6016
This commit is contained in:
Rijk van Zanten
2021-06-03 21:06:18 -04:00
committed by GitHub
parent 5067410e09
commit 79835d6c83
2 changed files with 0 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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;