Apply custom secondary color to Media (#4863)

This commit is contained in:
Szabó Gergő 2020-01-03 11:17:50 +01:00 committed by Samuel Georges
parent cd4f56c64c
commit b9a7dab177
1 changed files with 8 additions and 0 deletions

View File

@ -185,3 +185,11 @@ div.control-componentlist {
} }
} }
} }
//
// Media
//
.nav.selector-group li.active {
border-left-color: @brand-secondary;
}