UNPKG

@eclipse-scout/karma-jasmine-scout

Version:

Scout plugin for Jasmine in Karma

34 lines (29 loc) 787 B
/* * Copyright (c) 2010, 2025 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 !important; /* NOSONAR (!important is okay here) */ } .invisible { visibility: hidden !important; /* 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; } input[type="text"], textarea { /* Necessary for focus manager, same is done in main.less */ user-select: text; }