PMCORE-3439: Menu Color Icon and Screen Color Icon does not have borders and the option is confusing
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user