patch.less 381 B

1234567891011121314151617
  1. /*
  2. * Use of this source code is governed by an MIT-style license that can be
  3. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  4. */
  5. .font-highlight {
  6. color: @highlight-color;
  7. }
  8. .@{tree-prefix-cls}-child-tree {
  9. // The overflow of the collapse animation in edge and IE is invalid
  10. overflow: hidden;
  11. }
  12. nz-tree {
  13. display: block;
  14. }