discourse/app/assets/stylesheets/mobile/select-kit/dropdown-select-box.scss

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

21 lines
290 B
SCSS
Raw Normal View History

.select-kit {
&.dropdown-select-box {
.select-kit-collection {
overflow-y: auto;
}
.select-kit-row {
.svg-icon-title {
width: auto;
height: auto;
}
.texts {
.name {
font-weight: normal;
}
}
}
}
}