Issue metadata
Sign in to add a comment
|
Add a ContentListItem class to replace non-clickable usages of HoverButton |
||||||||||||||||||||||
Issue descriptionA disabled HoverButton object is used in several code sites just for the UI elements of this class, but it's never made clickable. The UI presentation can be extracted to a 'ContentListItem' class and HoverButton can be wrapped around it. This will provide a better separation of the clickable and non-clickable use cases and a better accessibility narration. |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by pkasting@chromium.org
, Dec 14Components: -UI>Browser Internals>Views Internals>Accessibility