Skip to content

Commit

Permalink
Revert "Addresses #2984 adds fade in to folding icons."
Browse files Browse the repository at this point in the history
This reverts commit 8d3a88e.
  • Loading branch information
aeschli committed Feb 26, 2016
1 parent b0ca83f commit 20d655f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/vs/editor/contrib/folding/browser/folding.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,14 @@
background-size: 15px;
margin-left: 5px;
cursor: pointer;
opacity: 0;
transition: opacity .5s;
}

.monaco-editor .margin-view-overlays:hover .folding {
background-image: url('arrow-expand.svg');
opacity: 1;
}

.monaco-editor .margin-view-overlays .folding.collapsed {
background-image: url('arrow-collapse.svg');
opacity: 1;
}

.monaco-editor.vs-dark .margin-view-overlays:hover .folding {
Expand Down

0 comments on commit 20d655f

Please sign in to comment.