Explorar o código

Fix .state_unread .items with data-unread="0"

Marien Fressinaud %!s(int64=11) %!d(string=hai) anos
pai
achega
9fc536c287
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      p/themes/base-theme/template.css

+ 1 - 1
p/themes/base-theme/template.css

@@ -402,7 +402,7 @@ a.btn {
 
 /*=== Aside main page (categories) */
 .aside_feed.state_unread .tree-folder:not(.active)[data-unread="0"],
-.aside_feed.state_unread .tree-folder > .item:not(.active)[data-unread="0"] {
+.aside_feed.state_unread .tree-folder-items > .item:not(.active)[data-unread="0"] {
 	display: none;
 }
 .aside_feed .tree-folder-title > .title:not([data-unread="0"]):after {