summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/defines.less2
-rw-r--r--themes/light/tt-rss.less9
2 files changed, 0 insertions, 11 deletions
diff --git a/themes/light/defines.less b/themes/light/defines.less
index 82705ac5e..921c10f1e 100644
--- a/themes/light/defines.less
+++ b/themes/light/defines.less
@@ -1,5 +1,3 @@
-@cache-version: `( new Date() ).getTime()`;
-
@fonts-ui-bold: "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
@fonts-ui: "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 789510b9b..e94aaa176 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -599,10 +599,6 @@ body.ttrss_main {
height : 14px;
width : 14px;
position : relative;
-
- &.visible {
- content: url('../images/oval.svg?@{cache-version}');
- }
}
}
@@ -613,11 +609,6 @@ body.ttrss_main {
margin-left : 4px;
position : relative;
top : 2px;
-
- &.visible {
- display : inline;
- content: url('../images/three-dots.svg?@{cache-version}');
- }
}
}