mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
get rid of hover styles on mobile show-likes
This commit is contained in:
parent
df55596907
commit
ac574039a6
1 changed files with 0 additions and 5 deletions
|
@ -28,15 +28,10 @@ span.badge-posts {
|
||||||
}
|
}
|
||||||
|
|
||||||
.show-likes {
|
.show-likes {
|
||||||
margin-left: 0;
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
span.badge-posts {color: scale-color($primary, $lightness: 60%);}
|
span.badge-posts {color: scale-color($primary, $lightness: 60%);}
|
||||||
&:hover {
|
|
||||||
background: dark-light-diff($primary, $secondary, 90%, -65%);
|
|
||||||
span.badge-posts {color: $primary;}
|
|
||||||
}
|
|
||||||
i {
|
i {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue