authserver/testCAS/resources/assets/less/bootstrap/mixins/background-variant.less
comments the stylesheet and update video control interface and segment list interface
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover {
background-color: darken(@color, 10%);
}
}