Sha256: c10afa6bad0a23852a57a1245a7b144da380b607997d65b3eb0e0d19d7707f32

Contents?: true

Size: 180 Bytes

Versions: 12

Compression:

Stored size: 180 Bytes

Contents

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




Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
stitch-0.1.7.beta.3 stylesheets/stitch/patterns/forms/_search-fields.scss
stitch-0.1.7.beta.2 stylesheets/stitch/patterns/forms/_search-fields.scss
stitch-0.1.7.beta.1 stylesheets/stitch/patterns/forms/_search-fields.scss
stitch-0.1.6 stylesheets/stitch/patterns/forms/_search-fields.scss
stitch-0.1.5 stylesheets/stitch/patterns/forms/_search-fields.scss
stitch-0.1.4 stylesheets/stitch/patterns/forms/_search-fields.scss
stitch-0.1.4.beta.2 stylesheets/stitch/patterns/forms/_search-fields.scss
stitch-0.1.4.beta.1 stylesheets/stitch/patterns/forms/_search-fields.scss
stitch-0.1.3.2 stylesheets/stitch/patterns/forms/_search-fields.scss
stitch-0.1.3.1 stylesheets/stitch/patterns/forms/_search-fields.scss
stitch-0.1.3 stylesheets/stitch/patterns/forms/_search-fields.scss
stitch-0.1.2 stylesheets/stitch/patterns/forms/_search-fields.scss