From 26721219802be2ae9655943e610554a1b47eafbd Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sat, 14 Aug 2021 19:13:46 +0200 Subject: copy to clipboard, icons, notes key --- styles/_reset.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'styles/_reset.scss') diff --git a/styles/_reset.scss b/styles/_reset.scss index a5f98fb..c979f31 100755 --- a/styles/_reset.scss +++ b/styles/_reset.scss @@ -21,10 +21,10 @@ time, mark, audio, video { font-size: 100%; font: inherit; vertical-align: baseline; - moz-user-select: none; - webkit-user-select: none; - ms-user-select: none; - user-select: none; + // moz-user-select: none; + // webkit-user-select: none; + // ms-user-select: none; + // user-select: none; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { -- cgit v1.2.3