5 lines
146 B
SCSS
5 lines
146 B
SCSS
// Un-hide inputs for @gitlab/ui custom checkboxes and radios so Capybara can target them
|
|
.custom-control-input {
|
|
z-index: 500;
|
|
opacity: 1;
|
|
}
|