diff --git a/src/App/styles.less b/src/App/styles.less index bcdbe8797..3fe20288b 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -88,13 +88,11 @@ html { } input { + user-select: text; + &::-moz-focus-inner { border: none; } - - &[type="text"], &[type="email"], &[type="password"] { - user-select: text; - } } svg {