Skip to content

Commit

Permalink
fix(Modal): add modal dropdown overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Jun 21, 2023
1 parent 2e051a6 commit 6ed82a5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/styles/scss/components/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,20 @@
background-color: $border-subtle-02;
}

.#{$prefix}--list-box__menu-item__option {
border-top-color: $border-subtle-02;
}

.#{$prefix}--list-box__menu-item:hover
.#{$prefix}--list-box__menu-item__option {
border-top-color: $layer-hover;
}

.#{$prefix}--list-box__menu-item--active:hover
.#{$prefix}--list-box__menu-item__option {
border-top-color: $layer-selected-hover;
}

// Fluid inputs
.#{$prefix}--text-input--fluid .#{$prefix}--text-input,
.#{$prefix}--text-area--fluid .#{$prefix}--text-area__wrapper,
Expand Down

0 comments on commit 6ed82a5

Please sign in to comment.