Kristiyan Kostadinov

Results 335 comments of Kristiyan Kostadinov

There were some mistakes in the migration guide. I've sent out https://github.com/angular/components/pull/26065 to fix them.

What the guide is referring to is the touch target for the checkbox, not the checkbox itself. I think that the rectangle stays roughly the same size at all densities,...

Closing this issue as it does not follow the issue template. Please file a new issue that follows the template, which gives the team the information needed to investigate.

Your gif is showing the focus indication, not the selection indication which is a colored background.

Focus indication is required for accessibility and we generally don't put in options to disable accessibility features. You can disable it in your own app with the following style override:...

It's worth noting that previously the width was purely a side-effect of the design that required it to fit the selected option on top of the trigger. That being said,...

There will be an input to control the select's dropdown width in version 16.1.

To clarify: we never officially supported CSS variables as palette values, primarily because the theming system was written during the time when we had to support IE 11. Before the...