debian-mirror-gitlab/app/assets/stylesheets/test_environment.scss
2021-04-17 20:07:23 +05:30

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