Skip to content

Instantly share code, notes, and snippets.

View farolfo's full-sized avatar

Franco Arolfo farolfo

View GitHub Profile
@farolfo
farolfo / non-halo.css
Last active August 29, 2015 14:01
[CSS] Remove blue halo from focused elements
.non-halo {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}