Bug 1398760 - Prevent text selection in console filter checkbox;r=Honza draft
authorBrian Grinstead <bgrinstead@mozilla.com>
Mon, 11 Sep 2017 10:57:14 -0700
changeset 662450 1f218b11e8022229dfac0b1b35591281c1116d35
parent 662449 7b69f4f28eb62a65b469d7e2017cbf14decf7f2b
child 730872 dd6c43c53784e07d5b743aa5c6c0a186b7adf277
push id79087
push userbgrinstead@mozilla.com
push dateMon, 11 Sep 2017 17:58:53 +0000
reviewersHonza
bugs1398760
milestone57.0a1
Bug 1398760 - Prevent text selection in console filter checkbox;r=Honza MozReview-Commit-ID: 8DHQqG07EzV
devtools/client/themes/webconsole.css
--- a/devtools/client/themes/webconsole.css
+++ b/devtools/client/themes/webconsole.css
@@ -784,16 +784,17 @@ a.learn-more-link.webconsole-learn-more-
   flex: 1 1 100%;
 }
 
 .webconsole-filterbar-primary .filter-checkbox {
   flex-shrink: 0;
   margin: 0 3px;
   display: flex;
   align-items: center;
+  -moz-user-select: none;
 }
 
 .webconsole-filterbar-secondary .devtools-separator {
   margin: 0 5px;
 }
 
 .webconsole-filterbar-filtered-messages {
   /* Needed so the bar takes the whole horizontal space when it is wrapped */