Advertisement
petar_bonov

mantis: change how unwanted fields are hidden

Oct 18th, 2024
153
0
251 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. th:has([for="reproducibility"]),
  2. th:has([for="reproducibility"]) + td,
  3. th:has([for="severity"]),
  4. th:has([for="severity"]) + td,
  5. th:has([for="steps_to_reproduce"]),
  6. th:has([for="steps_to_reproduce"]) + td,
  7. th:has([for="additional_info"]),
  8. th:has([for="additional_info"]) + td{
  9.     display: none;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement