Fix: Apply custom secondary color to Pages list (#4355)

Credit to @gergo85.
This commit is contained in:
Szabó Gergő 2019-06-04 10:22:25 +02:00 committed by Denis Denisov
parent 30f4d4c5af
commit 0d76ac9584
1 changed files with 8 additions and 0 deletions

View File

@ -53,6 +53,14 @@
background: @brand-secondary;
}
//
// Pages List
//
.control-treeview ol > li.active > div::after {
background: @brand-secondary;
}
//
// Outside Layout
//