Skip to content

Commit

Permalink
fix: added class to apply color style to all icons (#542)
Browse files Browse the repository at this point in the history
* fix: added class to apply color style to all icons

* fix: navbar toggle color

* fix: removed unnecessary class and added css rule for icons in menu

* fix: moved styles in specific file for mobileMenu

* chore: removed unused style

* fix: removed unnecessary style for navbar toggle icon
  • Loading branch information
sabrina-bongiovanni authored Mar 7, 2024
1 parent 63aabf8 commit 3431318
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@

## Versione 11.6.0 (05/03/2024)

### Fix

- Le icone social nel menu laterale mobile sono tutte dello stesso colore.
### Migliorie

- Nel blocco form è stata aggiunta una legenda per i campi obbligatori.
Expand Down
3 changes: 2 additions & 1 deletion src/theme/ItaliaTheme/Components/_mobileMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@

margin-left: 0;

.icon {
svg.icon {
fill: currentColor;
width: 28px;
height: 28px;
}
Expand Down

0 comments on commit 3431318

Please sign in to comment.