discourse/app/assets/stylesheets/common/select-kit/icon-picker.scss

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

10 lines
151 B
SCSS
Raw Normal View History

.select-kit {
&.icon-picker {
.multi-select-header {
.select-kit-selected-name .d-icon {
color: $primary-high;
}
}
}
}