Skip to content

Commit

Permalink
fix: dropdown box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Feb 8, 2023
1 parent d65fce2 commit 5e26d28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ $modal-p-l-height: 1.3333333333333333rem;
$modal-icon-color: $primary !default;
$modal-icon-distance: $v-gap * 2;
$modal-alert-p-distance: 32px + $v-gap * 2;
$modal-heading-border: 1px solid $color-border-subtle;
$modal-heading-border: 1px solid $color-border-subtle !default;
$modal-sticky-bg: $white !default;
$modal-body-height: 50vh;
$modal-popconfirm-p-size-mobile: 0.875rem;
Expand Down Expand Up @@ -615,7 +615,7 @@ $chips-background: $color-background-muted !default; // UI kit
$chips-background-hover: $color-background-secondary-hover !default; // UI kit
$chips-label-color: $color-text-secondary !default; // UI kit
$chips-label-color-disabled: $gray-label-disabled !default; // UI kit
$chips-border: $color-border-subtle;
$chips-border: $color-border-subtle !default;

// stepper
$stepper-spacing-h: 24px;
Expand Down
1 change: 1 addition & 0 deletions src/scss/custom/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
background-color: $dropdown-custom-button-background;
font-size: $dropdown-custom-button-font-size;
border-radius: 0;
box-shadow: none;
&:not(:disabled):not(.disabled):active {
box-shadow: none;
}
Expand Down

0 comments on commit 5e26d28

Please sign in to comment.