From a798e2cb1426a14a7478d01f0b538c59fc066d45 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Wed, 19 Dec 2018 11:34:40 -0600 Subject: [PATCH] Remove &:not(.use-csslab) from table to fix dark diff themes --- app/assets/stylesheets/framework/files.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }