tableselect.pcss.css

Same filename in other branches
  1. 8.9.x core/themes/claro/css/components/tableselect.pcss.css
  2. 10 core/themes/claro/css/components/tableselect.pcss.css
  3. 11.x core/themes/claro/css/components/tableselect.pcss.css

Table select — replaces implementation of Classy theme.

See also

tableselect.js

File

core/themes/claro/css/components/tableselect.pcss.css

View source
  1. /**
  2. * @file
  3. * Table select — replaces implementation of Classy theme.
  4. *
  5. * @see tableselect.js
  6. */
  7. @import "../base/variables.pcss.css";
  8. td.checkbox,
  9. th.checkbox {
  10. text-align: center;
  11. }
  12. [dir="rtl"] td.checkbox,
  13. [dir="rtl"] th.checkbox {
  14. /* This is required to win over specificity of [dir="rtl"] td */
  15. text-align: center;
  16. }
  17. tr.selected td {
  18. background-color: var(--color-bgblue-active);
  19. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.