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;
|
||||
|
||||
&:hover .Accessory svg {
|
||||
stroke: var(--button-text-hover);
|
||||
fill: var(--button-text-hover);
|
||||
}
|
||||
|
||||
.Accessory svg {
|
||||
fill: none;
|
||||
stroke: var(--button-text);
|
||||
stroke-width: 3px;
|
||||
fill: var(--button-text);
|
||||
width: $unit-3x;
|
||||
height: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue