fix textmate editor specs

This commit is contained in:
Justin Palmer
2013-02-04 17:07:27 -08:00
parent fa0d5b4ab2
commit eb8d6f9766
2 changed files with 3 additions and 3 deletions

View File

@@ -27,12 +27,12 @@ describe "TextMateTheme", ->
'color': '#F8F8F8'
expect(rulesets[1]).toEqual
selector: '.editor .cursor'
selector: '.editor.is-focused .cursor'
properties:
'border-color': '#A7A7A7'
expect(rulesets[2]).toEqual
selector: '.editor .selection .region'
selector: '.editor.is-focused .selection .region'
properties:
'background-color': "rgba(221, 240, 255, 0.2)"

View File

@@ -3,7 +3,7 @@
}
.is-blurred .tree-view * {
opacity: 0.9;
opacity: 0.95;
}
.is-blurred .tabs {