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
c086b80313
commit
e44e16cb59
2 changed files with 9 additions and 3 deletions
10
src/app.css
10
src/app.css
|
|
@ -409,9 +409,15 @@ input[type='number'] {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
html.high-contrast .focus-ring:focus-visible {
|
||||
:focus-visible:not(.ProseMirror):not([contenteditable='true']):not(input):not(textarea),
|
||||
.focus-ring:focus-visible {
|
||||
outline: 2px solid theme(--color-blue-500);
|
||||
outline-offset: 2px;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
html.high-contrast :is(input, textarea, [contenteditable='true'], .ProseMirror):focus-visible {
|
||||
outline: 2px solid theme(--color-blue-500);
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
.ProseMirror p.is-editor-empty:first-child::before {
|
||||
|
|
|
|||
|
|
@ -495,7 +495,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<p class={settingDescriptionClass}>
|
||||
{$i18n.t('Increase contrast for controls and input surfaces.')}
|
||||
{$i18n.t('Enable accessibility-focused visual enhancements.')}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue