This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix button outline showing on clicks for prettiness
remove button outlines on-click for retweet, boost, favourite, and reply buttons
master
hoodie
7 years ago
parent
dc3e0529ca
commit
6c37285580
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
app/assets/stylesheets/application.scss
+ 4
- 0
app/assets/stylesheets/application.scss
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
%
;
Write
Preview
Loading…
Cancel
Save