Skip to content

Commit

Permalink
Removed .euiYScrollWithShadows
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed May 4, 2022
1 parent 5763463 commit c2c3be4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions src/global_styling/utility/_utility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@
@include euiXScrollWithShadows;
}

// TODO: 10/22 DEPRECATE in favor of the correctly formatted class .eui-yScrollWithShadows
.euiYScrollWithShadows {
@include euiYScrollWithShadows;
}

/**
* Forcing focus ring on non-EUI elements
*/
Expand Down
1 change: 1 addition & 0 deletions upcoming_changelogs/5868.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
- Removed `descriptionDisplay` and `labelDisplay` props from `EuiSuggestItem` - use `truncate` and `labelWidth` instead, respectively
- Removed `.euiButton---subdued` className and `$euiButtonTypes.subdued` Sass variable - use `text` color instead
- Removed `.eui-textOverflowWrap` - use `.eui-textBreakWord` instead
- Removed `.euiYScrollWithShadows` - use `.eui-yScrollWithShadows` instead

0 comments on commit c2c3be4

Please sign in to comment.