
.dropdown-menu {
  .dropdown-item {
    cursor: pointer;
    a {
      color: $body-color;
      text-decoration: none;
    }
  }
  .dropdown-item.disabled {
    cursor: initial;
  }
}