summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_nativebutton.scss
blob: 9bfca4f39684a69c11b92a44bb7c21879b7e652b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 *
 *
 * @param {string} $primary-stylename (v-nativebutton) - 
 *
 * @group nativebutton
 */
@mixin valo-nativebutton ($primary-stylename: v-nativebutton) {
  .#{$primary-stylename} {
    -webkit-touch-callout: none;
  }
}