mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
get rid of hover styles on mobile show-likes
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user