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
Highlight border when focusing poll-form footer (
#12544
)
closed-social-v3
Hinaloe
5 years ago
committed by
Eugen Rochko
parent
76adde4fe2
commit
eb551c480d
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/mastodon/polls.scss
+ 4
- 0
app/javascript/styles/mastodon/polls.scss
View File
@ -177,6 +177,10 @@
button
,
select
{
flex
:
1
1
50
%
;
&
:
focus
{
border-color
:
$
highlight-text-color
;
}
}
}
Write
Preview
Loading…
Cancel
Save