1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 16:39:14 +00:00

don't use css-defined .svg files because firefox

This commit is contained in:
Andrew Dolgov
2021-03-24 16:33:03 +03:00
parent 19c277391e
commit ceb8179ccc
8 changed files with 6 additions and 48 deletions

View File

@@ -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}');
}
}
}