mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-07 06:06:20 -04:00
Fix thinking blocks sometimes showing a white outline
This commit is contained in:
parent
83849336d8
commit
bf42b2c3a1
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue