@eclipse-scout/karma-jasmine-scout
Version:
Scout plugin for Jasmine in Karma
28 lines (24 loc) • 669 B
CSS
/*
* Copyright (c) 2010, 2024 BSI Business Systems Integration AG
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*/
.hidden {
display: none ; /* NOSONAR (!important is okay here) */
}
.invisible {
visibility: hidden ; /* NOSONAR (!important is okay here) */
}
/** Reduce the height so that sandbox is always on top independent of the number of specs */
.jasmine_html-reporter {
height: 0;
padding-top: 0;
padding-bottom: 0;
}
.sr-only {
display: none;
}