From 7c8a9ca1ff16747a681117cf0c9f68d95adbcfe1 Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Fri, 31 Mar 2017 09:30:25 -0700 Subject: [PATCH] Make lion badge text non-selectable Fixes https://github.com/brave/browser-laptop/issues/7994 Auditors: @jonathansampson Test Plan: 1. Click in the title-bar 2. Press Ctrl+A 3. Note the count is NOT selected --- js/components/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/components/main.js b/js/components/main.js index 4431287d833..db16f8bb1f4 100644 --- a/js/components/main.js +++ b/js/components/main.js @@ -1401,7 +1401,8 @@ let styling = { textAlign: 'center', border: '0px solid #FFF', background: '#555555', - minWidth: '10px' + minWidth: '10px', + WebkitUserSelect: 'none' }, braveMenuContainer: { position: 'relative'