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 style regression of buttons not inheriting document font by default (
#3310
)
master
Eugen Rochko
7 years ago
committed by
GitHub
parent
6267759607
commit
a098d08d12
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
app/javascript/styles/basics.scss
+ 4
- 0
app/javascript/styles/basics.scss
View File
@ -45,6 +45,10 @@ body {
}
}
button
{
font-family
:
inherit
;
}
button
:
focus
{
outline
:
none
;
}
Write
Preview
Loading…
Cancel
Save