Move inline to css
This commit is contained in:
parent
85cf1b22cc
commit
238e7cdc97
@ -1659,6 +1659,11 @@
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hidden unit select for compatibility */
|
||||||
|
.dog-calculator-unit-select-hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Mobile responsive adjustments for inline unit selector */
|
/* Mobile responsive adjustments for inline unit selector */
|
||||||
@media (max-width: 576px) {
|
@media (max-width: 576px) {
|
||||||
.dog-calculator-result-item {
|
.dog-calculator-result-item {
|
||||||
@ -1920,7 +1925,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Hidden select for compatibility -->
|
<!-- Hidden select for compatibility -->
|
||||||
<select id="unit" style="display: none;" aria-describedby="unitHelp">
|
<select id="unit" class="dog-calculator-unit-select-hidden" aria-describedby="unitHelp">
|
||||||
<option value="g">grams (g)</option>
|
<option value="g">grams (g)</option>
|
||||||
<option value="kg">kilograms (kg)</option>
|
<option value="kg">kilograms (kg)</option>
|
||||||
<option value="oz">ounces (oz)</option>
|
<option value="oz">ounces (oz)</option>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user