Skip to content

Commit f14347d

Browse files
committed
Merge branch 'release/UEPR-297-accessibility-improvements' of github.com:scratchfoundation/scratch-editor into backmerge/develop-into-accessibility-release
2 parents 9377f08 + 54c7c6c commit f14347d

71 files changed

Lines changed: 3560 additions & 1725 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 519 additions & 562 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/scratch-gui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
"@babel/core": "7.29.0",
199199
"@babel/preset-env": "7.29.5",
200200
"@babel/preset-react": "7.28.5",
201+
"@reduxjs/toolkit": "^2.11.2",
201202
"@playwright/test": "1.60.0",
202203
"@testing-library/jest-dom": "5.17.0",
203204
"@testing-library/react": "14.3.1",

packages/scratch-gui/src/components/action-menu/action-menu.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ button::-moz-focus-inner {
2929
border: 0;
3030
}
3131

32-
.button:hover {
32+
.button:hover,
33+
.button:focus {
3334
background: $extensions-primary;
3435
}
3536

0 commit comments

Comments
 (0)