/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/

.core-tree {
  user-select: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;

  &:focus {
    outline: none;
  }

  > * {
    position: relative;
    display: block;
    padding: 0;
  }
}
