Tweaks for multi-directory readability.

This commit is contained in:
Thomas Wilburn 2013-12-21 13:18:06 -08:00
parent 458a1cf2bc
commit 37f3f3763d
2 changed files with 16 additions and 3 deletions

View file

@ -75,8 +75,21 @@
}
}
.root > .directory:before {
content: none;
.root {
&:not(:first-child) {
border-top: 1px solid lighten(@background, 20%);
margin-top: 4px;
padding-top: 4px;
}
& > .directory {
font-weight: bold;
&:before {
content: none;
}
}
}
.expanded > .directory:before {

View file

@ -1,7 +1,7 @@
{
"name": "Caret",
"description": "Professional text editing for Chrome and Chrome OS",
"version": "1.2.44",
"version": "1.2.45",
"manifest_version": 2,
"icons": {
"128": "icon-128.png"