Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use spacing variable
  • Loading branch information
simurai committed Aug 23, 2019
commit 05771960c661586e8f0cce5145c1cc4509be6299
2 changes: 1 addition & 1 deletion src/select-menu/select-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
// The icon shown on the left of a list item. Typically a check icon.

.SelectMenu-icon {
width: 16px; // fixed width to make sure following content aligns
width: $spacer-3; // fixed width to make sure following content aligns
margin-right: $spacer-2;
visibility: hidden;
transition: transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5), visibility 0s 0.12s linear;
Expand Down