修改BUG:用户信息下拉框鼠标悬停时抖动

This commit is contained in:
Argo-Surface 2018-11-23 13:02:53 +08:00
parent 188935bd9b
commit 885e6e7a29
1 changed files with 2 additions and 4 deletions

View File

@ -116,17 +116,15 @@
.userinfo .dropdown-toggle:hover, .userinfo.show .dropdown-toggle, .nav [data-toggle="dropdown"]:hover {
color: #333;
border: solid 1px #337ab7;
}
.userinfo [data-toggle="dropdown"]:hover {
border-color: #337ab7;
}
.userinfo .dropdown-item {
display: flex;
width: 270px;
padding: 0;
justify-content: space-around;
background-color: #fff;
}
.userinfo .dropdown-item a {