Modify bookmark result star icon opacity

Reduces chance that the star is seen as a button or control.
This commit is contained in:
Jason Henriquez 2024-04-22 22:42:08 -05:00
parent 88ec2a82cb
commit 7896b7b79e
2 changed files with 1 additions and 4 deletions

View File

@ -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',

View File

@ -213,6 +213,7 @@
.bookmarkStarIcon {
color: var(--favorite-icon-color);
opacity: 0.6;
}
.hover {