From 2fb72ceb0382659393e95672f6fbf9e554617cd3 Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Tue, 29 Jan 2019 13:33:37 +0200 Subject: [PATCH] user-select: text; for inputs --- src/App/styles.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/App/styles.less b/src/App/styles.less index da0ea8c21..9ab13c600 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -59,6 +59,7 @@ user-select: none; text-decoration: none; outline: none; + appearance: none; } html, body, :global(#app) { @@ -77,6 +78,10 @@ html, body, :global(#app) { height: 100%; } + input { + user-select: text; + } + ::-webkit-scrollbar { width: var(--scroll-bar-width); }