Mercurial > addons > firefox-addons > feed-preview
diff popup/feed-selection.html @ 61:c8fa2430eab2
Show URL of each feed as a tooltip in the feed selection popup
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Mon, 09 Nov 2020 18:07:06 +0100 |
parents | bc5cc170163c |
children |
line wrap: on
line diff
--- a/popup/feed-selection.html Wed May 06 13:54:11 2020 +0200 +++ b/popup/feed-selection.html Mon Nov 09 18:07:06 2020 +0100 @@ -13,7 +13,7 @@ </head> <body> <template id="feed-item-template"> - <div class="panel-list-item" data-href=""> + <div class="panel-list-item" data-href="" title=""> <div class="icon"><img src="" alt=""></div> <div class="text"></div> </div>