更新样式:Header内的下拉框增加动画效果

This commit is contained in:
Argo Zhang 2018-08-24 21:05:03 +08:00 committed by Argo-MacBookPro
parent 6158514638
commit 82e9559018
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ a, a:hover, a:focus {
border-radius: 4px;
padding: 6px 12px;
color: #777;
transition: all .25s linear;
}
.header [data-toggle="dropdown"]:hover {