From 6b9f5f3d39af946fe340d10a37f93339d7382170 Mon Sep 17 00:00:00 2001 From: Sarah Fowler Date: Wed, 25 Sep 2019 17:58:03 -0400 Subject: [PATCH] [LIGO-95] fix profile hover rule --- gitlab-pages/website/static/css/custom.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gitlab-pages/website/static/css/custom.css b/gitlab-pages/website/static/css/custom.css index 0167f638e..93ab1d3e0 100644 --- a/gitlab-pages/website/static/css/custom.css +++ b/gitlab-pages/website/static/css/custom.css @@ -176,7 +176,7 @@ footnote { } .sample-code { - max-width: 80%; + width: 80%; padding: 25px; box-shadow: 0px 0px 70px rgba(13, 15, 51, 0.06); background-color: white; @@ -465,15 +465,16 @@ body color: var(--color-primary-brand); } +.profileContainer:hover .profileImage { + box-shadow: 12px 12px 0px var(--color-primary-brand); +} + .profileImage { max-height: 195px; max-width: 195px; width: 100%; border: var(--color-gray); } -.profileImage:hover { - box-shadow: 12px 12px 0px var(--color-primary-brand); -} .flex-inline-container { display: flex;