select with images
parent
44e9032768
commit
8261adf2d7
|
@ -47,7 +47,7 @@
|
|||
{% if shx_current_page contains "texte" %}
|
||||
<style>
|
||||
/* Custom dropdown button styling */
|
||||
.shx-custom-variant-picker-dropdown {
|
||||
/*.shx-custom-variant-picker-dropdown {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
@ -102,7 +102,7 @@
|
|||
|
||||
.shx-custom-variant-picker-dummy-select {
|
||||
display: none;
|
||||
}
|
||||
}*/
|
||||
</style>
|
||||
|
||||
<legend class="form__label">{{ option.name }}</legend>
|
||||
|
|
|
@ -602,7 +602,7 @@
|
|||
|
||||
if (isInputShxFont) {
|
||||
customDropdownHtml += `
|
||||
<button>
|
||||
<button class="shx-custom-variant-picker-dropbtn">
|
||||
<div style="display: flex; justify-content: space-between; align-items: center; pointer-events: none">
|
||||
<span>font</span>
|
||||
|
||||
|
@ -612,7 +612,7 @@
|
|||
</div>
|
||||
</button>
|
||||
|
||||
<div class="shx-custom-variant-picker-dropdown-content" id="shx-custom-variant-picker-dropdown-content">
|
||||
<div class="shx-custom-variant-picker-dropdown-content">
|
||||
`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue