fix(ui): remove reasoning header focus ring

This commit is contained in:
Shantur Rathore
2026-02-09 16:23:32 +00:00
parent f87c83cadd
commit 90164aa507

View File

@@ -310,11 +310,6 @@
background-color: var(--surface-hover);
}
.message-reasoning-header:focus-within {
outline: none;
box-shadow: 0 0 0 1px var(--accent-primary);
}
.message-reasoning-toggle {
flex: 1 1 auto;
min-width: 0;
@@ -346,7 +341,7 @@
.message-reasoning-toggle:focus-visible {
outline: none;
box-shadow: none;
box-shadow: 0 0 0 1px var(--border-base);
}
.message-reasoning-label {