Commit 35c97132 authored by Randall Leeds's avatar Randall Leeds

nuke focus outline, add push indication to toolbar

parent 89b366d3
......@@ -330,6 +330,10 @@ $baseFontSize: 14px;
width: 36px;
}
&.pushed {
@include box-shadow(none);
}
a, a:hover, a:active, a:visited, a:link, a:link:hover {
font-size: 1.3em;
line-height: 28px;
......@@ -343,6 +347,7 @@ $baseFontSize: 14px;
text-decoration: none;
&:focus { outline: 0; }
&.tri-icon {
text-shadow:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment