[UX] Add hover effect for sidebar-profile-snapshot (#2650) [ci skip]
This commit is contained in:
parent
fb9a407b21
commit
e3e1a02ad3
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue