mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 21:50:24 +08:00
cb59681d86
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
16 lines
195 B
SCSS
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;
|
|
}
|
|
}
|