analytics: Eliminate slider-focused text selection in Firefox.

Fixes #9151.
This commit is contained in:
Cynthia Lin
2018-03-31 16:47:25 -07:00
committed by Tim Abbott
parent 360d708340
commit 0886424ed3

View File

@@ -43,6 +43,13 @@ hr {
border-width: 2px;
}
.rangeslider-container {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.rangeselector text {
font-weight: 400;
}