Skip to content

Commit

Permalink
Modify bookmark result star icon opacity
Browse files Browse the repository at this point in the history
Reduces chance that the star is seen as a button or control.
  • Loading branch information
kommunarr committed Apr 23, 2024
1 parent 88ec2a8 commit 21601ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/ft-input/ft-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@

.bookmarkStarIcon {
color: var(--favorite-icon-color);
opacity: 0.6;
}

.hover {
Expand Down

0 comments on commit 21601ed

Please sign in to comment.