diff options
| author | 2022-02-04 16:32:02 +0100 | |
|---|---|---|
| committer | 2022-02-04 16:32:02 +0100 | |
| commit | 3938492b8a01967ca72c9d877f499ac8069bb701 (patch) | |
| tree | 32521de940c7c9576fab8b5b9f4f94200204f44b /app/views/helpers/index/normal/entry_header.phtml | |
| parent | f8cad8c9595177239f557649306e38d1a540f47c (diff) | |
Normal view: improve feed filter link (#4006)
* padding+greyscal favicon while hovering+underline
* improve underline + improve mouse title
* fixed RTL
* CSS for more places of feed filter
* add title in content feed filter
Diffstat (limited to 'app/views/helpers/index/normal/entry_header.phtml')
| -rw-r--r-- | app/views/helpers/index/normal/entry_header.phtml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/helpers/index/normal/entry_header.phtml b/app/views/helpers/index/normal/entry_header.phtml index 79e6e4215..6968bae85 100644 --- a/app/views/helpers/index/normal/entry_header.phtml +++ b/app/views/helpers/index/normal/entry_header.phtml @@ -31,9 +31,10 @@ ?></li><?php } } - ?><li class="item website"><a href="<?= _url('index', 'index', 'get', 'f_' . $this->feed->id()) ?>" title="<?= _t('gen.action.filter') ?>"> - <?php if (FreshRSS_Context::$user_conf->show_favicons): ?><img class="favicon" src="<?= $this->feed->favicon() ?>" alt="✇" loading="lazy" /><?php endif; ?> - <span><?= $this->feed->name() ?></span></a> + ?><li class="item website"> + <a href="<?= _url('index', 'index', 'get', 'f_' . $this->feed->id()) ?>" title="<?= _t('gen.action.filter') ?>: <?= $this->feed->name() ?>"> + <?php if (FreshRSS_Context::$user_conf->show_favicons): ?><img class="favicon" src="<?= $this->feed->favicon() ?>" alt="✇" loading="lazy" /><?php endif; ?><span><?= $this->feed->name() ?></span> + </a> </li> <?php |
