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
Fix focused background color of favourited direct toot (tootsuite pr
#6021
)
closed-social-glitch-2
cwm
6 years ago
parent
815524412b
commit
46565ed746
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/flavours/glitch/styles/components/index.scss
+ 4
- 0
app/javascript/flavours/glitch/styles/components/index.scss
View File
@ -674,6 +674,10 @@
.
status
.
status-direct
{
background
:
lighten
(
$
ui-base-color
,
12
%
)
;
&
.
muted
{
background
:
transparent
;
}
}
.
detailed-status
,
Write
Preview
Loading…
Cancel
Save