mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-13 01:02:25 -06:00
refac
This commit is contained in:
+2
-3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user