fix button outline showing on clicks for prettiness
remove button outlines on-click for retweet, boost, favourite, and reply buttonsskylight
parent
dc3e0529ca
commit
6c37285580
|
@ -110,6 +110,10 @@ body {
|
||||||
font-feature-settings: "kern";
|
font-feature-settings: "kern";
|
||||||
text-size-adjust: none;
|
text-size-adjust: none;
|
||||||
|
|
||||||
|
button:focus {
|
||||||
|
outline: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
&.app-body {
|
&.app-body {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue