-
Notifications
You must be signed in to change notification settings - Fork 273
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
feat(inputs): SAP Horizon themes implementation #5003
Conversation
related to: #5008 |
--_ui5-input-border: none; | ||
--_ui5_input_disabled_opacity: 0.4; | ||
--_ui5-input-placeholder-style: normal; | ||
--_ui5-input-background-image: linear-gradient(0deg, var(--sapField_BorderColor) 0, var(--sapField_BorderColor) 100%); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
--_ui5_input_value_state_warning_hover_box_shadow: var(--sapContent_Critical_Shadow); | ||
--_ui5_input_value_state_success_hover_box_shadow: var(--sapContent_Positive_Shadow); | ||
--_ui5_input_value_state_information_hover_box_shadow: var(--sapContent_Informative_Shadow); | ||
--_ui5_input_value_state_error_hover_box_shadow: var(--sapContent_Negative_Shadow); | ||
--_ui5-input-value-state-success-focus-box-shadow: inset 0px 0px 0px 2px var(--sapField_SuccessColor); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Related to: #5007