From 226f435a171dd3ffcfea766133a234ba5a586bb6 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Thu, 2 Nov 2017 11:27:52 +0200 Subject: [PATCH] Add user-select: none to i elements. --- src/App.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.scss b/src/App.scss index 23f7304f..ff403ef8 100644 --- a/src/App.scss +++ b/src/App.scss @@ -7,6 +7,10 @@ min-height: 100vh; } +i { + user-select: none; +} + h4 { margin: 0; }