diff --git a/src/UI/Components/commandLineInput/InputHint.css b/src/UI/Components/commandLineInput/InputHint.css index 930aa473d..4c9af094f 100644 --- a/src/UI/Components/commandLineInput/InputHint.css +++ b/src/UI/Components/commandLineInput/InputHint.css @@ -23,6 +23,11 @@ a { .vice-hint { background: #D2D2D2; + cursor: pointer; +} + +.vice-hint:hover { + background: #B2B2B2; } .vice-hint>span {