Skip to content

Commit

Permalink
Style: close icon highlights on tab hover (#12806)
Browse files Browse the repository at this point in the history
This fixes a small issue where the close icon is highlighted when mouse
hovers over tab instead of over button only.

Signed-By: Fernando Ascencio <fernando.ascencio.cama@ericsson.com>
  • Loading branch information
FernandoAscencio committed Aug 17, 2023
1 parent 8ef8e2d commit f84e7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/browser/style/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@
}

.p-TabBar.theia-app-centers
.p-TabBar-tab:hover.p-mod-closable
> .p-TabBar-tabCloseIcon {
.p-TabBar-tab.p-mod-closable
> .p-TabBar-tabCloseIcon:hover {
border-radius: 5px;
background-color: rgba(50%, 50%, 50%, 0.2);
}
Expand Down

0 comments on commit f84e7d6

Please sign in to comment.