Skip to content

Commit

Permalink
Merge upstream tag v1.10.10
Browse files Browse the repository at this point in the history
- commit 'cc4863cc6baf1e515103c3b0f752f25be7a583ea'
# Conflicts:
#	package.json
  • Loading branch information
Csaba Maulis committed Mar 10, 2018
2 parents 104ae1a + cc4863c commit 9bdaf92
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solarized-one-light-ui",
"theme": "ui",
"version": "1.10.9",
"version": "1.10.10",
"description": "Solarized One light UI Theme for Atom. A perfect companion for the Solarized Dark Syntax Theme.",
"keywords": [
"light",
Expand Down
14 changes: 11 additions & 3 deletions styles/tree-view.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,21 @@
}
}

// Selected state
.selected:before {
background: @background-color-selected;
}

&:focus .selected:before {
color: contrast(@button-background-color-selected);
background: @button-background-color-selected;
// Focus + selected state
&:focus {
.selected.list-item > .name, // files
.selected.list-nested-item > .list-item > .name, // folders
.selected.list-nested-item > .header:before { // arrow icon
color: contrast(@button-background-color-selected);
}
.selected:before {
background: @button-background-color-selected;
}
}
}

Expand Down

0 comments on commit 9bdaf92

Please sign in to comment.