Skip to content

Commit

Permalink
Prevent text selection in option lists
Browse files Browse the repository at this point in the history
  • Loading branch information
jperals committed Jan 10, 2025
1 parent e5bab22 commit 961f522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internal/components/options-list/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
border-start-end-radius: awsui.$border-radius-dropdown;
border-end-start-radius: awsui.$border-radius-dropdown;
border-end-end-radius: awsui.$border-radius-dropdown;
user-select: none;

&-embedded {
border-start-start-radius: 0px;
Expand Down

0 comments on commit 961f522

Please sign in to comment.