This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Merge pull request
#557
from hoodiek/master
fix button outline showing on clicks for prettiness
closed-social-glitch-2
Eugen
7 years ago
committed by
GitHub
parent
dc3e0529ca
6c37285580
commit
2a6773d59b
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