Skip to content

Commit

Permalink
fixes hover/click ui bug in #190508 (#191009)
Browse files Browse the repository at this point in the history
* bug fix for issue with hover/clicks

* code cleanup, removing spaces
  • Loading branch information
justschen authored Aug 22, 2023
1 parent 08a8a80 commit bcea55a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vs/platform/actionWidget/browser/actionWidget.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@

.action-widget .monaco-list-row.action.option-disabled,
.action-widget .monaco-list:focus .monaco-list-row.focused.action.option-disabled,
.action-widget .monaco-list-row.action.option-disabled .codicon {
.action-widget .monaco-list-row.action.option-disabled .codicon,
.action-widget .monaco-list:not(.drop-target):not(.dragging) .monaco-list-row:hover:not(.selected):not(.focused).option-disabled {
color: var(--vscode-disabledForeground);
}

Expand Down

0 comments on commit bcea55a

Please sign in to comment.