UNPKG

239 BSCSSView Raw
1/**
2 * This mixin overrides default button styles like the gray background,
3 * the border, and the outline.
4 */
5@mixin md-button-reset {
6 background: transparent;
7 cursor: pointer;
8 user-select: none;
9 outline: none;
10 border: none;
11}