mourningdove/htdocs/scss/components/location.scss
2026-05-24 01:03:05 +00:00

9 lines
No EOL
199 B
SCSS

.state-field {
.state-drop { display: none }
.state-other { display: block;}
&.has-state-options {
.state-drop { display: block; }
.state-other { display: none; }
}
}