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

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

41 lines
689 B
SCSS
Raw Normal View History

.select-kit {
&.combo-box {
&.topic-footer-mobile-dropdown {
.select-kit-row {
padding: 0.75em 0.5em;
border-bottom: 1px solid rgba($primary-low, 0.5);
.name {
line-height: $line-height-medium;
}
&:last-child {
border: none;
}
.d-icon {
color: $primary-medium;
}
&.is-highlighted {
background: $tertiary-low;
.name {
color: $primary;
}
}
&.bookmarked {
.d-icon {
color: $tertiary;
}
}
}
.select-kit-collection {
max-height: 100%;
}
}
}
}