.ngx-contextmenu {
  .dropdown-menu.show {

    li:first-child.dropdown-divider:first-of-type {
      display: none;
    }

    .hasSubMenu:before {
      content: '' !important;
      border-top: 0.25rem solid transparent;
      border-right: 0;
      border-bottom: 0.25rem solid transparent;
      border-left: 0.25rem solid theme-color("info");
      margin-top: 0.35rem;
      margin-left: 1rem;
    }
  }
}

