Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Winkler <github@lw1.at>2019-01-22 08:16:33 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-01-22 08:16:33 +0300
commitfb633f5f649df67caffa4a7f64a7002656b0332d (patch)
tree62288ec9fad80762bcd93ff35e3c10920a117700 /plugins/RssWidget/stylesheets/rss.less
parentd24e794df6aa7e8ad31ed190de551a456df57f6f (diff)
improve RSS fetching (#13904)
* improve RSS fetching * add cache to rss fetching and remove "appeared first on" appendix * remove special handling of RSS description * Make sure links in rss content open in new tab and have noreferrer noopener.
Diffstat (limited to 'plugins/RssWidget/stylesheets/rss.less')
-rw-r--r--plugins/RssWidget/stylesheets/rss.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/RssWidget/stylesheets/rss.less b/plugins/RssWidget/stylesheets/rss.less
index 5becda42f3..e3bcdcd028 100644
--- a/plugins/RssWidget/stylesheets/rss.less
+++ b/plugins/RssWidget/stylesheets/rss.less
@@ -30,6 +30,9 @@
line-height: 1.5em;
font-size: 13px;
color: #333333;
+ .screen-reader-text {
+ display: none;
+ }
}
/* hide changing blog post title and date in UI test */