mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-11 07:45:36 -05:00
Remove resize handles from inputs in Firefox (#39274)
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user