_draft.scss 348 B

123456789101112131415161718192021222324252627
  1. .draft-list-item {
  2. .panel-heading {
  3. .icon-container {
  4. a:hover {
  5. text-decoration: unset;
  6. }
  7. i {
  8. opacity: 0.5;
  9. }
  10. }
  11. &:hover {
  12. .icon-container {
  13. i {
  14. opacity: 1;
  15. }
  16. }
  17. }
  18. }
  19. .draft-copy {
  20. cursor: pointer;
  21. }
  22. .draft-path {
  23. cursor: pointer;
  24. }
  25. }