ignore: refactor header context menu to use CSS styling and router navigation

This commit is contained in:
Jay V
2025-10-30 20:24:29 -04:00
parent 2f9f189f39
commit 43e272e6c4
2 changed files with 14 additions and 44 deletions

View File

@@ -32,12 +32,6 @@
border-radius: 2px;
transition: background-color 0.2s ease;
.context-menu-item [data-slot="copy light"],
.context-menu-item [data-slot="copy dark"] {
width: 22px !important;
height: 26px !important;
}
[data-slot="copy dark"] {
display: none;
}
@@ -55,6 +49,11 @@
background-color: var(--color-background-weak-hover);
color: var(--color-text-strong);
}
img {
width: 22px;
height: 26px;
}
}
.context-menu-divider {