mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 17:02:12 +00:00
input type selector dropped from App styles
This commit is contained in:
parent
13f9d3f698
commit
5809c133d0
1 changed files with 2 additions and 4 deletions
|
|
@ -88,13 +88,11 @@ html {
|
|||
}
|
||||
|
||||
input {
|
||||
user-select: text;
|
||||
|
||||
&::-moz-focus-inner {
|
||||
border: none;
|
||||
}
|
||||
|
||||
&[type="text"], &[type="email"], &[type="password"] {
|
||||
user-select: text;
|
||||
}
|
||||
}
|
||||
|
||||
svg {
|
||||
|
|
|
|||
Loading…
Reference in a new issue