Fix highlighting selected counter

This commit is contained in:
Catalin Constantin Mititiuc 2024-05-30 17:14:37 -07:00
parent a49c0caff2
commit d2286b5fdb

View File

@ -1,7 +1,7 @@
<?xml version="1.0" standalone="no"?>
<svg viewBox="-6 -6 12 24" xmlns="http://www.w3.org/2000/svg">
<defs>
<circle id="counter-base" style="r: inherit; stroke: none;" cx="0" cy="0" r="5"/>
<circle id="counter-base" style="r: inherit;" cx="0" cy="0" r="5"/>
<g style="r: inherit;" id="number-1">
<use style="r: inherit;" href="#counter-base"/>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB