mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-10 17:33:25 +00:00
Improve sgFolderTree
Replaced the A link by a button and renamed the childLevel# CSS class by a more appropriate sg-child-level-# class.
This commit is contained in:
@@ -25,7 +25,7 @@ md-sidenav {
|
||||
|
||||
$i: 1;
|
||||
@while $i < 12 {
|
||||
md-item-content .childLevel#{$i} { padding-left: 15px * $i; }
|
||||
md-item-content .sg-child-level-#{$i} { padding-left: 15px * $i; }
|
||||
$i: $i + 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user