Fix highlighting selected counter

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 22:41:31 -07:00
parent bdb9286e78
commit 044526149f

View File

@ -1,7 +1,7 @@
<?xml version="1.0" standalone="no"?> <?xml version="1.0" standalone="no"?>
<svg viewBox="-6 -6 12 24" xmlns="http://www.w3.org/2000/svg"> <svg viewBox="-6 -6 12 24" xmlns="http://www.w3.org/2000/svg">
<defs> <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"> <g style="r: inherit;" id="number-1">
<use style="r: inherit;" href="#counter-base"/> <use style="r: inherit;" href="#counter-base"/>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB