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 dark background error on user-mention autosuggest (
#7937
)
master
Marek Lach
6 years ago
committed by
Eugen Rochko
parent
f2d9a3c239
commit
7da74e3157
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/styles/mastodon-light/diff.scss
+ 1
- 1
app/javascript/styles/mastodon-light/diff.scss
View File
@ -52,7 +52,7 @@
}
.
autosuggest-textarea__suggestions
{
background
:
dark
en
(
$
ui-base-color
,
6
%
)
;
background
:
light
en
(
$
ui-base-color
,
4
%
)
;
}
.
autosuggest-textarea__suggestions__item
{
Write
Preview
Loading…
Cancel
Save