Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: a11y in cms-ui and links color in cms-ui #840

Merged
merged 3 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@
- ...
-->


## Versione X.X.X (dd/mm/yyyy)

### Migliorie

- Se vengono aggiunte o rimosse date dalla ricorrenza di un CT evento, nel sottotitolo viene aggiunta l'indicazione di controllare le eccezioni nella sezione apposita.
- sistemata l'accessibilità riguardante il focus lato operatore.

### Novità

Expand All @@ -55,6 +57,7 @@

- Rimossa l'opzione non selezionabile "nessun valore" dal widget ricorrenza.


## Versione 11.25.3 (12/12/2024)

### Migliorie
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"volto-data-grid-widget": "2.3.1",
"volto-dropdownmenu": "4.1.3",
"volto-editablefooter": "5.1.7",
"volto-feedback": "0.3.2",
"volto-feedback": "0.5.2",
"volto-form-block": "3.10.0",
"volto-gdpr-privacy": "2.2.9",
"volto-google-analytics": "2.0.0",
Expand Down
4 changes: 4 additions & 0 deletions src/theme/ItaliaTheme/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ iframe {
// margin-right: 0.5rem;
// }

svg.external-link {
fill: currentColor;
}

.slate-editor-link {
clear: both;

Expand Down
8 changes: 8 additions & 0 deletions src/theme/_cms-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ body.cms-ui {
font-size: 16px;
line-height: 1.5;

:focus:not(.focus--mouse),
input[type='checkbox']:focus + label:before {
outline: 2px solid #000 !important;
outline-offset: 2px;
border: none !important;
box-shadow: 0 0 0 2px #fff !important;
}

@include media-breakpoint-up(sm) {
font-size: 18px;
line-height: 1.555;
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8250,7 +8250,7 @@ __metadata:
volto-data-grid-widget: 2.3.1
volto-dropdownmenu: 4.1.3
volto-editablefooter: 5.1.7
volto-feedback: 0.3.2
volto-feedback: 0.5.2
volto-form-block: 3.10.0
volto-gdpr-privacy: 2.2.9
volto-google-analytics: 2.0.0
Expand Down Expand Up @@ -16159,15 +16159,15 @@ __metadata:
languageName: node
linkType: hard

"volto-feedback@npm:0.3.2":
version: 0.3.2
resolution: "volto-feedback@npm:0.3.2"
"volto-feedback@npm:0.5.2":
version: 0.5.2
resolution: "volto-feedback@npm:0.5.2"
dependencies:
react-google-recaptcha-v3: 1.9.5
semantic-ui-css: 2.5.0
peerDependencies:
"@plone/volto": ">=16.0.0"
checksum: bfc7951ca5761640896e54fbe84c612176f95bad06682b198596425905b592bf1a287664cc1a8ebade814325c4514313043e62568ae3ac2325a18a43d2c43722
checksum: 48c07636787d4422fdf58e03953860bb6359da47dd34861ad8bf876b7f5ce00425fdd6f28c0334508b79c257e6fb9484e3be06bce296e2a27c98be7cd94e1d84
languageName: node
linkType: hard

Expand Down
Loading