Disable/remove button outline

That should do it:

.list-controls .category-drop {
  .category-drop-header {
    border-color: transparent;
  }
}