Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 88282d1

Browse files
committed
fix(input): Fix border styles on Firefox.
Fixes #2914.
1 parent 1146155 commit 88282d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/input/input.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ md-input-container {
148148
line-height: $input-line-height;
149149
-ms-flex-preferred-size: $input-line-height; //IE fix
150150
border-radius: 0;
151+
border-style: solid; // Firefox fix
151152

152153
// Fix number inputs in Firefox to be full-width
153154
width: auto;

0 commit comments

Comments
 (0)