mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Set color in addition to fill for the icon class
Structure icons have fill set to currentColor hardcored in their markup. This mean setting fill to a color in CSS does nothing, but setting color now does.
This commit is contained in:
@@ -42,6 +42,7 @@ $icon-dimensions-large: 2rem;
|
||||
|
||||
&.is-#{$name} {
|
||||
fill: $color;
|
||||
color: $color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user