ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

feat(ui5-button): provide focus support for mobile

Open didip1000 opened this issue 11 months ago • 0 comments

Button elements can now receive focus when using keyboards on mobile devices. Focus outline is now displayed via CSS pseudo-classes and no longer relies on using the[focused] attribute.

The following components were updated:

  • ui5-button
  • ui5-toggle-button
  • ui5-segmented-button
  • ui5-split-button

Fixes: #8178 Related to: #8322

didip1000 avatar Mar 08 '24 15:03 didip1000