Mixing the use of fa-eye and icon-eye in the markup and javascript causes issues
@SharkyKZ some of this comes from a recent pr of yours and I am not sure how to proceed. As it looks like you changed your mind about using icon- or fa- during the pr
<span class="fas fa-eye" aria-hidden="true"></span>
<span class="fas fa-eye icon-eye-close" aria-hidden="true"></span>
<span class="fas fa-eye icon-eye" aria-hidden="true"></span>
The icons/buttons in step 2 & 3 are a different width to step 1
Labels |
Added:
?
|
Yes I am confused too
having both classes is wrong.
I've given up on the which iconset classes are better discussion. Right now two are supported. If my work has done anything it's revealed that only a single set should be used. Whether its svg, fa font or icomoon doesn't matter. But it should be singular to stop confusion.
Priority | Medium | ⇒ | Very low |
Status | New | ⇒ | Confirmed |
Build | staging | ⇒ | 4.0-dev |
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-07-24 07:30:29 |
Closed_By | ⇒ | SharkyKZ |
I kept old classes as advised by you (#27733 (comment)). #27686 converted classes in layouts to FA but forgot to update the JS.
The change is simple to make but to me it's still unclear which classes are to be used.