Sets user-select: none to the hover actions so they cannot be selected anymore.

This commit is contained in:
Henning Dieterichs
2021-06-01 17:58:39 +02:00
parent a3bad5878e
commit 1bab611b73

View File

@@ -138,3 +138,8 @@
margin-bottom: 4px;
display: inline-block;
}
.monaco-hover-content .action-container a {
-webkit-user-select: none;
user-select: none;
}