Skip to content

Commit 7896b7b

Browse files
committed
Modify bookmark result star icon opacity
Reduces chance that the star is seen as a button or control.
1 parent 88ec2a8 commit 7896b7b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/renderer/App.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ export default defineComponent({
139139
externalLinkHandling: function () {
140140
return this.$store.getters.getExternalLinkHandling
141141
},
142-
143-
// pageBookmark: function () {
144-
// return this.pageBookmarksAvailable ? $this.store.getters.get
145-
// }
146142
},
147143
watch: {
148144
windowTitle: 'setWindowTitle',

src/renderer/components/ft-input/ft-input.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213

214214
.bookmarkStarIcon {
215215
color: var(--favorite-icon-color);
216+
opacity: 0.6;
216217
}
217218

218219
.hover {

0 commit comments

Comments
 (0)