Skip to content

Commit e106d8e

Browse files
authored
Merge pull request #759 from CityOfBoston/develop
DIG-4417 Fix for text fields inputs on PCs
2 parents 5171408 + 09d5b69 commit e106d8e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

stylesheets/patterns-cob-theme.styl

-12
Original file line numberDiff line numberDiff line change
@@ -445,18 +445,6 @@ input[type="search"]::-webkit-search-cancel-button,
445445
input[type="search"]::-webkit-search-decoration {
446446
-webkit-appearance: none
447447
}
448-
input[type="text"],
449-
input[type="search"],
450-
input[type="tel"],
451-
input[type="url"],
452-
input[type="email"],
453-
input[type="password"],
454-
input[type="date"],
455-
input[type="time"],
456-
input[type="number"],
457-
textarea {
458-
line-height: inherit
459-
}
460448
input[type="checkbox"],
461449
input[type="radio"] {
462450
box-sizing: border-box;

0 commit comments

Comments
 (0)