Skip to content

Commit

Permalink
Eliminate screenreader content when copying and pasting data grid tab…
Browse files Browse the repository at this point in the history
…le (#1198)

* Eliminate screenreader content when copy paste of data grid table

Signed-off-by: abbyhu2000 <[email protected]>

* add changelog

Signed-off-by: abbyhu2000 <[email protected]>

* add it to current theme

Signed-off-by: abbyhu2000 <[email protected]>

---------

Signed-off-by: abbyhu2000 <[email protected]>
  • Loading branch information
abbyhu2000 authored Jan 25, 2024
1 parent 335ca98 commit 386da22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- Implement validation for icon input source & set default icon to `Beaker` ([#1137](https://github.com/opensearch-project/oui/pull/1137))
- Add `Docking` icons ([#1041](https://github.com/opensearch-project/oui/pull/1041))
- Add SplitButton control ([#1193](https://github.com/opensearch-project/oui/pull/1193))
- Eliminate screenreader content when copying and pasting data grid table ([#1198](https://github.com/opensearch-project/oui/pull/1198))

### 🐛 Bug Fixes

Expand Down
1 change: 1 addition & 0 deletions src/global_styling/mixins/_helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
width: 1px;
height: 1px;
overflow: hidden;
user-select: none;
}

// Specifically target IE11, but not Edge.
Expand Down
1 change: 1 addition & 0 deletions src/themes/oui-next/global_styling/mixins/_helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
width: 1px;
height: 1px;
overflow: hidden;
user-select: none;
}

// Specifically target IE11, but not Edge.
Expand Down

0 comments on commit 386da22

Please sign in to comment.