From b256a48bd100922f8173993c20189114633585de Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 13 Dec 2016 14:03:43 -0500 Subject: [PATCH] fix https://github.com/nikrolls/uBlock-Edge/issues/34 --- src/css/popup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/popup.css b/src/css/popup.css index 2e8dfefc9..b647aa3d1 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -134,6 +134,7 @@ p { } #switch { margin: 8px 0; + user-select: none; } #switch .fa { color: #0046ff;