更新样式:Header内的下拉框增加动画效果
This commit is contained in:
parent
6158514638
commit
82e9559018
|
@ -75,6 +75,7 @@ a, a:hover, a:focus {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
color: #777;
|
color: #777;
|
||||||
|
transition: all .25s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header [data-toggle="dropdown"]:hover {
|
.header [data-toggle="dropdown"]:hover {
|
||||||
|
|
Loading…
Reference in New Issue