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 7896b7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/renderer/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ export default defineComponent({
externalLinkHandling: function () {
return this.$store.getters.getExternalLinkHandling
},

// pageBookmark: function () {
// return this.pageBookmarksAvailable ? $this.store.getters.get
// }
},
watch: {
windowTitle: 'setWindowTitle',
Expand Down
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 7896b7b

Please sign in to comment.