/*!-----------------------------------------------------------
 * Copyright (C) Microsoft Corporation. All rights reserved.
 * Version: 01663ac3e07b9b7654221e4b34f1c80ba7891dfd
 * Released under the MIT license
 * https://github.com/Microsoft/vscode/blob/master/LICENSE.txt
 *-----------------------------------------------------------*/

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
/* Current line */
.monaco-editor.vs .current-line {
	background: none;
	border: 2px solid #EEE;
	box-sizing: border-box;
}
.monaco-editor.vs.focus .current-line {
	border-color: #EAEAF2;
}

/* Hover */
.monaco-editor.vs .typeInfo {
	color: blue;
}
.monaco-editor.vs .typeInfo .documentation {
	color: #A21B1B;
}

/* Tokens colors are defined in tokens.css */