gitlab-org--gitlab-foss/app/assets/stylesheets/test_environment.scss

12 lines
265 B
SCSS

// 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;
}