Commit graph

4 commits

Author SHA1 Message Date
Pedro Pinto Silva
b55f07a91e Don't use the same icon for online help and send feedback
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I2ca83fdde484d6db733e41cc15cd42245505e628
2022-11-07 15:39:02 +01:00
Skyler Grey
4e075146b9 Alias and remove duplicate SVG files
- This commit fixes #5052
- Files which were directly in `/browser/images` were the only ones I
  considered in-scope for this (not files in `/browser/images/dark` as I
  did not want any aliasing there to influence light theme)
- Files which weren't named `lc_*.svg` were not considered for this, as
  the function with the alias list transformed the names into that
  format
- Dupes were found with `find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -d --all-repeated=separate`
  It is possible (although unlikely) that there was a hash collision and
  I incorrectly aliased an image. The names I was aliasing seemed sane
  though, so I doubt this was the case.
- I changed the behavior of the aliases object such that it is *after*
  the lowercasing of the name and not before; this was so that I didn't
  have to worry about if capitals were used (as there were some SVGs
  with different combinations of underscores etc. and I didn't want to
  assume they all always needed to be in CamelCase)

Signed-off-by: Skyler Grey <skyler3665@gmail.com>
Change-Id: I4d7972900195edeaa8f5f8941d18ab556319a7f7
2022-07-28 14:08:52 +02:00
Rizal Muttaqin
26df2eeef2 Remove extra white space
Update gear element

Signed-off-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
Change-Id: I6e2293ca096ba45ce0dc1740ba2fc80c900e92ca
2022-03-09 20:44:42 +07:00
Henry Castro
e5c1d0e637 initial rename loleaflet -> browser
Change-Id: Ief7edfe7e3ff3a0a1ec24b4dc106bdeee5d0f8ff
Signed-off-by: Henry Castro <hcastro@collabora.com>
2021-11-10 17:18:56 +01:00
Renamed from loleaflet/images/lc_onlinehelp.svg (Browse further)