mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 18:29:54 +08:00
efb584e32f
The old choose-topic component did not have the same style as the rest of the create invite modal and was not very suitable to use in the modal because it introduced the search results in modal's body. The new topic-chooser is built using select-kit and provides a more polished user experience.
10 lines
122 B
SCSS
10 lines
122 B
SCSS
.select-kit {
|
|
&.combo-box {
|
|
&.topic-chooser {
|
|
.select-kit-row {
|
|
display: initial;
|
|
}
|
|
}
|
|
}
|
|
}
|