libreoffice-online/browser/images/drop-down-button.svg
Pedro Pinto Silva 9b718c43b4 Calc: Add hover state to DropDownMarker and fix icon
Add missing hover state to DropDownMarker¹ and do not rely solely on the
SVG for all the styles. Instead, pass some to the HTML element so it can
be easily changed depending on its state (and also it allows in the
future for easy replacement of those colors with CSS Vars).

Fix icon:
- Use proper colors instead of default black
- 2 faced icon

1. Marker used as a button to trigger validity related menus

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Iabd85ad67b50328e08690c5ab1b393bd2bd6f4e2
2021-12-15 15:01:57 +01:00

4 lines
219 B
XML

<svg version="1.1" viewBox="0 0 16 32" xmlns="http://www.w3.org/2000/svg">
<path d="m5 6h6l-2.9034 4z" fill="#696969" stroke-width=".82005"/>
<path d="m5 22h6l-2.9034 4z" fill="#0074e8" stroke-width=".82005"/>
</svg>