discourse/app/assets/stylesheets/mobile/components/topic-footer-mobile-dropdown.scss

Failed to ignore revisions in .git-blame-ignore-revs.

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%;
}
}
}
}