summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/test_environment.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/test_environment.scss')
-rw-r--r--app/assets/stylesheets/test_environment.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/stylesheets/test_environment.scss b/app/assets/stylesheets/test_environment.scss
new file mode 100644
index 00000000000..e9ba41f9bb7
--- /dev/null
+++ b/app/assets/stylesheets/test_environment.scss
@@ -0,0 +1,11 @@
+// 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;
+}