authserver/testCAS/resources/assets/less/bootstrap/mixins/responsive-visibility.less
Fixed "selected" not disappearing when clicking another segment on CurrentSegmentInfobox + added a selected state to AnnotationsController buttons to reflect AnnotationsList/CreateAnnotation shown/hidden state
// Responsive utilities
//
// More easily include all the states for responsive-utilities.less.
.responsive-visibility() {
display: block !important;
table& { display: table; }
tr& { display: table-row !important; }
th&,
td& { display: table-cell !important; }
}
.responsive-invisibility() {
display: none !important;
}