Remove shadow-1 from q-stepper, q-step, and toolbar.
-
Our app is flat, with no drop shadows. Any idea how to remove the drop shadows from these components.
Thanks,
Jeff. -
Take a look at stylus variables
-
Thx, that fixed the layout toolbar ($layout-header-shadow = $shadow-0;) but I don’t see any variables relating the q-stepper/q-step that would address the drop shadow.
-
I have the same issue
anybody ?
-
How about using css, creating your custom class or overriding quasar and setting shadow to 0.
-
With me ‘class=“no-shadow”’ resolved the issue…Is that too straightforward?)
-
thank you mas, no that’s perfect