_treeTool.scss 295 B

12345678910111213141516
  1. /**
  2. * A tool contained in the tree panel (available for each item of the tree)
  3. */
  4. .treeTool {
  5. margin : 3px 8px 3px 3px;
  6. cursor:pointer;
  7. position:relative;
  8. &:hover {
  9. color:$color-bot;
  10. }
  11. &.active {
  12. color:$color-bot;
  13. }
  14. }