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:
authormattab <matthieu.aubry@gmail.com>2016-10-06 06:29:58 +0300
committermattab <matthieu.aubry@gmail.com>2016-10-06 06:29:58 +0300
commitf632dd90f7b7d1b9428c3923646fb664db86bcbf (patch)
treef8da2f384f4693fa0f524ceda9a43788ef5067bb /plugins/RssWidget/stylesheets/rss.less
parentae4e70df4be019e9ee999363ab5cdaca6dfd775e (diff)
Hide RSS title and date which changes when we release new changelogs
Diffstat (limited to 'plugins/RssWidget/stylesheets/rss.less')
-rw-r--r--plugins/RssWidget/stylesheets/rss.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/RssWidget/stylesheets/rss.less b/plugins/RssWidget/stylesheets/rss.less
index 11f4d9dbbe..5becda42f3 100644
--- a/plugins/RssWidget/stylesheets/rss.less
+++ b/plugins/RssWidget/stylesheets/rss.less
@@ -31,3 +31,9 @@
font-size: 13px;
color: #333333;
}
+
+/* hide changing blog post title and date in UI test */
+.uiTest .rss-title, .uiTest .rss-date {
+ visibility:hidden;
+
+} \ No newline at end of file