Header.module.scss 302 B

123456789101112131415161718
  1. .revision-head :global {
  2. a {
  3. text-decoration: none;
  4. }
  5. .revision-head-link,
  6. .revision-head-edit-button {
  7. margin-left: 0.5em;
  8. font-size: 0.6em;
  9. opacity: 0;
  10. }
  11. }
  12. .revision-head:hover :global {
  13. .revision-head-link, .revision-head-edit-button {
  14. opacity: 1 !important;
  15. }
  16. }