Icons use fill and not stroke now
This commit is contained in:
parent
18bc7dc382
commit
7692ec0a0b
1 changed files with 2 additions and 4 deletions
|
|
@ -60,13 +60,11 @@
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
||||||
&:hover .Accessory svg {
|
&:hover .Accessory svg {
|
||||||
stroke: var(--button-text-hover);
|
fill: var(--button-text-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
.Accessory svg {
|
.Accessory svg {
|
||||||
fill: none;
|
fill: var(--button-text);
|
||||||
stroke: var(--button-text);
|
|
||||||
stroke-width: 3px;
|
|
||||||
width: $unit-3x;
|
width: $unit-3x;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue