Welcome to mirror list, hosted at ThFree Co, Russian Federation.

milestone_combobox.scss « components « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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;
  }
}