.convertible-unit {
  cursor: pointer;
  border-bottom: 1px dotted currentColor;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.convertible-unit:hover,
.convertible-unit:focus-visible {
  border-bottom-style: solid;
  outline: none;
}
