Skip to content

Commit

Permalink
fix the debug stop button remains opaque
Browse files Browse the repository at this point in the history
Fix eclipse-theia#5930

When the debug button is clicked, the debug button remains opaque and will be
transparent only after another click event occurred in the same page.
This commit is going to override opacity style of :focus css class.

Signed-off-by: tom-shan <[email protected]>
  • Loading branch information
tom-shan committed Aug 13, 2019
1 parent 11badc8 commit d717414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/debug/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
}

.debug-toolbar .debug-action.theia-mod-disabled {
opacity: 0.5;
opacity: 0.5 !important;
user-select: none;
pointer-events: none;
}
Expand Down

0 comments on commit d717414

Please sign in to comment.