forked from italia/design-comuni-plone-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: added class to apply color style to all icons (#542)
* 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
1 parent
63aabf8
commit 3431318
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,7 +105,8 @@ | |
|
||
margin-left: 0; | ||
|
||
.icon { | ||
svg.icon { | ||
fill: currentColor; | ||
width: 28px; | ||
height: 28px; | ||
} | ||
|