Fix thinking blocks sometimes showing a white outline

This commit is contained in:
oobabooga 2025-06-01 11:02:04 -07:00
parent 83849336d8
commit bf42b2c3a1

View file

@ -1327,6 +1327,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
overflow: hidden;
}
.thinking-content:focus, .thinking-header:focus {
outline: 0 !important;
}
.dark .thinking-block {
background-color: var(--darker-gray);
}