11 lines
265 B
SCSS
11 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;
|
|
}
|