Add class
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
82bfe3b479
commit
927f04418d
2 changed files with 2 additions and 2 deletions
|
@ -492,7 +492,7 @@ input.userFilter {width: 200px;}
|
|||
|
||||
/* APPS */
|
||||
|
||||
#app-content > svg {
|
||||
#app-content > svg.app-filter {
|
||||
float: left;
|
||||
height: 0;
|
||||
width: 0;
|
||||
|
|
|
@ -150,7 +150,7 @@ script(
|
|||
</ul>
|
||||
</div>
|
||||
<div id="app-content">
|
||||
<svg>
|
||||
<svg class="app-filter">
|
||||
<defs><filter id="invertIcon"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"></feColorMatrix></filter></defs>
|
||||
</svg>
|
||||
<div id="apps-list" class="icon-loading"></div>
|
||||
|
|
Loading…
Reference in a new issue