mourningdove/htdocs/scss/components/location.scss

9 lines
199 B
SCSS
Raw Permalink Normal View History

2026-05-24 01:03:05 +00:00
.state-field {
.state-drop { display: none }
.state-other { display: block;}
&.has-state-options {
.state-drop { display: block; }
.state-other { display: none; }
}
}