You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the auro-select component is disabled, it has an opacity set to 0.7 causing it to not appear the same as auro-input and auro-combobox when they are also disabled.
cynthiaricomendoza-alaskaair
changed the title
disabled styles do not match other auro components
disabled styles do not match other disabled auro components
Apr 24, 2024
@cynthiaricomendoza-alaskaair , We're expecting theming work for colors to be completed in early June at the latest. If you need a fix sooner, let us know and we can either do a one-off fix for this, or can ensure that we cover this early in the theming release(s).
Describe the bug
when the auro-select component is disabled, it has an opacity set to 0.7 causing it to not appear the same as auro-input and auro-combobox when they are also disabled.
To Reproduce
Steps to reproduce the behavior:
host([disabled])
has opacity set to 0.7host([disabled])
does not have an opacity setExpected behavior
If auro components support the disabled property and they are set to disabled, I would like to see the styles be consistent across all components.
Screenshots
Here is an example of what the disabled auro-combobox, auro-select, and auro-input look like beside one another.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
When I uncheck the opacity style in the dev tools, auro-select now has the same disabled styling as auro-combobox and auro-input:
The text was updated successfully, but these errors were encountered: