Skip to content

Commit

Permalink
Merge pull request #2750 from SUI-Components/feature/adaptStylesForTo…
Browse files Browse the repository at this point in the history
…pDropdown

feat(components/molecule/dropdownList): Change border radious when placed on top
  • Loading branch information
ferransimon authored Jul 25, 2024
2 parents c308911 + eecdb90 commit c3d686a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/molecule/dropdownList/src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ $base-class: '.sui-MoleculeDropdownList';
&-top {
display: flex;
flex-direction: column-reverse;
border-radius: $bdrs-dropdown-list-top;
}
}

Expand Down
1 change: 1 addition & 0 deletions components/molecule/dropdownList/src/styles/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ $bd-dropdown-list: $bdw-s solid color-variation($c-gray, 2) !default;
$p-dropdown-list: $p-s !default;
$bxsh-dropdown-list: $bxsh-l !default;
$bdrs-dropdown-list: 0 !default;
$bdrs-dropdown-list-top: 0 !default;
$bxz-dropdown-list: border-box !default;

0 comments on commit c3d686a

Please sign in to comment.