Skip to content

Commit

Permalink
fix: inline dropdown has border bottom in readonly variant (#15773)
Browse files Browse the repository at this point in the history
Co-authored-by: TJ Egan <[email protected]>
  • Loading branch information
preetibansalui and tw15egan authored Feb 19, 2024
1 parent b438ffd commit f12e27b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/styles/scss/components/dropdown/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@
background-color: transparent;
border-block-end-color: $border-subtle;
}
.#{$prefix}--dropdown--inline.#{$prefix}--dropdown--readonly {
border-block-end-color: transparent;
}

.#{$prefix}--dropdown--readonly .#{$prefix}--list-box__field,
.#{$prefix}--dropdown--readonly .#{$prefix}--list-box__menu-icon {
Expand Down

0 comments on commit f12e27b

Please sign in to comment.