fix: 修复侧边栏展开鼠标悬停 nav-header span 样式

This commit is contained in:
Argo Zhang 2019-08-18 15:16:26 +08:00
parent 779b9d8424
commit 6972250641
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
max-width: 120px; max-width: 120px;
} }
.username, aside:hover .nav-header span, .userinfo .dropdown-item .username + div { .username, .sidebar-open aside:hover .nav-header span, .userinfo .dropdown-item .username + div {
margin-left: 0.625rem; margin-left: 0.625rem;
} }

View File

@ -43,7 +43,7 @@
max-width: 120px; max-width: 120px;
} }
.username, aside:hover .nav-header span, .userinfo .dropdown-item .username + div { .username, .sidebar-open aside:hover .nav-header span, .userinfo .dropdown-item .username + div {
margin-left: 0.625rem; margin-left: 0.625rem;
} }