Skip to content

Commit

Permalink
Merge branch 'master' into data-table-toolbar-buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh authored Feb 24, 2020
2 parents db71629 + 99f3a86 commit 2c838ae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -18000,7 +18000,7 @@ List box styles
.#{$prefix}--list-box__selection {
position: absolute;
right: rem(33px); // to preserve .5rem space between icons according to spec
// top/transform used to center invalid icon in IE11
// top/transform used to center the combobox clear selection icon in IE11
top: 50%;
transform: translateY(-50%);
display: flex;
Expand All @@ -18017,6 +18017,12 @@ List box styles
}
}

// reset multiselect selection counter positioning
.#{$prefix}--list-box__selection--multi {
top: auto;
transform: none;
}

.#{$prefix}--list-box__selection > svg {
fill: $icon-02;
}
Expand Down

0 comments on commit 2c838ae

Please sign in to comment.