Skip to content

Commit

Permalink
Darken dropdown divider (twbs#31131)
Browse files Browse the repository at this point in the history
currently, `$gray-200` is practically imperceptible. switch to reusing `$dropdown-border-color`.
  • Loading branch information
patrickhlauke authored and olsza committed Oct 3, 2020
1 parent 5795dc7 commit 050c579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Expand Up @@ -914,7 +914,7 @@ $dropdown-border-color: rgba($black, .15) !default;
$dropdown-border-radius: $border-radius !default;
$dropdown-border-width: $border-width !default;
$dropdown-inner-border-radius: subtract($dropdown-border-radius, $dropdown-border-width) !default;
$dropdown-divider-bg: $gray-200 !default;
$dropdown-divider-bg: $dropdown-border-color !default;
$dropdown-divider-margin-y: $spacer / 2 !default;
$dropdown-box-shadow: $box-shadow !default;

Expand Down

0 comments on commit 050c579

Please sign in to comment.