selectors.scss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .powerPathNavigator .helm button.pressedButton, // comment 1
  2. .powerPathNavigator .helm button:active:not(.disabledButton),
  3. .powerPathNavigator table.powerPathInfo th:active,
  4. .powerPathNavigator table.powerPathInfo th:active + th:last-child {
  5. }
  6. // comment 2
  7. .powerPathNavigator .helm button.pressedButton,
  8. .powerPathNavigator .helm button:active:not(.disabledButton) {
  9. }
  10. .foo,
  11. // comment 3
  12. .bar {
  13. display: block;
  14. }
  15. .field
  16. {
  17. &[data-field-id="1"], // comment 4
  18. &[data-field-id="2"], // comment 5
  19. &[data-field-id="3"], // comment 6
  20. {
  21. background: green;
  22. }
  23. }
  24. // comment 7
  25. .field
  26. // comment 8
  27. { // comment 9
  28. // comment 10
  29. &[data-field-id="1"], // comment 11
  30. // comment 12
  31. &[data-field-id="2"] // comment 13
  32. // comment 14
  33. , // comment 15
  34. // comment 16
  35. &[data-field-id="3"], // comment 17
  36. // comment 18
  37. { // comment 19
  38. // comment 20
  39. background: green;
  40. // comment 21
  41. } // comment 22
  42. // comment 23
  43. }
  44. // comment 24
  45. .foo
  46. // comment 25
  47. .bar
  48. // comment 26
  49. {}
  50. .foo
  51. // comment 27
  52. +
  53. // comment 28
  54. .bar
  55. // comment 29
  56. {}