dropdown for product variant picker
parent
29f4d5d320
commit
b2c01a559f
|
@ -74,7 +74,6 @@
|
|||
}
|
||||
|
||||
.shx-custom-dropbtn {
|
||||
background-color: #4CAF50;
|
||||
color: white;
|
||||
padding: 16px;
|
||||
font-size: 16px;
|
||||
|
@ -107,7 +106,7 @@
|
|||
</select>
|
||||
</div>
|
||||
|
||||
<div class="shx-custom-dropdown">
|
||||
<div class="shx-custom-dropdown field custom">
|
||||
<button class="shx-custom-dropbtn" id="shx-custom-selected">Select Product Variant</button>
|
||||
<div class="shx-custom-dropdown-content" id="shx-custom-dropdown-content">
|
||||
<div data-value="variant1">
|
||||
|
|
Loading…
Reference in New Issue