properly hide filtered fontawesime icons in picker

This commit is contained in:
LenAnderson 2024-07-15 18:16:51 -04:00
parent a0720343f3
commit e68504d6c3

View File

@ -5348,8 +5348,8 @@ body:not(.movingUI) .drawer-content.maximized {
padding: 0.25em;
width: unset;
box-sizing: content-box;
&.stcdx--hidden {
display: none;
}
&.hidden {
display: none;
}
}
}