Skip to content

Commit

Permalink
chore: fix styling for light mode and dark mode hover states (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalaber authored Sep 13, 2023
1 parent a886c7d commit 271f496
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions media/styles/homeView.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ body {
padding: .3rem;
}

.icon-link:hover {
background-color: var(--vscode-button-secondaryHoverBackground);
color: var(--vscode-foreground);
.icon-link:hover, .edit-config-button:hover, .icon-button:hover {
background-color: var(--vscode-button-hoverBackground);
color: var(--vscode-editorWidget-background);
text-decoration: none;
}

Expand Down Expand Up @@ -93,7 +93,3 @@ input[type='checkbox'] {
padding: 0 .3rem;
margin-left: -0.3rem;
}

.edit-config:hover {
background-color: var(--vscode-button-secondaryHoverBackground);
}

0 comments on commit 271f496

Please sign in to comment.