mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-03 16:05:00 +01:00
ignore: refactor header context menu to use CSS styling and router navigation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user