Skip to content
Snippets Groups Projects

preserve `ti-fw` classes for icons - fixes #580

Merged dakkar requested to merge feature/580-fix-ti-fw into develop
  1. Jul 15, 2024
    • dakkar's avatar
      preserve `ti-fw` classes for icons - fixes #580 · ded45930
      dakkar authored
      I thought that `ti-fw` was mostly useless, but it turns out that:
      
      - it affects the alignment of icons in many places
      
      - it's set separately in some places
        (e.g. `packages/frontend/src/ui/_common_/navbar.ts` has `<i
        class="ti-fw" :class="[$style.itemIcon,
        navbarItemDef[item].icon]"></i>`)
      
      so we have to keep it around.
      ded45930
Loading