Jay Kapadia
unread,Feb 25, 2025, 2:33:36 PMFeb 25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev
This message is related to the Chromium UI.
The `ColorPickerElementView` is functionally similar to a radio button. So, logically it should have been inherited from `RadioButton`, but instead it directly inherits from the `Button` class.
Is this intentional? If yes, why ? If not, should this be changed?