update Upload

update Upload
This commit is contained in:
梁灏 2017-01-22 17:19:37 +08:00
parent bc3bcb098b
commit a6ac0a7603
3 changed files with 133 additions and 64 deletions

View file

@ -16,7 +16,7 @@
overflow: hidden;
position: relative;
& + span{
& > span{
cursor: pointer;
transition: color @transition-time @ease-in-out;
i{
@ -30,7 +30,7 @@
&:hover{
background: @input-disabled-bg;
& + span{
& > span{
color: @primary-color;
i{
color: @text-color;