Skip to content

Commit

Permalink
Style Settings Heading Text now highlights on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
damiankorcz committed Mar 26, 2024
1 parent 26f9405 commit e01549a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/scss/Plugins/Community/styleSettings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ div.workspace-leaf-content[data-type="style-settings"] {
padding: var(--size-4-2);

&:hover {
color: var(--highlight-text-normal);
background-color: var(--background-modifier-hover);
background-color: var(--interactive-accent-base);
border-radius: var(--radius-m);

.setting-item-name {
color: var(--interactive-accent-text) !important;
}
}
}

Expand Down

0 comments on commit e01549a

Please sign in to comment.