mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 06:50:26 +00:00
ignore: refactor header context menu to use CSS styling and router navigation
This commit is contained in:
parent
2f9f189f39
commit
43e272e6c4
2 changed files with 14 additions and 44 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue