input type selector dropped from App styles

This commit is contained in:
NikolaBorislavovHristov 2019-08-05 00:24:52 +03:00
parent 13f9d3f698
commit 5809c133d0

View file

@ -88,13 +88,11 @@ html {
}
input {
user-select: text;
&::-moz-focus-inner {
border: none;
}
&[type="text"], &[type="email"], &[type="password"] {
user-select: text;
}
}
svg {