debian-mirror-gitlab/app/assets/stylesheets/components/milestone_combobox.scss

15 lines
275 B
SCSS
Raw Normal View History

2021-04-17 20:07:23 +05:30
.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;
}
2020-05-24 23:13:21 +05:30
2021-04-17 20:07:23 +05:30
.dropdown-menu.show {
overflow: hidden;
}
2020-05-24 23:13:21 +05:30
}