From b9a7dab17759dc6bfed46ced23046c143f1bbbde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=20Gerg=C5=91?= Date: Fri, 3 Jan 2020 11:17:50 +0100 Subject: [PATCH] Apply custom secondary color to Media (#4863) --- modules/backend/models/brandsetting/custom.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/backend/models/brandsetting/custom.less b/modules/backend/models/brandsetting/custom.less index 2e07d1e14..c15fc93a1 100644 --- a/modules/backend/models/brandsetting/custom.less +++ b/modules/backend/models/brandsetting/custom.less @@ -185,3 +185,11 @@ div.control-componentlist { } } } + +// +// Media +// + +.nav.selector-group li.active { + border-left-color: @brand-secondary; +}