discourse/app/assets/stylesheets/mobile/components/topic-footer-mobile-dropdow...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
339 B
SCSS
Raw Normal View History

.select-kit {
&.combo-box {
&.topic-footer-mobile-dropdown {
.select-kit-row {
.svg-icon-title {
margin-right: 0.5em;
}
&.bookmarked {
.d-icon {
color: $tertiary;
}
}
}
.select-kit-collection {
max-height: 100%;
}
}
}
}