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:
Johnny Amancio
2026-04-08 21:42:51 +02:00
parent fc9c0edb82
commit 00ca528a10
3 changed files with 5 additions and 16 deletions
+1 -12
View File
@@ -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);
}
+2 -2
View File
@@ -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"] {
+2 -2
View File
@@ -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;