discourse/app/assets/stylesheets/mobile/select-kit/select-kit.scss
Joffrey JAFFEUX cb59681d86
DEV: select-kit third major update with focus on accessibility (#13303)
Major changes included:
- better support for screen readers
- trapping focus in modals
- better tabbing order in composer
- alerts on no content found/number of items found
- better autofocus in modals
- mini-tag-chooser is now a multi-select component
- each multi-select-component will now display selection on one row
2021-08-23 10:44:19 +02:00

16 lines
195 B
SCSS

.select-kit {
&.is-expanded {
z-index: z("dropdown");
}
.select-kit-filter {
.filter-input {
font-size: 16px;
}
}
.select-kit-row {
padding: 0.75em 0.5em;
}
}