From 61e2d78e751fefdaa9e47aef3e0f16648e45640f Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Wed, 8 Aug 2018 09:46:42 +0100 Subject: [PATCH] remove hover from reviews summary nested table --- opentech/static_src/src/sass/apply/components/_table.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opentech/static_src/src/sass/apply/components/_table.scss b/opentech/static_src/src/sass/apply/components/_table.scss index 161ce725d..898e0b038 100644 --- a/opentech/static_src/src/sass/apply/components/_table.scss +++ b/opentech/static_src/src/sass/apply/components/_table.scss @@ -38,6 +38,10 @@ table { &:hover { box-shadow: 0 6px 35px -13px $color--black-50; } + + &.reviews-summary__tr { + box-shadow: none; + } } // responsive table styles -- GitLab