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: 38fe2795ff40674da30f50069b1d7d14296dcf8d (plain)
1
2
3
4
5
// Un-hide inputs for @gitlab/ui custom checkboxes and radios so Capybara can target them
.custom-control-input {
  z-index: 500;
  opacity: 1;
}