fix(ui): remove reasoning header focus ring
This commit is contained in:
@@ -310,11 +310,6 @@
|
|||||||
background-color: var(--surface-hover);
|
background-color: var(--surface-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-reasoning-header:focus-within {
|
|
||||||
outline: none;
|
|
||||||
box-shadow: 0 0 0 1px var(--accent-primary);
|
|
||||||
}
|
|
||||||
|
|
||||||
.message-reasoning-toggle {
|
.message-reasoning-toggle {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
@@ -346,7 +341,7 @@
|
|||||||
|
|
||||||
.message-reasoning-toggle:focus-visible {
|
.message-reasoning-toggle:focus-visible {
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: none;
|
box-shadow: 0 0 0 1px var(--border-base);
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-reasoning-label {
|
.message-reasoning-label {
|
||||||
|
|||||||
Reference in New Issue
Block a user