refactor: AA-692: Update location of is-hidden class when fa icon is used
We ran into a bug where the is-hidden class was being overridden by the font awesome styling due to a late load of font awesome (causing the fa class to take precedence). This changes to instead wrap the icon in the span so there is no competing between the two classes on the same element
Please register or sign in to comment