You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(picker): use correct spacing between icons and label text
The spacing between alert icon and disclosure icon was incorrect
because it was being overridden by a selector that shouldn't have been
affecting this scenario. The selector was matching because it was using
the subsequent-sibling combinator (~) instead of the next-sibling
combinator (+) -- that CSS was meant only for the case of the spacing
between label text and disclosure icon, when there is no invalid icon
or progress circle.
0 commit comments