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

Inconsistency in the styling of the button of the DropDownList component #116

Open
petar-i-todorov opened this issue Sep 13, 2024 · 1 comment
Labels
Bug Something isn't working

Comments

@petar-i-todorov
Copy link

Describe the bug
There is inconsistency in the styling of the button of the DropDownList component.

To Reproduce
Steps to reproduce the behavior:

  1. Open a new project.
  2. Drill-down to DropDownList.
  3. Change the border-radius of the component part Select (button) from the template called "DROPDOWN LIST".
  4. Change the background-color of the component part Select (button) from the template called "BUTTON".
  5. Export the package.

Actual Results
The styles set through the DROPDOWN LIST template apply to all DropDownList's variants regardless of the rounded option set. The styles set through BUTTON, however, apply only to a DropDownList with rounded option of "medium".
image

Expected behavior
The styling is consistent in both templates - whether it applies styles to all component variants or only to a component variant with rounded "medium".

Reported through t.1664344.

@petar-i-todorov petar-i-todorov added the Bug Something isn't working label Sep 20, 2024
@petar-i-todorov
Copy link
Author

+1 from t.1667737.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant