File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,16 @@ <h4 class="list-group-item-heading" data-bind="text: title"></h4>
8686
8787 @if(account.isDefined) {
8888 < li data-bind ="visible: !$root.isFavouriteAbstract() ">
89- < a class ="favour " data-bind ="click: $root.favourAbstract " href =""> ★</ a >
89+ < a class ="favour gn-tooltip " data-bind ="click: $root.favourAbstract " href ="">
90+ ★
91+ < span class ="gn-tooltiptext "> Add abstract to favourites</ span >
92+ </ a >
9093 </ li >
9194 < li data-bind ="visible: $root.isFavouriteAbstract ">
92- < a class ="disfavour " data-bind ="click: $root.disfavourAbstract " href =""> ★</ a >
95+ < a class ="disfavour gn-tooltip " data-bind ="click: $root.disfavourAbstract " href ="">
96+ ★
97+ < span class ="gn-tooltiptext "> Remove abstract from favourites</ span >
98+ </ a >
9399 </ li >
94100 }
95101
You can’t perform that action at this time.
0 commit comments