Skip to content

Commit

Permalink
fix(FluidDropdown): update divider styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Oct 6, 2022
1 parent 2e85dd8 commit 90d0fe9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@
.#{$prefix}--list-box--warning
~ .#{$prefix}--list-box__divider {
display: block;
border: 1px solid $border-subtle;
border: none;
border-bottom: 1px solid $border-subtle;
margin: 0 1rem;
}

Expand Down

0 comments on commit 90d0fe9

Please sign in to comment.