This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
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 all icons in the column header being hilighted (
#3554
)
closed-social-v3
unarist
7 years ago
committed by
Eugen Rochko
parent
b97ebaf620
commit
1dfd27a028
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/components.scss
+ 1
- 1
app/javascript/styles/components.scss
View File
@ -2029,7 +2029,7 @@ button.icon-button.active i.fa-retweet {
box-shadow
:
0
1px
0
rgba
(
$
ui-highlight-color
,
0
.
3
)
;
}
&
.
active
.
fa
{
&
.
active
.
column-header__icon
{
color
:
$
ui-highlight-color
;
text-shadow
:
0
0
10px
rgba
(
$
ui-highlight-color
,
0
.
4
)
;
}
Write
Preview
Loading…
Cancel
Save