@eclipse-scout/core
Version:
Eclipse Scout runtime
52 lines (43 loc) • 1.18 kB
text/less
/*
* 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
*/
.calendar-sidebar {
display: inline-block;
vertical-align: top;
width: 0;
overflow: hidden;
position: relative;
height: 100%;
& > .splitter {
padding-right: 10px;
}
& > .splitter.invisible {
height: 0;
}
& > .resource-panel-container {
& > .form-field > .field > .tree {
border: none; // remove border
& > .tree-data > .tree-node.selected {
background-color: transparent;
&:after {
border: none transparent;
}
}
}
// remove border
& > .lookup-box > .field > .structure.tree.no-nodes-selected:focus {
border: none;
box-shadow: none;
}
}
.year-panel-container > .scroll-shadow.bottom {
--scroll-shadow-bottom: inset 0 -20px var(--scroll-shadow-bottom-blur-spread-color);
--scroll-shadow-bottom-blur-spread-color: 15px -15px @background-color;
}
}