summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components/milestone_combobox.scss
blob: 5d1709c22ecd38c958be2aeb8c6a5f5a69194e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.milestone-combobox {
  .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;
  }

  .dropdown-menu.show {
    overflow: hidden;
  }
}