Skip to content

Commit

Permalink
fix(multi-select): fixed width and hover color (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
marijohannessen authored and tw15egan committed May 7, 2018
1 parent 97c8310 commit 401b9a5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/list-box/_list-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,13 @@ $list-box-menu-width: rem(300px);
.#{$prefix}--list-box__field {
@include button-reset;
position: relative;
display: flex;
display: inline-flex;
align-items: center;
width: 100%;
height: 100%;
padding: 0 1rem;
cursor: pointer;
}

.#{$prefix}--list-box__field:hover {
background: $field-01;
}

.#{$prefix}--list-box__field:focus,
.#{$prefix}--list-box__field[aria-expanded='true'] {
outline: 1px solid $brand-01;
Expand Down

0 comments on commit 401b9a5

Please sign in to comment.