Remove resize handles from inputs in Firefox (#39274)
This commit is contained in:
parent
2713f14447
commit
a6ec5ce508
@ -557,7 +557,6 @@ code {
|
||||
display: block;
|
||||
width: 100%;
|
||||
font-family: inherit;
|
||||
resize: vertical;
|
||||
background: var(--color-bg-secondary);
|
||||
border: 1px solid var(--color-border-primary);
|
||||
border-radius: 4px;
|
||||
@ -584,6 +583,10 @@ code {
|
||||
}
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
input[type='text'],
|
||||
input[type='number'],
|
||||
input[type='email'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user