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

test_environment.scss « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e9ba41f9bb719583ec94a19fe97bbc10fa2d8e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
// Disable sticky changes bar for tests
.diff-files-changed {
  position: relative !important;
  top: 0 !important;
}

// Un-hide inputs for @gitlab/ui custom checkboxes and radios so Capybara can target them
.custom-control-input {
  z-index: 500;
  opacity: 1;
}