fix button outline showing on clicks for prettiness

remove button outlines on-click for retweet, boost, favourite, and reply
buttons
This commit is contained in:
hoodie 2017-01-27 12:39:36 -05:00
parent dc3e0529ca
commit 6c37285580
1 changed files with 4 additions and 0 deletions

View File

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