fix button outline showing on clicks for prettiness

remove button outlines on-click for retweet, boost, favourite, and reply
buttons
th-downstream
hoodie 8 years ago
parent 043cc6a741
commit 588a60545c

@ -110,6 +110,10 @@ body {
font-feature-settings: "kern";
text-size-adjust: none;
button:focus {
outline: none !important;
}
&.app-body {
position: fixed;
width: 100%;

Loading…
Cancel
Save