From 6769ae235fb462803de6bf8916167cea5d61d680 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Fri, 15 Jun 2018 07:23:24 -0700 Subject: [PATCH] Fix odd numbered row bg color in striped table --- app/assets/stylesheets/framework/variables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index 04d2a049f7d..3ee992879d1 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -834,3 +834,4 @@ $font-family-sans-serif: $regular_font; $font-family-monospace: $monospace_font; $input-line-height: 20px; $btn-line-height: 20px; +$table-accent-bg: $gray-light;