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
There looks to be a missing style case in the SelectionList if an item in the list is checked, isn't highlighted, and the SelectionList doesn't have focus; when that happens the X falls to being white, where it should retain its green colour. Here's a SelectionList that is focused:
There looks to be a missing style case in the
SelectionList
if an item in the list is checked, isn't highlighted, and theSelectionList
doesn't have focus; when that happens theX
falls to being white, where it should retain its green colour. Here's aSelectionList
that is focused:and the same list without focus:
Most likely a missing rule in the
DEFAULT_CSS
or missing the right combination inrender_line
.The text was updated successfully, but these errors were encountered: