mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
inputs: Remove selectors for unused input types.
This commit is contained in:
@@ -713,16 +713,8 @@ i.zulip-icon:focus-visible,
|
|||||||
input:not(.input-element) {
|
input:not(.input-element) {
|
||||||
&[type="text"],
|
&[type="text"],
|
||||||
&[type="password"],
|
&[type="password"],
|
||||||
&[type="datetime"],
|
|
||||||
&[type="datetime-local"],
|
|
||||||
&[type="date"],
|
|
||||||
&[type="month"],
|
|
||||||
&[type="time"],
|
|
||||||
&[type="week"],
|
|
||||||
&[type="email"],
|
&[type="email"],
|
||||||
&[type="url"],
|
&[type="url"],
|
||||||
&[type="search"],
|
|
||||||
&[type="tel"],
|
|
||||||
&[type="color"] {
|
&[type="color"] {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
height: 1.4em;
|
height: 1.4em;
|
||||||
|
|||||||
Reference in New Issue
Block a user