Sha256: f35bafbdd8cda870a0b03a4eff4d2d03427ba1477d8acd3cd4155f180dd06779

Contents?: true

Size: 187 Bytes

Versions: 2

Compression:

Stored size: 187 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

2 entries across 2 versions & 1 rubygems

Version Path
stitch-0.1.1 stylesheets/stitch/patterns/forms/_search-fields.scss
stitch-0.1.0 stylesheets/stitch/patterns/forms/_search-fields.scss