Skip to content

Commit

Permalink
fix: color contrast in icons block (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: Piero Nicolli <[email protected]>
  • Loading branch information
Wagner3UB and pnicolli authored Jan 29, 2024
1 parent 40ca2c9 commit 2099b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- Risolto un problema di visualizzazione degli argomenti indicati come altri argomenti nel blocco Argomenti quando il loro numero è esiguo
- Sistemato il layout e la visualizzazione della vista del CT Cartella Modulistica per gestire al meglio gli elementi
titolo, titolo del modulo e link al download in caso di testi lunghi, specialmente su mobile
- Colore di sfondo per il blocco icone impostato sul colore primario. Sistemato il contrasto tra descrizione e lo sfondo

## Versione 11.3.2 (19/01/2023)

Expand Down
2 changes: 1 addition & 1 deletion src/theme/ItaliaTheme/Blocks/_iconBlocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
position: absolute;
width: 100%;
height: 100%;
background-color: rgba($primary, 0.85);
background-color: $primary;
content: '';
}
}
Expand Down

0 comments on commit 2099b12

Please sign in to comment.