debian-mirror-gitlab/app/assets/stylesheets/test_environment.scss

12 lines
265 B
SCSS
Raw Normal View History

2021-04-17 20:07:23 +05:30
// 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;
}