Skip to content

Commit

Permalink
Draggable List - 8pt and tweaks [#150272066]
Browse files Browse the repository at this point in the history
Signed-off-by: Ming Xiao <mxiao@pivotal.io>
  • Loading branch information
reidmit authored and Ming Xiao committed Sep 11, 2017
1 parent 3f11138 commit 4031fba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/css/lists/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,14 @@ ul, ol {
> li {
width: 100%;
list-style-type: none;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid $table-border-color;

&:first-child {
border-top: 1px solid #ddd;
border-top: 1px solid $table-border-color;
}

.draggable-item-content {
padding: $list-draggable-item-content-padding;
background: $list-draggable-item-content-bg;
}

&.hover {
Expand Down
2 changes: 1 addition & 1 deletion src/css/pui-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ $list-steps-color-current: $brand-8;
$list-draggable-grip: $neutral-8;
$list-draggable-grip-active: $neutral-4;
$list-draggable-bg: $neutral-9;
$list-draggable-item-content-padding: 10px 10px 10px 0;
$list-draggable-item-content-padding: 8px 8px 8px 0;
$list-draggable-item-content-bg: $neutral-11;

// Panels
Expand Down

0 comments on commit 4031fba

Please sign in to comment.