.polaris-antd-iconbutton {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  display: inline-flex;
  padding: 0;
  margin: 0;
  padding: 3px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
}
.polaris-antd-iconbutton:hover {
  background-color: #f2f2f2;
}
.polaris-antd-iconbutton.primary {
  color: #1890ff;
}
.polaris-antd-iconbutton.danger {
  color: #f5222d;
}
.polaris-antd-iconbutton.default {
  color: rgba(0, 0, 0, 0.65);
}
.polaris-antd-iconbutton.disabled {
  cursor: not-allowed;
  color: #cccccc;
}
.polaris-antd-iconbutton.disabled:hover {
  background-color: transparent;
}
.polaris-antd-iconbutton button {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  display: inline-flex;
  padding: 0;
}
.polaris-antd-iconbutton + .polaris-antd-iconbutton {
  margin-left: 5px;
}
