summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components/milestone_combobox.scss
blob: f73ec4d5998f70e3315fb8ae8e6bc40764086c21 (plain)
1
2
3
4
5
6
7
8
.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;
}