/**
 * Copyright (c) 2017-present, Facebook, Inc.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

.anchor {
  display: block;
  position: relative;
  top: -0.5rem;
  outline: none;
}

.hash-link {
  opacity: 0;
  position: absolute;
  margin-left: -1.25rem;
  padding-right: 1.25rem;
}

*:hover > .hash-link {
  opacity: 1;
}
