summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-12-20 15:47:05 +0000
committerMike Greiling <mike@pixelcog.com>2018-12-20 15:47:05 +0000
commitc699b97f9db6329d7d6a11d0b3bfc90e0b4ff9f0 (patch)
treef61a0a4626807cb54d9d861a9c77001e77ec810c
parent24c9e1e2a85651cd5e446c1f848dad64f3981493 (diff)
parenta798e2cb1426a14a7478d01f0b538c59fc066d45 (diff)
downloadgitlab-ce-c699b97f9db6329d7d6a11d0b3bfc90e0b4ff9f0.tar.gz
Merge branch '55282-dark-theme-colors' into 'master'
Remove &:not(.use-csslab) from table to fix dark diff themes Closes #55282 See merge request gitlab-org/gitlab-ce!23941
-rw-r--r--app/assets/stylesheets/framework/files.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index 3ac7b6b704b..037a5adfb7e 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -24,7 +24,7 @@
}
}
- &:not(.use-csslab) table {
+ table {
@extend .table;
}