From add5e16625169f178c8aec107b6b9f36100d5b56 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 4 Dec 2017 17:46:19 +0100 Subject: [PATCH] upd: css.header (Cannot user-select header-icon) --- public_html/css/header.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public_html/css/header.css b/public_html/css/header.css index 916ed65..9f94daf 100644 --- a/public_html/css/header.css +++ b/public_html/css/header.css @@ -19,6 +19,11 @@ overflow: hidden; cursor: pointer; + user-select: none; + -moz-user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; transition: all .2s ease-in-out; }