'Quasar: remove shadows from a button

How to remove shadows from the Quasar button which you can see when a cursor is hovering on the button and when the button is clicked?

enter image description here



Solution 1:[1]

It's in the documentation. Add css class no-shadow to disable shadow on any element/component.

Solution 2:[2]

That's actually a ripple effect you are referring to.

Just add a class no-ripple.

It's mentioned in the button documentation.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Temi Adeyeri
Solution 2 David Wolf