1
0

input.css 411 B

12345678910111213
  1. @tailwind base;
  2. @tailwind components;
  3. @tailwind utilities;
  4. @layer utilities {
  5. /* Phase 13: the Focus filter temporarily hides entire sw columns when the
  6. focused worker has no assignment on any visible row. Separate from the
  7. .hidden set driven by the Columns dropdown so clearing Focus restores
  8. the user's manual column picks. */
  9. .focus-auto-hidden {
  10. display: none;
  11. }
  12. }