Move collapsible triangle to svg api
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
080572993e
commit
14a099d648
|
@ -369,7 +369,7 @@ kbd {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: none;
|
background: none;
|
||||||
background-image: url('../img/actions/triangle-s.svg?v=1');
|
@include icon-color('triangle-s', 'actions', $color-black, 1, true);
|
||||||
background-size: 16px;
|
background-size: 16px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
Loading…
Reference in New Issue