PMCORE-3439: Menu Color Icon and Screen Color Icon does not have borders and the option is confusing

This commit is contained in:
Rodrigo Quelca
2021-10-18 15:08:26 +00:00
parent d94523158c
commit 7ac63fd936

View File

@@ -183,9 +183,7 @@
model="hex" model="hex"
> >
<svg viewBox="0 0 50 50"> <svg viewBox="0 0 50 50">
<path <rect width="50" height="50" style="stroke-width:6;stroke:rgb(0,0,0)" />
d="M 10 10 H 90 V 90 H 10 L 10 10"
/>
</svg> </svg>
</verte> </verte>
</b-form-group> </b-form-group>
@@ -205,9 +203,7 @@
model="hex" model="hex"
> >
<svg viewBox="0 0 50 50"> <svg viewBox="0 0 50 50">
<path <rect width="50" height="50" style="stroke-width:6;stroke:rgb(0,0,0)" />
d="M 10 10 H 90 V 90 H 10 L 10 10"
/>
</svg> </svg>
</verte> </verte>
</b-form-group> </b-form-group>