summaryrefslogtreecommitdiffstats
path: root/js/yui3/datatable-sort/assets/datatable-sort-core.css
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2014-09-03 05:46:38 +0200
committerDylan William Hardison <dylan@hardison.net>2014-09-03 05:48:52 +0200
commitbd23fbfeccd49a406f6a8d99a21371ad7ade07ba (patch)
tree4f7fe26cad167380d7d17ce4616173a90e684acf /js/yui3/datatable-sort/assets/datatable-sort-core.css
parent14be79f77292305fbd5a9508ca6142e97498abb5 (diff)
downloadbugzilla-bd23fbfeccd49a406f6a8d99a21371ad7ade07ba.tar.gz
bugzilla-bd23fbfeccd49a406f6a8d99a21371ad7ade07ba.tar.xz
Bug 913647: Deploy YUI 3.17.2 for BMO
r=glob
Diffstat (limited to 'js/yui3/datatable-sort/assets/datatable-sort-core.css')
-rw-r--r--js/yui3/datatable-sort/assets/datatable-sort-core.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/js/yui3/datatable-sort/assets/datatable-sort-core.css b/js/yui3/datatable-sort/assets/datatable-sort-core.css
index c140327ed..6a5a3d720 100644
--- a/js/yui3/datatable-sort/assets/datatable-sort-core.css
+++ b/js/yui3/datatable-sort/assets/datatable-sort-core.css
@@ -1,9 +1,10 @@
/*
-YUI 3.7.3 (build 5687)
-Copyright 2012 Yahoo! Inc. All rights reserved.
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
+
/* foundational CSS */
.yui3-datatable-sortable-column {
z-index: 1;
@@ -13,3 +14,11 @@ http://yuilibrary.com/license/
/* So the focus ring isn't masked by the surrounding elements */
z-index: 2;
}
+.yui3-datatable-sort-liner {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+} \ No newline at end of file