mirror of
https://github.com/discourse/discourse.git
synced 2025-01-20 20:54:15 +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
21 lines
317 B
SCSS
21 lines
317 B
SCSS
.select-kit {
|
|
&.dropdown-select-box {
|
|
&.user-notifications-dropdown {
|
|
text-align: left;
|
|
|
|
.d-icon {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.select-kit-body {
|
|
width: 485px;
|
|
max-width: 485px;
|
|
}
|
|
|
|
.dropdown-select-box-header {
|
|
align-items: center;
|
|
}
|
|
}
|
|
}
|
|
}
|