From 59722d25c75df30aff64495279e9f44bcbb3e1e1 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Mon, 4 Feb 2019 13:50:04 +0200 Subject: [PATCH] app styles updated --- src/App/styles.less | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/App/styles.less b/src/App/styles.less index 960b30bf9..066281dec 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -61,6 +61,8 @@ text-decoration: none; outline: none; appearance: none; + background: none; + box-shadow: none; } html, body, :global(#app) { @@ -79,12 +81,14 @@ html, body, :global(#app) { height: 100%; } - input[type="email"], input[type="password"], input[type="text"] { - user-select: text; - } + input { + &::-moz-focus-inner { + border: none; + } - input::-moz-focus-inner { - border: 0; + &[type="email"], &[type="password"], &[type="text"] { + user-select: text; + } } ::-webkit-scrollbar {