lf-dropdown {
  // `<button>` items should have a pointer cursor (similar to `<a>` items)
  button.dropdown-item {
    cursor: pointer;
  }
}
