Skip to content

Commit

Permalink
fix remove links button css style(margox#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 committed Nov 13, 2018
1 parent 1899fb4 commit 1b46b51
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/components/business/LinkEditor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
margin-left: 15px;
color: #999;
font-size: 12px;
line-height: 20px;
line-height: 20px;
}
}

Expand All @@ -45,8 +45,12 @@
box-shadow: inset 0 1px 0 0 rgba(#fff, .1);
a{
color: #999;
font-size: 12px;
line-height: 32px;
font-size: 12px !important;
line-height: 32px !important;
padding-left: 10px;
height: 31px !important;
width: 105px !important;

&:hover{
color: $COLOR_DANGER;
}
Expand All @@ -67,4 +71,4 @@
cursor: pointer;
}
}
}
}

0 comments on commit 1b46b51

Please sign in to comment.