mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
analytics: Eliminate slider-focused text selection in Firefox.
Fixes #9151.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user