Skip to content

Commit f31f3ca

Browse files
Remove border: none from Textarea internal styles (#1610)
Resolves #1609
1 parent 3c6184d commit f31f3ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/textarea/src/Textarea.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const pseudoSelectors = {
1414
}
1515

1616
const internalStyles = {
17-
border: 'none',
1817
MozAppearance: 'none',
1918
outline: 'none',
2019
textDecoration: 'none',

0 commit comments

Comments
 (0)