Skip to content

Commit

Permalink
Removed scss changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhhelgeson committed Oct 26, 2023
1 parent 9c67421 commit 6f7b047
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/components/SampleLayout.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6f7b047

Please sign in to comment.