mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
refac
This commit is contained in:
parent
f79b443c22
commit
ac0368b4ab
1 changed files with 2 additions and 3 deletions
|
|
@ -409,9 +409,8 @@ input[type='number'] {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
/* unlayered, so it beats the outline-none utilities used across the app */
|
||||
:focus-visible,
|
||||
.ProseMirror:focus-visible {
|
||||
/* unlayered, so it beats outline-none utilities without ringing rich text editors */
|
||||
:focus-visible:not(.ProseMirror):not([contenteditable='true']) {
|
||||
outline: 2px solid theme(--color-blue-500);
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue