Fix MyStories add button themed unnecessarily
This commit is contained in:
parent
c26cb0a3e4
commit
2e9483c364
1 changed files with 4 additions and 12 deletions
|
@ -247,18 +247,10 @@
|
||||||
content: '';
|
content: '';
|
||||||
height: 12px;
|
height: 12px;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
@include light-theme {
|
@include color-svg(
|
||||||
@include color-svg(
|
'../images/icons/v3/plus/plus-compact-bold.svg',
|
||||||
'../images/icons/v3/plus/plus-compact-bold.svg',
|
$color-white
|
||||||
$color-black
|
);
|
||||||
);
|
|
||||||
}
|
|
||||||
@include dark-theme {
|
|
||||||
@include color-svg(
|
|
||||||
'../images/icons/v3/plus/plus-compact-bold.svg',
|
|
||||||
$color-white
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue