authserver/testCAS/resources/assets/less/bootstrap/mixins/background-variant.less
Small corrections on Markers widget + corrections on headers for LastAnnotation and AnnotationsList
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover {
background-color: darken(@color, 10%);
}
}