Apply custom secondary color to Media (#4863)
This commit is contained in:
parent
cd4f56c64c
commit
b9a7dab177
|
|
@ -185,3 +185,11 @@ div.control-componentlist {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Media
|
||||
//
|
||||
|
||||
.nav.selector-group li.active {
|
||||
border-left-color: @brand-secondary;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue