From af5f810212097c9c179c32ee561d107fba6dcb90 Mon Sep 17 00:00:00 2001 From: DD Liu Date: Tue, 8 Jun 2021 22:26:05 -0400 Subject: [PATCH] Make the default nav button state white. Also remove that weird tiny bit of resizing when you click on them, was that intentional? --- src/views/studio/studio-tab-nav.jsx | 4 ++++ src/views/studio/studio.scss | 19 ++++++++++++++++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/src/views/studio/studio-tab-nav.jsx b/src/views/studio/studio-tab-nav.jsx index 2192af0de..c5e519994 100644 --- a/src/views/studio/studio-tab-nav.jsx +++ b/src/views/studio/studio-tab-nav.jsx @@ -49,6 +49,7 @@ const StudioTabNav = ({isFetchingInfo, commentCount, projectCount}) => { > @@ -67,6 +68,7 @@ const StudioTabNav = ({isFetchingInfo, commentCount, projectCount}) => {
  • {
  • {
  • li { background: $ui-blue; } + .active > li { + background: $ui-blue; + color: white; + img { + filter: invert(0); + } + } + a.nav_link:hover > li { + background: $ui-blue-25percent; + border: 1px solid $ui-blue-10percent; + } } .studio-projects, .studio-members {