Skip to content

Commit

Permalink
Update class for peek view icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Sep 18, 2019
1 parent 981a429 commit 68ee8e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/vs/editor/contrib/referenceSearch/media/peekViewWidget.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,20 @@
/* Dark Theme */
/* High Contrast Theme */

.monaco-editor .peekview-widget .peekview-actions .icon.chevron-up {
.monaco-editor .peekview-widget .peekview-actions .codicon.chevron-up {
background: url('chevron-previous-light.svg') center center no-repeat;
}

.vs-dark .monaco-editor .peekview-widget .peekview-actions .icon.chevron-up,
.hc-black .monaco-editor .peekview-widget .peekview-actions .icon.chevron-up {
.vs-dark .monaco-editor .peekview-widget .peekview-actions .codicon.chevron-up,
.hc-black .monaco-editor .peekview-widget .peekview-actions .codicon.chevron-up {
background: url('chevron-previous-dark.svg') center center no-repeat;
}

.monaco-editor .peekview-widget .peekview-actions .icon.chevron-down {
.monaco-editor .peekview-widget .peekview-actions .codicon.chevron-down {
background: url('chevron-next-light.svg') center center no-repeat;
}

.vs-dark .monaco-editor .peekview-widget .peekview-actions .icon.chevron-down,
.hc-black .monaco-editor .peekview-widget .peekview-actions .icon.chevron-down {
.vs-dark .monaco-editor .peekview-widget .peekview-actions .codicon.chevron-down,
.hc-black .monaco-editor .peekview-widget .peekview-actions .codicon.chevron-down {
background: url('chevron-next-dark.svg') center center no-repeat;
}

0 comments on commit 68ee8e9

Please sign in to comment.