From b8900140ec3cc02138ad6ebcf8e063dc21e59d17 Mon Sep 17 00:00:00 2001 From: David Walsh Date: Mon, 15 Mar 2021 17:34:15 -0500 Subject: [PATCH] Prevent network menu highlighting (#10643) --- ui/app/components/app/network-display/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/components/app/network-display/index.scss b/ui/app/components/app/network-display/index.scss index c07126b6f..fdfdc3302 100644 --- a/ui/app/components/app/network-display/index.scss +++ b/ui/app/components/app/network-display/index.scss @@ -6,6 +6,7 @@ border-radius: 4px; min-height: 25px; cursor: pointer; + user-select: none; &--disabled { cursor: not-allowed;