Этот коммит содержится в:
Asaad Mahmood
2016-01-28 23:24:31 +05:00
родитель db37897538
Коммит 0e69a871bb
5 изменённых файлов: 34 добавлений и 22 удалений

Просмотреть файл

@@ -714,7 +714,7 @@ export function applyTheme(theme) {
if (theme.linkColor) {
changeCss('a, a:focus, a:hover, .btn, .btn:focus, .btn:hover', 'color:' + theme.linkColor, 1);
changeCss('.post .comment-icon__container', 'fill:' + theme.linkColor, 1);
changeCss('.post .comment-icon__container, .post .post__reply', 'fill:' + theme.linkColor, 1);
}
if (theme.buttonBg) {