Tweaks for multi-directory readability.
This commit is contained in:
parent
458a1cf2bc
commit
37f3f3763d
2 changed files with 16 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue