brainly/style-guide

Remove "title" node from svg icons during build

coderitual opened this issue · 1 comments

We already have svgo, and it's just matter of configuration to remove title node from svg icons during build. As we agreed we don't want to title node in svg since we provide accessibility label on Icon level. Baked in title resulting in default tooltip appearance on icons decreasing UX.

resolved in #2578