Skip to content

Commit

Permalink
Create-PR view: sparkle icon doesn't visually indicate that it has fo…
Browse files Browse the repository at this point in the history
…cus (#5473)

Fixes #5471
  • Loading branch information
alexr00 committed Nov 15, 2023
1 parent b66cace commit 42c1f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webviews/createPullRequestViewNew/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ textarea:disabled {
display: flex;
}

.group-title .title-action:focus,
.group-title .title-action:hover {
background-color: var(--vscode-toolbar-hoverBackground);
}

.group-title .title-action:focus,
.group-title .title-action {
position: absolute;
top: 6px;
Expand Down

0 comments on commit 42c1f32

Please sign in to comment.