Content
View differences
Updated by Benjamin Bädorf about 3 years ago
In order to get rid of the unboxed icons, we will need to replace all icon references to use the boxed icons.
What Eric identified is no longer possible with boxed icons is to use them in `:before` blocks with mixins. A lot of these places can simply be removed by elements.
Done so far:
[PR #12534](https://github.com/opf/openproject/pull/12534)
* app header
* sidemenu enter and return
* global search
* sidemenu search
* sidemenu resize handle
* landing page (navigation icons on the bottom, buttons, security badge, NOT the carets of the list items)
What Eric identified is no longer possible with boxed icons is to use them in `:before` blocks with mixins. A lot of these places can simply be removed by elements.
Done so far:
[PR #12534](https://github.com/opf/openproject/pull/12534)
* app header
* sidemenu enter and return
* global search
* sidemenu search
* sidemenu resize handle
* landing page (navigation icons on the bottom, buttons, security badge, NOT the carets of the list items)