/* No longer an @import hub: index.html links /css/*.css directly, because an
 * @import target hangs off a subresource and a hard refresh does not reliably
 * revalidate it -- the split sheets were the one layer a Ctrl+F5 could not
 * reach. What is left is the handful of rules with no home in the split sheets;
 * index.html loads this file last, so they still land after them. */

.password-field input::-ms-reveal,
.password-field input::-ms-clear {
  display: none;
}
