[Bug] UMD q-list items (text colour and underline)
-
As continued from this thread: https://github.com/quasarframework/quasar/issues/2471
I’m trying out the UMD version of Quasar and I’m having problems with text colour and underline on q-items which use
tag="a"
Following fiddle shows the problem: https://jsfiddle.net/waugrryy/5907/
In case the link doesn’t work, this image shows the problem:
https://i.gyazo.com/a5c265d17ef83efb06c7a9cb882e7ebf.png -
Thanks for moving the discussion here.
I see two links and a text in three q-items in a q-list. Is it that you don’t want the icon to have the underline?
Color and underline of the text can be changed via CSS.
https://jsfiddle.net/cjq0o9bg/
Scott
-
@s-molinari
Thanks for that Scott.
Yeah I figured the solution was simple, but I gathered that this fix could be added to the underlying Quasar CSS.
All good though