/* Hide "Revert/Delete" dropdown menu on Current revisions */
/* v001 */
.path-taxonomy .revision-current .dropbutton-wrapper {
  display: none;
}
