/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

table tbody th, td {
  vertical-align: top !important;
}

/*
 * Turbo Drive automatically toggles the aria-busy attribute
 * https://turbo.hotwired.dev/handbook/drive#displaying-progress
 * https://turbo.hotwired.dev/reference/attributes
 *
 * PicoCSS has built-in styling for it: https://picocss.com/docs/loading
 *
 * Have the spinner take the place of the checkbox and avoid things jumping around
*/
td[data-selector=box-action] form[aria-busy=true] input[type=checkbox] {
  display: none;
}
