discourse/app/assets/stylesheets/common/select-kit/topic-chooser.scss
Dan Ungureanu efb584e32f
FEATURE: Use new topic-chooser for invite modal (#15884)
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.
2022-02-14 13:43:52 +02:00

10 lines
122 B
SCSS

.select-kit {
&.combo-box {
&.topic-chooser {
.select-kit-row {
display: initial;
}
}
}
}