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

issues.scss « page_bundles « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 705583c74aec27009e41f25920d38a37115069fb (plain)
1
2
3
4
5
6
7
8
.user-can-drag {
  cursor: grab;
}

.is-ghost {
  opacity: 0.3;
  pointer-events: none;
}