diff options
| author | Han Lin Yap <[email protected]> | 2012-04-18 11:38:14 +0300 |
|---|---|---|
| committer | Han Lin Yap <[email protected]> | 2012-04-18 11:38:14 +0300 |
| commit | c09602d172059c9fac67639ee803c6652dcc2c29 (patch) | |
| tree | 5ff5287d666ec01d845290d4c5037ba0a42f5f9e /less | |
| parent | f3cf4cbaae8c3b3aaed299b63d1773d85cd7789a (diff) | |
| download | bootstrap-c09602d172059c9fac67639ee803c6652dcc2c29.tar.xz bootstrap-c09602d172059c9fac67639ee803c6652dcc2c29.zip | |
add -ms-user-select
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less index ddd25d0e4..e0cb5f8a5 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -291,6 +291,7 @@ .user-select(@select) { -webkit-user-select: @select; -moz-user-select: @select; + -ms-user-select: @select; -o-user-select: @select; user-select: @select; } |
