Skip to content

Commit

Permalink
Style hovered menu items
Browse files Browse the repository at this point in the history
Partial workaround for
microsoft/monaco-editor#1013
  • Loading branch information
spahnke committed Nov 21, 2018
1 parent e89cbe1 commit 0005786
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion MonacoPlayground/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
.editor {
height: 95vh;
}

.action-menu-item:hover {
background-color: aliceblue !important;
}
</style>
</head>
<body>
Expand All @@ -22,4 +26,4 @@
require(["src/app.ie.js"], function () { });
</script>
</body>
</html>
</html>

0 comments on commit 0005786

Please sign in to comment.