Remove explicitly set font-family in place where comments talk about FF

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-06-26 09:01:57 +02:00
parent ffc6f96d45
commit ed78bd9096
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
2 changed files with 0 additions and 4 deletions

View File

@ -105,7 +105,6 @@ input[type=text],
input[type=search],
input[type=password] {
padding: 9px;
font-family: $font-family;
font-size: $font-14px;
font-weight: 600;
min-width: 0;
@ -146,7 +145,6 @@ input[type=text], input[type=password], textarea {
/* Required by Firefox */
textarea {
font-family: $font-family;
color: $primary-fg-color;
}

View File

@ -165,8 +165,6 @@ limitations under the License.
font-size: $font-14px;
max-height: 120px;
overflow: auto;
/* needed for FF */
font-family: $font-family;
}
/* hack for FF as vertical alignment of custom placeholder text is broken */