summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2019-03-23 14:37:35 +0100
committerDouwe Maan <douwe@selenight.nl>2019-03-26 14:37:15 +0100
commit38b69557e8446052f0ea7c71a9687f55781248e1 (patch)
tree883e358b33ed85412eb40504647f1442e02c0b7c
parent40e3f207cbc2817c75df35ad19febb1aa76e9993 (diff)
downloadgitlab-ce-38b69557e8446052f0ea7c71a9687f55781248e1.tar.gz
Restore Markdown table background color that was removed unnecessarily
-rw-r--r--app/assets/stylesheets/framework/typography.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index db3c0e03323..244b414d334 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -173,6 +173,10 @@
display: block;
overflow-x: auto;
+ tbody {
+ background-color: $white-light;
+ }
+
tr {
th {
border-bottom: solid 2px $gl-gray-200;