.dropdown-item {
  &.clickable,
  &[clickable] {
    cursor: pointer;
    @include transition($btn-transition);
  }

  &.active {
    font-weight: bold;
  }
}
