cannot add :after selector on tuiButton #9913
-
hi, i am trying to add :after selector on tuiButton but it does not appear there. After investigation i find out that |
Beta Was this translation helpful? Give feedback.
Answered by
waterplea
Dec 4, 2024
Replies: 2 comments
-
This is expected, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
waterplea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is expected,
::before
and::after
are reserved for icons in buttons, links, tabs etc. If you do not use icons and really need to use them for something else — you would have to override the styles that are added bytuiIcons
directive.