Skip to content

Commit

Permalink
Merge pull request #1212 from nicozerr/a11y-close-button
Browse files Browse the repository at this point in the history
Fix close button accessibility
  • Loading branch information
AmauriC authored May 15, 2024
2 parents ba45a5f + 404081b commit b5e6173
Show file tree
Hide file tree
Showing 70 changed files with 77 additions and 40 deletions.
6 changes: 5 additions & 1 deletion css/tarteaucitron.css
Original file line number Diff line number Diff line change
Expand Up @@ -1148,13 +1148,17 @@ span.tarteaucitronTitle.tarteaucitronH3 {

#tarteaucitronCloseCross {
position:absolute;
color: #FFFF;
color: #FFF;
font-size:1.8rem;
cursor: pointer;
top: 10px;
right: 26px
}

#tarteaucitronCloseCross span {
color: inherit;
}

.tarteaucitron-spacer-20 {
height: 20px;
display: block;
Expand Down
2 changes: 1 addition & 1 deletion css/tarteaucitron.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lang/tarteaucitron.ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ tarteaucitron.lang = {
"acceptAll": "تقبل كل شيء",
"personalize": "تخصيص",
"close": "اغلاق",
"closeBanner": "إخفاء لافتة ملفات تعريف الارتباط",

"privacyUrl": "سياسة الخصوصية",

Expand Down
2 changes: 1 addition & 1 deletion lang/tarteaucitron.ar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lang/tarteaucitron.bg.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ tarteaucitron.lang = {
"personalize": "Ще избирам",
"acceptAll": "ОК, приемам всички",
"close": "Затвори",
"closeBanner": "Скриване на банера за бисквитки",

"privacyUrl": "Политика за поверителност",

Expand Down
2 changes: 1 addition & 1 deletion lang/tarteaucitron.bg.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b5e6173

Please sign in to comment.