Skip to content

Commit

Permalink
Bug fix: resolves scrollbar display bug on hover - osx 10.9 (tested)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthatguy committed Dec 17, 2013
1 parent 493005d commit 6c51da7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions itg.flat.dark.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
{
"class": "scroll_bar_control",
"layer0.texture": "",
"layer0.opacity": 1.0,
"layer0.opacity": 0.0,
"layer0.inner_margin": [0, 0],
"blur": false
},
Expand All @@ -260,7 +260,7 @@
"attributes": ["horizontal"],
"layer0.texture": "",
"layer0.tint": [65, 69, 78],
"layer0.opacity": 1.0,
"layer0.opacity": 0.0,
"layer0.inner_margin": [6, 0],
"blur": false
},
Expand Down
4 changes: 2 additions & 2 deletions itg.flat.light.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
{
"class": "scroll_bar_control",
"layer0.texture": "",
"layer0.opacity": 1.0,
"layer0.opacity": 0.0,
"layer0.inner_margin": [0, 0],
"blur": false
},
Expand All @@ -260,7 +260,7 @@
"attributes": ["horizontal"],
"layer0.texture": "",
"layer0.tint": [178, 169, 165, 250],
"layer0.opacity": 1.0,
"layer0.opacity": 0.0,
"layer0.inner_margin": [6, 0],
"blur": false
},
Expand Down

0 comments on commit 6c51da7

Please sign in to comment.