Original orange indicator for active news items restored

This commit is contained in:
b_b 2019-03-14 14:42:28 +01:00 коммит произвёл Benjamin Brahmer
Родитель 42275420e4
Коммит 9cf894fd07
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -199,7 +199,7 @@
}
#app-content .item.active {
background: var(--color-background-darker);
background-image: linear-gradient(to right, orange 0, orange 2px, transparent 2px);
}
#app-content :not(.compact) .item {