contextmenu.less 295 Bytes
Newer Older
liang ce committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
@contextmenuPrefixCls: rc-tree-contextmenu;
.@{contextmenuPrefixCls} {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1070;
  display: block;
  background-color: #fff;

  &-hidden {
    display: none;
  }

  &-inner {
    border: 1px solid #ddd;
    padding: 10px 20px;
  }
}