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 incorrect disabled boost button color when reduce-motion is set
closed-social-glitch-2
Thibaut Girka
6 years ago
committed by
ThibG
parent
65f625cf23
commit
ac6fb758b9
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
@ -827,6 +827,10 @@
color
:
$
highlight-text-color
;
}
.
reduce-motion
button
.
icon-button
.
disabled
i
.
fa-retweet
{
color
:
darken
(
$
action-button-color
,
13
%
)
;
}
.
load-more
{
display
:
block
;
color
:
$
dark-text-color
;
Write
Preview
Loading…
Cancel
Save