From b1d97cad4a6746cf80f4ef61aec4f2b636285297 Mon Sep 17 00:00:00 2001 From: Hannah Nordgren Date: Thu, 21 Sep 2017 14:58:32 -0400 Subject: [PATCH] Stripe table, changed to white (#78) * [MISC] white color in striped table * [MISC] updated changelog --- CHANGELOG.md | 4 ++++ VERSION | 2 +- package.json | 2 +- quartz-css/tables/styles/tables.scss | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51bccf6..eb728e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.5.0 +**2017-9-20** +* depreciated striped table colors. + ### 1.4.10 **2017-9-20** * Updated table border colors diff --git a/VERSION b/VERSION index ac9f79c..bc80560 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.10 +1.5.0 diff --git a/package.json b/package.json index e39d55f..364c73e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vhx/quartz", - "version": "1.4.10", + "version": "1.5.0", "description": "VHX Style Guide and JS Components.", "homepage": "https://github.com/vhx/quartz", "author": "VHX", diff --git a/quartz-css/tables/styles/tables.scss b/quartz-css/tables/styles/tables.scss index b1cfd09..4fe72a7 100644 --- a/quartz-css/tables/styles/tables.scss +++ b/quartz-css/tables/styles/tables.scss @@ -175,7 +175,7 @@ border: none; } tbody tr:nth-child(odd) { - background: $paste; + background: $white; } }