Skip to content

Commit 9b7faf0

Browse files
marijohannessentw15egan
authored andcommitted
fix(interior-left-nav): fixed background color bug on the left nav (#318)
1 parent 2ae6323 commit 9b7faf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/interior-left-nav/interior-left-nav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219

220220
.left-nav-list__item--active > .left-nav-list__item-link {
221221
position: relative;
222-
background-color: #fff;
222+
background-color: transparent;
223223

224224
&:before {
225225
top: 0;

0 commit comments

Comments
 (0)