Skip to content

Commit 0ac138b

Browse files
jaspermdegrootarschmitz
authored andcommitted
Button: Added user-select none
1 parent 650935a commit 0ac138b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

themes/base/button.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
vertical-align: middle;
1919
text-align: center;
2020
overflow: visible; /* removes extra width in IE */
21+
-webkit-user-select: none;
22+
-moz-user-select: none;
23+
-ms-user-select: none;
24+
user-select: none;
2125
}
2226

2327
.ui-button,

0 commit comments

Comments
 (0)