authserver/testCAS/resources/assets/less/bootstrap/mixins/background-variant.less
CurrentSegmentInfobox: Fixed bug where editing a segment would not update the source correctly and mess up with other widgets
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover {
background-color: darken(@color, 10%);
}
}