Skip to content

Commit

Permalink
Fix hover state in Minimal Accent Style
Browse files Browse the repository at this point in the history
  • Loading branch information
damiankorcz committed Aug 15, 2023
1 parent 48b7a86 commit ed2fcdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/User Interface/Accent Color/accentStyleMinimal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
border-color: transparent;
}

.vertical-tab-nav-item.is-active:hover {
.vertical-tab-nav-item.is-active:hover,
.workspace-tab-header.is-active:hover {
color: var(--interactive-accent-hover);
}

Expand Down

0 comments on commit ed2fcdc

Please sign in to comment.