Skip to content

Commit

Permalink
Remove important keyword in focus opacity style
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Kozinko <[email protected]>
  • Loading branch information
xcariba authored and vince-fugnitto committed Jul 19, 2021
1 parent 0cd3071 commit 63c6f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ blockquote {
outline-width: 1px;
outline-style: solid;
outline-offset: -1px;
opacity: 1 !important;
opacity: 1;
outline-color: var(--theia-focusBorder);
}

Expand Down

0 comments on commit 63c6f02

Please sign in to comment.