diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-30 11:21:04 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-07-01 17:03:48 +0200 |
commit | c41c0e28ed444fdb427f9803d2f123ba6f535fb9 (patch) | |
tree | c02558445dc13281a78321731061131b67253244 /client/src/app/+search | |
parent | 9b01cfc788a6ed525d72620da9f9e607b8d6396e (diff) | |
download | PeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.tar.gz PeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.tar.zst PeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.zip |
switch from softies to feathericons
also organize icons in folders per origin
Diffstat (limited to 'client/src/app/+search')
-rw-r--r-- | client/src/app/+search/search.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+search/search.component.scss b/client/src/app/+search/search.component.scss index 6e59adb60..64927fa4b 100644 --- a/client/src/app/+search/search.component.scss +++ b/client/src/app/+search/search.component.scss | |||
@@ -31,7 +31,7 @@ | |||
31 | position: relative; | 31 | position: relative; |
32 | top: -1px; | 32 | top: -1px; |
33 | margin-right: 5px; | 33 | margin-right: 5px; |
34 | background-image: url('../../assets/images/search/filter.svg'); | 34 | background-image: url('../../assets/images/feather/filter.svg'); |
35 | } | 35 | } |
36 | } | 36 | } |
37 | } | 37 | } |