.icon-pr.opened {
  background-image: url("/assets/plugin_assets/redmine_github/pr-opened-b3a929cc.svg");
}

.icon-pr.merged {
  background-image: url("/assets/plugin_assets/redmine_github/pr-merged-d7a8f497.svg");
}

.icon-pr.mergeable {
  background-image: url("/assets/plugin_assets/redmine_github/pr-mergeable-38bdbe79.svg");
}

a.icon-pr {
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding-left: 16px;
  margin-left: 8px;
}

a.icon-pr:hover {
  text-decoration: none;
}
