diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-12-19 11:34:40 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-12-19 11:34:40 -0600 |
commit | a798e2cb1426a14a7478d01f0b538c59fc066d45 (patch) | |
tree | d8437858942b5ec90963bcafef0a00741f67d15d | |
parent | fd86e7432744979c0f17fc0dcca157a6606a15c0 (diff) | |
download | gitlab-ce-a798e2cb1426a14a7478d01f0b538c59fc066d45.tar.gz |
Remove &:not(.use-csslab) from table to fix dark diff themes
-rw-r--r-- | app/assets/stylesheets/framework/files.scss | 2 |
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; } |