debian-mirror-gitlab/app/assets/stylesheets/components/milestone_combobox.scss
2021-02-22 17:27:13 +05:30

8 lines
186 B
SCSS

.selected-item {
/* stylelint-disable-next-line function-url-quotes */
background: url(asset_path('checkmark.png')) no-repeat 0 2px;
}
.dropdown-item-space {
padding: 8px 12px;
}