| 123456789101112131415161718192021222324252627 |
- .draft-list-item {
- .panel-heading {
- .icon-container {
- a:hover {
- text-decoration: unset;
- }
- i {
- opacity: 0.5;
- }
- }
- &:hover {
- .icon-container {
- i {
- opacity: 1;
- }
- }
- }
- }
- .draft-copy {
- cursor: pointer;
- }
- .draft-path {
- cursor: pointer;
- }
- }
|