[UX] Add hover effect for sidebar-profile-snapshot (#2650) [ci skip]

This commit is contained in:
Some-Dood 2019-05-03 01:51:58 +08:00 committed by Mac Siri
parent fb9a407b21
commit e3e1a02ad3

View file

@ -887,6 +887,9 @@
theme-container-box-shadow,
$bold-shadow
);
&:hover {
@include themeable(background, theme-container-background-hover, $light-gray);
}
// background:red;
.sidebar-profile-snapshot-inner {
display: inline-block;