Skip to content

Commit e4ef364

Browse files
authored
Merge pull request #47 from FriendsOfREDAXO/update-sa11y-4.1.0
Update sa11y to version 4.1.0
2 parents fa92f86 + eb5fc91 commit e4ef364

Some content is hidden

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

151 files changed

+323
-292
lines changed

.sa11y_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.9
1+
4.1.0

assets/vendor/sa11y/bookmarklet/apca.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/vendor/sa11y/bookmarklet/v2-en.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/vendor/sa11y/bookmarklet/v2.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/vendor/sa11y/dist/css/global-utilities.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
outline-offset: 2px;
3333
}
3434

35-
[data-sa11y-warning],
36-
[data-sa11y-warning-inline] {
35+
[data-sa11y-warning]:not([data-sa11y-error]),
36+
[data-sa11y-warning-inline]:not([data-sa11y-error-inline]) {
3737
outline: 5px solid var(--sa11y-warning) !important;
3838
outline-offset: 2px;
3939
}

assets/vendor/sa11y/dist/css/global-utilities.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/vendor/sa11y/dist/css/sa11y.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
outline-offset: 2px;
3333
}
3434

35-
[data-sa11y-warning],
36-
[data-sa11y-warning-inline] {
35+
[data-sa11y-warning]:not([data-sa11y-error]),
36+
[data-sa11y-warning-inline]:not([data-sa11y-error-inline]) {
3737
outline: 5px solid var(--sa11y-warning) !important;
3838
outline-offset: 2px;
3939
}
@@ -234,8 +234,8 @@ html[data-sa11y-theme=dark] {
234234
outline-offset: 2px;
235235
}
236236

237-
[data-sa11y-warning],
238-
[data-sa11y-warning-inline] {
237+
[data-sa11y-warning]:not([data-sa11y-error]),
238+
[data-sa11y-warning-inline]:not([data-sa11y-error-inline]) {
239239
outline: 5px solid var(--sa11y-warning) !important;
240240
outline-offset: 2px;
241241
}

0 commit comments

Comments
 (0)