2f1eb41842
- Do not use big rectangles as markers - it hides surrounding content - too intrusive (since it appears every time we select a table) - Use smaller discreeter elements WHILE maintaining the existing active zone size (so it's still easy to click it, no need to be precise) - Add missing hover status - Create new SVG plus add rounded corners - Treat column and row marker as different elements - Use one generic class + add another for each type (element modifier) - So we can target each one and have a nice center line no matter the disposition (vertical, horizontal) note: motivated by the reported issue: https://github.com/CollaboraOnline/online/issues/1297 Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I4d997864e99582f74411a12c33381a926fd47a05
13 lines
578 B
XML
13 lines
578 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg version="1.1" viewBox="0 0 1 1" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
|
<metadata>
|
|
<rdf:RDF>
|
|
<cc:Work rdf:about="">
|
|
<dc:format>image/svg+xml</dc:format>
|
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
|
<dc:title/>
|
|
</cc:Work>
|
|
</rdf:RDF>
|
|
</metadata>
|
|
<rect width="1" height="1" rx=".1" ry=".1" fill="#1c99e0" style="paint-order:fill markers stroke"/>
|
|
</svg>
|