summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-12-19 11:34:40 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-12-19 11:34:40 -0600
commita798e2cb1426a14a7478d01f0b538c59fc066d45 (patch)
treed8437858942b5ec90963bcafef0a00741f67d15d
parentfd86e7432744979c0f17fc0dcca157a6606a15c0 (diff)
downloadgitlab-ce-a798e2cb1426a14a7478d01f0b538c59fc066d45.tar.gz
Remove &:not(.use-csslab) from table to fix dark diff themes
-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;
}