Improve sidenav lists

This commit is contained in:
Francis Lachapelle
2015-06-12 11:46:48 -04:00
parent 3858911007
commit 7b874d08d4
6 changed files with 52 additions and 71 deletions
@@ -1,4 +1,4 @@
/// button.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
/// button.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import 'extends';
// sometimes fabs get squized
@@ -10,7 +10,9 @@
// ------------------------------------
sg-folder-tree .md-button,
md-sidenav md-list button.md-button {
padding: 0;
// dirty fix to squash the theme style
background-color: transparent !important;
padding: 0 $mg;
outline: none;
color: inherit;
text-transform: initial;
@@ -18,15 +20,6 @@ md-sidenav md-list button.md-button {
-webkit-font-smoothing: auto;
}
.sg-folder {
text-align: left;
flex: 1;
}
.sg-active .md-button {
color: sg-color($sogoBlue, 800);
}
md-sidenav .md-button [class ^= "md-icon"] {
margin-right: 1em;
}