Skip to content

Commit

Permalink
fix breakpoint/lightbulb styling (#221494)
Browse files Browse the repository at this point in the history
fix up some styling
  • Loading branch information
justschen authored Jul 11, 2024
1 parent 44d09d3 commit a6d87c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/vs/editor/contrib/codeAction/browser/lightBulbWidget.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@
}

/* gutter decoration */
.monaco-editor .glyph-margin-widgets .cgmr {
.monaco-editor .glyph-margin-widgets .cgmr[class*="codicon-gutter-lightbulb"] {
display: block;
cursor: pointer;
opacity: 1;
transition: opacity .2s ease-in-out;
}

.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb,
Expand Down

0 comments on commit a6d87c9

Please sign in to comment.