mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 14:07:20 +08:00
fix(ui): revert upstream gap and critical color changes to match main instead of v1.2.25 to keep current UI
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* kilocode_change - reverted to main */
|
||||
[data-component="button"] {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@@ -180,15 +181,3 @@
|
||||
[data-component="button"].titlebar-icon[data-variant="ghost"][aria-expanded="true"]:hover:not(:disabled) {
|
||||
background-color: var(--surface-base-active);
|
||||
}
|
||||
|
||||
[data-component="button"].titlebar-icon[data-variant="ghost"][aria-current="page"] {
|
||||
background-color: var(--surface-base-active);
|
||||
}
|
||||
|
||||
[data-component="button"].titlebar-icon[data-variant="ghost"][aria-current="page"] [data-slot="icon-svg"] {
|
||||
color: var(--icon-strong-base);
|
||||
}
|
||||
|
||||
[data-component="button"].titlebar-icon[data-variant="ghost"][aria-current="page"]:hover:not(:disabled) {
|
||||
background-color: var(--surface-base-active);
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
align-self: stretch;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
gap: 0;
|
||||
gap: 8px; /* kilocode_change */
|
||||
|
||||
&[data-interrupted] {
|
||||
color: var(--text-weak);
|
||||
@@ -156,7 +156,7 @@
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
overflow: hidden;
|
||||
gap: 0;
|
||||
gap: 6px; /* kilocode_change */
|
||||
}
|
||||
|
||||
[data-slot="user-message-meta-tail"] {
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
--surface-warning-base: #fcf3cb;
|
||||
--surface-warning-weak: #fdfaec;
|
||||
--surface-warning-strong: #fbdd46;
|
||||
--surface-critical-base: #fff2f0;
|
||||
--surface-critical-base: #feefeb; /* kilocode_change */
|
||||
--surface-critical-weak: #fff8f6;
|
||||
--surface-critical-strong: #fc533a;
|
||||
--surface-info-base: #fdecfe;
|
||||
@@ -391,7 +391,7 @@
|
||||
--surface-warning-base: #fdf3cf;
|
||||
--surface-warning-weak: #fdfaed;
|
||||
--surface-warning-strong: #fcd53a;
|
||||
--surface-critical-base: #1f0603;
|
||||
--surface-critical-base: #42120b; /* kilocode_change */
|
||||
--surface-critical-weak: #28110c;
|
||||
--surface-critical-strong: #fc533a;
|
||||
--surface-info-base: #feecfe;
|
||||
|
||||
Reference in New Issue
Block a user