diff.scss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .compose-form {
  2. .compose-form__modifiers {
  3. .compose-form__upload {
  4. &-description {
  5. input {
  6. &::placeholder {
  7. opacity: 1;
  8. }
  9. }
  10. }
  11. }
  12. }
  13. }
  14. .status__content a,
  15. .link-footer a,
  16. .reply-indicator__content a,
  17. .status__content__read-more-button {
  18. text-decoration: underline;
  19. &:hover,
  20. &:focus,
  21. &:active {
  22. text-decoration: none;
  23. }
  24. &.mention {
  25. text-decoration: none;
  26. span {
  27. text-decoration: underline;
  28. }
  29. &:hover,
  30. &:focus,
  31. &:active {
  32. span {
  33. text-decoration: none;
  34. }
  35. }
  36. }
  37. }
  38. .status__content a {
  39. color: $highlight-text-color;
  40. }
  41. .nothing-here {
  42. color: $darker-text-color;
  43. }
  44. .compose-form__poll-wrapper .button.button-secondary,
  45. .compose-form .autosuggest-textarea__textarea::placeholder,
  46. .compose-form .spoiler-input__input::placeholder,
  47. .report-dialog-modal__textarea::placeholder,
  48. .language-dropdown__dropdown__results__item__common-name,
  49. .compose-form .icon-button {
  50. color: $inverted-text-color;
  51. }
  52. .text-icon-button.active {
  53. color: $ui-highlight-color;
  54. }
  55. .language-dropdown__dropdown__results__item.active {
  56. background: $ui-highlight-color;
  57. font-weight: 500;
  58. }
  59. .link-button:disabled {
  60. cursor: not-allowed;
  61. &:hover,
  62. &:focus,
  63. &:active {
  64. text-decoration: none !important;
  65. }
  66. }