Skip to content

Draft: components/BadgeOverlay: Add a minimal version for smaller icons

Ismael Asensio requested to merge work/iasensio/badge-overlay-minimal into master

In case the icon is so small that the badge mostly covers it, we want to not completely hide it, while keeping the text still readable.

In that case:

  • let the overlay background blend with the icon
  • make the background more transparent
  • add an outline to the text

@teams/vdg

BEFORE AFTER
badge-white-systray-before badge-white-systray-after
badge-before-systray badge-minimal-systray
badge-white-sizes-before badge-white-sizes-after
badge-minimal-before badge-minimal-after
Edited by Ismael Asensio

Merge request reports