Apply custom secondary color to asset list (#3658)

Credit to @gergo85
This commit is contained in:
Szabó Gergő 2018-07-30 14:28:33 +02:00 committed by Luke Towers
parent 8c75a243f5
commit 31be214f60
1 changed files with 9 additions and 0 deletions

View File

@ -44,6 +44,15 @@
} }
} }
//
// Asset List
//
.control-assetlist ul li.active a:after,
.control-assetlist ul li.active a.link:after {
background: @brand-secondary;
}
// //
// Outside Layout // Outside Layout
// //