summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-24 16:33:03 +0300
committerAndrew Dolgov <[email protected]>2021-03-24 16:33:03 +0300
commitceb8179ccc692430d52deb8e154e07a78569b412 (patch)
tree09679ad2944febdfd10fa52441231768d6d809f6 /themes/light
parent19c277391eb27cc14595805b8815c8728a53f2e8 (diff)
don't use css-defined .svg files because firefox
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}');
- }
}
}