Skip to content

[Feature Request] Quick fix panel show in a wrong css style. #3989

Answered by stefenson
stefenson asked this question in Q&A
Discussion options

You must be logged in to vote

Well, I found a way to temporarily solve this problem...

You need override these css style and set visibility to 'hidden':

.monaco-hover .hover-row.status-bar {
    visibility: hidden;
}

.monaco-hover .hover-row.status-bar .actions {
    visibility: hidden;
}

.monaco-hover .hover-row.status-bar .actions .action-container {
    visibility: hidden;
}

.monaco-hover .hover-row.status-bar .actions .action-container .action .icon {
    visibility: hidden;
}

Then, the hover status bar will disappear~

Perfect isn't it XD~

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by stefenson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
feature-request Request for new features or functionality
1 participant
Converted from issue

This discussion was converted from issue #3982 on May 31, 2023 14:00.