Remove outlines from selectable elements

This commit is contained in:
Kevin MacMartin 2015-09-11 17:33:33 -04:00
parent 096e70b371
commit 61ca7022fb

View file

@ -22,6 +22,10 @@ body {
color: @c_text;
}
* {
outline: none !important;
}
body.index {
.container {
.content {