From 6f7b0471793bc80d638f727c1e692a7fd553d26c Mon Sep 17 00:00:00 2001 From: cmhhelgeson <62450112+cmhhelgeson@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:09:10 -0700 Subject: [PATCH] Removed scss changes --- src/components/SampleLayout.module.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/components/SampleLayout.module.css b/src/components/SampleLayout.module.css index c5f8da35..d7d530fc 100644 --- a/src/components/SampleLayout.module.css +++ b/src/components/SampleLayout.module.css @@ -32,21 +32,10 @@ nav.sourceFileNav li a { background-color: #403e3e; } -nav.sourceFileNav li:hover { - height: 100%; - box-shadow: 0 -10px 0 0 rgb(167, 167, 167); - border-radius: 10px -} - nav.sourceFileNav li a[data-active=true] { background-color: #282823; } -nav.sourceFileNav li:has(a[data-active=true]) { - box-shadow: 0 -10px 0 0 rgb(167, 167, 167); - border-radius: 10px; -} - .sourceFileContainer { overflow: hidden; height: 0;