Skip to content

Commit

Permalink
Fix #81790
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Oct 1, 2019
1 parent eedf80d commit e1aa754
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vs/editor/contrib/codeAction/lightBulbWidget.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

.monaco-editor .lightbulb-glyph,
.monaco-editor .codicon-lightbulb {
display: flex;
align-items: center;
Expand All @@ -12,6 +13,7 @@
padding-left: 2px;
}

.monaco-editor .lightbulb-glyph:hover,
.monaco-editor .codicon-lightbulb:hover {
cursor: pointer;
/* transform: scale(1.3, 1.3); */
Expand Down

0 comments on commit e1aa754

Please sign in to comment.