Skip to content

Instantly share code, notes, and snippets.

View mantaskaveckas's full-sized avatar
🏠
Working from home

Mantas Kaveckas mantaskaveckas

🏠
Working from home
View GitHub Profile
@mantaskaveckas
mantaskaveckas / _remove-appearance.scss
Created May 27, 2015 11:49
Simple Sass @mixin to remove default appearance for Twitter Bootstrap elements
/*
* Simple Sass @mixin to remove default
* appearance for Twitter Bootstrap elements
*/
@mixin remove-appearance {
&, &:hover, &:focus {
-webkit-appearance: none;
text-decoration: none;
outline: 0;