What's the best way to style text in the <span> of a button? I could find the right config element for Button to do it.
Thanks!
What's the best way to style text in the <span> of a button? I could find the right config element for Button to do it.
Thanks!
If you set the cls config on the button then in your css you can target a span element under that.
If you set the cls config on the button then in your css you can target a span element under that.
Mitchell Simoens @LikelyMitch
Check out my GitHub:
https://github.com/mitchellsimoens
Posts are my own, not any current, past or future employer's.
Kind of a pain to get enough points for the class to not get overridden, without using the id, but it works. Thanks.