diff.scss 832 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .status__content a,
  2. .reply-indicator__content a,
  3. .edit-indicator__content a,
  4. .link-footer a,
  5. .status__content__read-more-button,
  6. .status__content__translate-button {
  7. text-decoration: underline;
  8. &:hover,
  9. &:focus,
  10. &:active {
  11. text-decoration: none;
  12. }
  13. &.mention {
  14. text-decoration: none;
  15. span {
  16. text-decoration: underline;
  17. }
  18. &:hover,
  19. &:focus,
  20. &:active {
  21. span {
  22. text-decoration: none;
  23. }
  24. }
  25. }
  26. }
  27. .status__content a,
  28. .reply-indicator__content a,
  29. .edit-indicator__content a {
  30. color: $highlight-text-color;
  31. }
  32. .nothing-here {
  33. color: $darker-text-color;
  34. }
  35. .report-dialog-modal__textarea::placeholder {
  36. color: $inverted-text-color;
  37. }
  38. .link-button:disabled {
  39. cursor: not-allowed;
  40. &:hover,
  41. &:focus,
  42. &:active {
  43. text-decoration: none !important;
  44. }
  45. }