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 styling of boost button in media modal not reflecting ability to boost (
#16387
)
closed-social-glitch-2
Claire
3 years ago
committed by
GitHub
parent
e592e47e19
commit
9e5a1daa9b
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
19 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
app/javascript/styles/mastodon/boost.scss
+7
-0
app/javascript/styles/mastodon/components.scss
+ 12
- 0
app/javascript/styles/mastodon/boost.scss
File diff suppressed because it is too large
View File
+ 7
- 0
app/javascript/styles/mastodon/components.scss
View File
@ -4732,6 +4732,13 @@ a.status-card.compact:hover {
background
:
rgba
(
$
gold-star
,
0
.
3
)
;
}
}
&
.
disabled
{
color
:
$
white
;
background-color
:
transparent
;
cursor
:
default
;
opacity
:
0
.
4
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save