Skip to content

Commit

Permalink
fix: incorrect border on multiple default theme (#354) (#386)
Browse files Browse the repository at this point in the history
closes #354
  • Loading branch information
bioub authored and anjmao committed Mar 27, 2018
1 parent 26a32bc commit 8bcfe56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/themes/default.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,11 @@ $color-selected: #f5faff;
border: 1px solid #e3e3e3;
}
.ng-value-label {
display: inline-block;
padding: 2px 5px 2px 1px;
}
.ng-value-icon {
display: inline-block;
padding: 3px 5px;
&:hover {
background-color: #d8eafd;
Expand Down

0 comments on commit 8bcfe56

Please sign in to comment.