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 CW icon color in local-settings modal
closed-social-glitch-2
Thibaut Girka
6 years ago
committed by
ThibG
parent
721aec40cd
commit
269edc0e48
1 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
app/javascript/flavours/glitch/styles/components/local_settings.scss
+ 5
- 0
app/javascript/flavours/glitch/styles/components/local_settings.scss
View File
@ -60,6 +60,11 @@
outline
:
none
;
outline
:
none
;
transition
:
background
.
3s
;
transition
:
background
.
3s
;
.
text-icon-button
{
color
:
inherit
;
transition
:
unset
;
}
&
:
hover
{
&
:
hover
{
background
:
$
ui-secondary-color
;
background
:
$
ui-secondary-color
;
}
}
Write
Preview
Loading…
Cancel
Save