Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ui5-input): update border width in high contrast themes #10885

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

StefanDimitrov04
Copy link
Contributor

FIXES: #10871

@@ -156,6 +156,10 @@
visibility: hidden;
}

:host([readonly]) {
border: var(--_ui5_input_readonly_border);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When setting this parameter in the base .css file, ensure it resolves to a valid value across all themes. Currently, it is defined for all Horizon themes, but in Fiori and Belize themes, the parameter resolves to "none", causing the border to be removed from readonly inputs.

Screenshot from sap_fiori_3_hcw:
Screenshot 2025-02-25 at 14 53 27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Input Field]: Read Only input field in High Contrast themes wrong border thickness
2 participants