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
A regression caused by #9064 The tree views no longer show the green tick icon when you select an item.
The check icon was previously enabled/disabled by css (line 177 of umb-tree.less) which targeted <i>, but the icon now uses <umb-icon> so the CSS no longer targets it.
Umbraco version
I am seeing this issue on Umbraco version: v8/contrib
Reproduction
Steps to reproduce
Create any picker data type that uses tree view (MNTP, member group picker etc)
Select an item
Expected result
Icon should change to a tick
Actual result
Icon does not change/no indication item is selected
The text was updated successfully, but these errors were encountered:
A regression caused by #9064 The tree views no longer show the green tick icon when you select an item.
The check icon was previously enabled/disabled by css (line 177 of umb-tree.less) which targeted
<i>
, but the icon now uses<umb-icon>
so the CSS no longer targets it.Umbraco version
I am seeing this issue on Umbraco version: v8/contrib
Reproduction
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: