tableselect.pcss.css
Same filename in other branches
Table select — replaces implementation of Classy theme.
See also
tableselect.js
File
-
core/
themes/ claro/ css/ components/ tableselect.pcss.css
View source
- /**
- * @file
- * Table select — replaces implementation of Classy theme.
- *
- * @see tableselect.js
- */
-
- @import "../base/variables.pcss.css";
-
- td.checkbox,
- th.checkbox {
- text-align: center;
- }
- [dir="rtl"] td.checkbox,
- [dir="rtl"] th.checkbox {
- /* This is required to win over specificity of [dir="rtl"] td */
- text-align: center;
- }
-
- tr.selected td {
- background-color: var(--color-bgblue-active);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.