Skip to content

Commit 8ac68b0

Browse files
gavenjdalton
authored andcommitted
Removes input border radius on Safari mobile (#196)
* Removes input border radius on Safari mobile * Removes vendor prefix
1 parent ba6e76b commit 8ac68b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/css/_docs.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ html.docs {
175175
appearance: none;
176176
border: none;
177177
border-bottom: 2px solid $defaultLiteColor;
178+
border-radius: 0;
178179
font-size: 1.4rem;
179180
padding: 0 0 10px 0;
180181
text-indent: 30px;

0 commit comments

Comments
 (0)