mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #13291] [CLOSED] Jcueille75/alb 82 remove blue highlight of selected text box #62003
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/13291
Author: @JoeSlain
Created: 4/28/2025
Status: ❌ Closed
Base:
main← Head:jcueille75/alb-82-remove-blue-highlight-of-selected-text-box📝 Commits (10+)
95466fefeat: add albert-api to env exampleaac3f55update docker compose to add albert api1abc291chore: add dsfrefbe448backend pro-connect integrationc60de28dsfrb25f5c2fixed white page on /authab61f47global fetch to add requests credentialsca72e03init commit workflow369bc2cadd workflow5a79379build and deploy on workflow branch📊 Changes
829 files changed (+12637 additions, -4288 deletions)
View changed files
📝
.env.example(+3 -0)➖
.github/workflows/build-release.yml(+0 -72)➕
.github/workflows/build_and_deploy.yml(+76 -0)➖
.github/workflows/codespell.disabled(+0 -25)➖
.github/workflows/deploy-to-hf-spaces.yml(+0 -63)➖
.github/workflows/docker-build.yaml(+0 -477)➖
.github/workflows/format-backend.yaml(+0 -49)➖
.github/workflows/format-build-frontend.yaml(+0 -65)➖
.github/workflows/integration-test.disabled(+0 -255)➖
.github/workflows/lint-backend.disabled(+0 -27)➖
.github/workflows/lint-frontend.disabled(+0 -21)📝
.github/workflows/release-pypi.yml(+6 -5)📝
.gitignore(+6 -0)📝
Dockerfile(+18 -5)📝
backend/.gitignore(+1 -1)📝
backend/open_webui/config.py(+12 -31)📝
backend/open_webui/constants.py(+1 -0)📝
backend/open_webui/env.py(+23 -4)📝
backend/open_webui/main.py(+4 -0)➕
backend/open_webui/migrations/versions/803b69edab21_add_organization_name_to_user.py(+35 -0)...and 80 more files
📄 Description
Description
DSFR modifies the default behavior of text inputs, it adds a blue outline to every text inputs for better accessibility.
While most of the time this outline is correct, in some edge cases it breaks the UI
This is the case for the main text input MessageInput.svelte and RicheTextInput.svelte
This PR aims to correct this behavior while preserving some of the accessibility gained from this pattern
Changed
Change the styles of MessageInput.svelte and RicheTextInput.svelte to remove the outline from RichTextInput and outline the whole MessageInput instead
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.