How are you styling the CSS for them? I think Quasar displays them using the font, so just setting color: rgba(0,0,0,1) in the css should get you white for example.
Best posts made by keithjeb
-
RE: change color of material icons
-
RE: Drawer - Always enable hiding
I think I know what you mean and have code for that in my current app (although I do it on the right not the left). Posting to remind me to post it up later
Latest posts made by keithjeb
-
RE: Drawer - Always enable hiding
I think I know what you mean and have code for that in my current app (although I do it on the right not the left). Posting to remind me to post it up later
-
RE: change color of material icons
How are you styling the CSS for them? I think Quasar displays them using the font, so just setting color: rgba(0,0,0,1) in the css should get you white for example.
-
RE: Drawer - Always enable hiding
That should be easy to do - just use the standard show/hide buttons & avoid setting the CSS class. Alternatively you could set the new variable to like 2000px or something
-
RE: Drawer - set screen width for auto display
Excellent - $layout-big-min should be better anyway - due to the way this is getting deployed it will be on either phonesize or ultrawide screens, hence wanting to play with it a little.
-
RE: Drawer - set screen width for auto display
Thanks. If it’s easily configured as a theme variable that would be great, otherwise 920 should work
-
Drawer - set screen width for auto display
I’m build an SPA at the moment whicch uses a drawer for most of its navigation.
Is it possible to set the minimum display width at which the drawer is displayed? At the moment the drawer is displayed on phones in landscape mode, which I’d like to avoid - I really only want it shown when screen width exceeds say 1000px.
Thanks