This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
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: Apply :hover, :focus and :active only when multiple columns
master
Sorin Davidoi
7 years ago
parent
bc6e958229
commit
d8c4781377
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
app/javascript/styles/components.scss
+ 4
- 2
app/javascript/styles/components.scss
View File
@ -1473,8 +1473,10 @@
&
:
hover
,
&
:
focus
,
&
:
active
{
background
:
lighten
(
$
ui-base-color
,
14
%
)
;
transition
:
all
100ms
linear
;
@media
screen
and
(
min-width
:
1025
px
)
{
background
:
lighten
(
$
ui-base-color
,
14
%
)
;
transition
:
all
100ms
linear
;
}
}
span
{
Write
Preview
Loading…
Cancel
Save