Skip to content

Commit

Permalink
feat(components/molecule/dropdownList): Change border radious when pl…
Browse files Browse the repository at this point in the history
…aced on top
  • Loading branch information
Ferran Simon authored and Ferran Simon committed Jul 25, 2024
1 parent c308911 commit eecdb90
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 eecdb90

Please sign in to comment.