stylesheets/stitch/patterns/forms/_search-fields.scss in stitch-0.1.1 vs stylesheets/stitch/patterns/forms/_search-fields.scss in stitch-0.1.2

- old
+ new

@@ -1,7 +1,5 @@ -/* - Make webkit render the search input like a normal text field -*/ +// Make webkit render the search input like a normal text field @mixin reset-search-field { -webkit-appearance:textfield; &::-webkit-search-decoration { display:none }