From 3f341af326acc2127d56aa5ae369b22bb82a1cbf Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Wed, 16 Nov 2016 00:56:38 -0700 Subject: [PATCH] Stats on about:newtab are now selectable :) Fixes https://github.com/brave/browser-laptop/issues/5666 Auditors: @cezaraugusto, @luixxiul Test Plan: 1. Launch Brave and visit about:newtab 2. Click and drag to select your stats 3. Copy/paste your adblock stats to share with friends :) --- less/about/newtab.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/about/newtab.less b/less/about/newtab.less index 9116b309391..233d9e6a534 100644 --- a/less/about/newtab.less +++ b/less/about/newtab.less @@ -25,7 +25,6 @@ body, .dynamicBackground, .gradient { animation-fill-mode: forwards; } -main, .copyrightNotice { -webkit-user-select: none; cursor: default; @@ -131,6 +130,8 @@ ul { .clock { line-height: 1; + -webkit-user-select: none; + cursor: default; .time { font-size: 75px;