.drop-menu {
  background: none;
  display: inline-block;
  height: 16px;
  margin: 0 0 0 5px;
  overflow: visible;
  padding: 0;
  vertical-align: text-bottom;
  width: 8px;
}
.drop-menu::after {
  border: 4px solid transparent;
  bottom: -50%;
  content: "";
  display: block;
  height: 0;
  position: relative;
  right: -50%;
  width: 0;
}
.drop-menu::after {
  border-top-color: var(--ds-border, #6B778C);
  margin-top: -2px;
  margin-left: -4px;
}
.drop-menu:hover::after {
  border-top-color: var(--ds-text, #172B4D);
}
.disabled .drop-menu::after {
  border-top-color: var(--ds-surface, #F4F5F7) !important;
}
