Skip to content

Commit

Permalink
fix: focus on selected and default dates (#333)
Browse files Browse the repository at this point in the history
* fix: focus on selected and default dates

* added release info

* added release info
  • Loading branch information
sabrina-bongiovanni authored Sep 20, 2023
1 parent c4b1e66 commit b271bec
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
3 changes: 1 addition & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@

- Nel template Blocco link solo immagini con link esterni, icona accessibilità per link esterni ora è disattivabile attraverso opzione del template
- Migliorata l'accessibilità e il supporto Screen Reader per il menu a tendina "Ordina Per" nella pagina di ricerca
- Migliorata accessibilità del calendario nel blocco ricerca Eventi e ricerca Bandi

### Fix

- Fissato il layout del template Blocco link solo immagini con link esterni, icona accessibilità per link esterni ora è posizionata invece in overlay se presente


## Versione 7.21.0 (19/09/2023)

### Novità
Expand All @@ -53,7 +53,6 @@
- Blocco info: Colori dentro editor di testo sistemati (bottoni draftJS)
- I link nella modulistica mostrano la remoteUrl


## Versione 7.20.4 (13/09/2023)

### Fix
Expand Down
14 changes: 14 additions & 0 deletions theme/ItaliaTheme/Widgets/_react-dates-override.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
table.CalendarMonth_table {
border-collapse: separate;
td.CalendarDay__selected:focus {
border: 1px solid white;
outline: 2px solid $focus-outline-color;
border-radius: 100%;
}

td.CalendarDay__default:focus {
border: none;
box-shadow: none;
outline: 2px solid $focus-outline-color;
}
}
1 change: 1 addition & 0 deletions theme/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
@import 'ItaliaTheme/Widgets/blocksWidget';
@import 'ItaliaTheme/Widgets/subsiteSocialLinks';
@import 'ItaliaTheme/Widgets/reactSelect';
@import 'ItaliaTheme/Widgets/react-dates-override';
@import 'ItaliaTheme/Components/megamenu';
@import 'ItaliaTheme/Components/sharing';
@import 'ItaliaTheme/Components/logo';
Expand Down

0 comments on commit b271bec

Please sign in to comment.