You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
1.2 KiB

  1. // components.scss
  2. .compose-form {
  3. .compose-form__modifiers {
  4. .compose-form__upload {
  5. &-description {
  6. input {
  7. &::placeholder {
  8. opacity: 1;
  9. }
  10. }
  11. }
  12. }
  13. }
  14. }
  15. .rich-formatting a,
  16. .rich-formatting p a,
  17. .rich-formatting li a,
  18. .landing-page__short-description p a,
  19. .status__content a,
  20. .reply-indicator__content a {
  21. color: lighten($ui-highlight-color, 12%);
  22. text-decoration: underline;
  23. &.mention {
  24. text-decoration: none;
  25. }
  26. &.mention span {
  27. text-decoration: underline;
  28. &:hover,
  29. &:focus,
  30. &:active {
  31. text-decoration: none;
  32. }
  33. }
  34. &:hover,
  35. &:focus,
  36. &:active {
  37. text-decoration: none;
  38. }
  39. &.status__content__spoiler-link {
  40. color: $secondary-text-color;
  41. text-decoration: none;
  42. }
  43. }
  44. .status__content__read-more-button {
  45. text-decoration: underline;
  46. &:hover,
  47. &:focus,
  48. &:active {
  49. text-decoration: none;
  50. }
  51. }
  52. .getting-started__footer a {
  53. text-decoration: underline;
  54. &:hover,
  55. &:focus,
  56. &:active {
  57. text-decoration: none;
  58. }
  59. }
  60. .nothing-here {
  61. color: $darker-text-color;
  62. }
  63. .public-layout .public-account-header__tabs__tabs .counter.active::after {
  64. border-bottom: 4px solid $ui-highlight-color;
  65. }