Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit c348e83

Browse files
authored
Merge pull request #2427 from ericjim/fix-sidenav-transparency
fix: boost transparency of sidenav
2 parents 74644d2 + af4dabb commit c348e83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/resources/css/module/_side-nav.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
$sidenav: '.sidenav'; // Classname
1313
$sidenav-background: rgba($blue-grey-50, .56);
14+
$sidenav-background-mobile: rgba($blue-grey-50, 1);
1415
$sidenav-background-dark: $blue-grey-200;
1516
$sidenav-color: $blue-grey-500;
1617
$sidenav-color-selected: $blue-700;
@@ -32,6 +33,7 @@ $sidenav-width: 240px;
3233

3334
// MOBILE STYLE FOR DROPDOWN & TOGGLE
3435
@include respond-to('mobile') {
36+
background: $sidenav-background-mobile;
3537
box-shadow: 0px 3px 6px rgba($black, .24);
3638
width: auto;
3739
left: 0;

0 commit comments

Comments
 (0)