tabledrag.css
Same filename in this branch
- 9 core/profiles/demo_umami/themes/umami/css/classy/components/tabledrag.css
- 9 core/themes/seven/css/classy/components/tabledrag.css
- 9 core/themes/claro/css/components/tabledrag.css
- 9 core/themes/bartik/css/classy/components/tabledrag.css
- 9 core/themes/starterkit_theme/css/components/tabledrag.css
- 9 core/themes/classy/css/components/tabledrag.css
Same filename in other branches
- 8.9.x core/profiles/demo_umami/themes/umami/css/classy/components/tabledrag.css
- 8.9.x core/themes/seven/css/classy/components/tabledrag.css
- 8.9.x core/themes/claro/css/components/tabledrag.css
- 8.9.x core/themes/bartik/css/classy/components/tabledrag.css
- 8.9.x core/themes/classy/css/components/tabledrag.css
- 10 core/profiles/demo_umami/themes/umami/css/classy/components/tabledrag.css
- 10 core/misc/dialog/off-canvas/css/tabledrag.css
- 10 core/themes/olivero/css/components/tabledrag.css
- 10 core/themes/claro/css/components/tabledrag.css
- 10 core/themes/starterkit_theme/css/components/tabledrag.css
- 11.x core/profiles/demo_umami/themes/umami/css/classy/components/tabledrag.css
- 11.x core/misc/dialog/off-canvas/css/tabledrag.css
- 11.x core/themes/olivero/css/components/tabledrag.css
- 11.x core/themes/claro/css/components/tabledrag.css
- 11.x core/themes/starterkit_theme/css/components/tabledrag.css
Styles for tabledrag.
File
-
core/
themes/ olivero/ css/ components/ tabledrag.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- /**
- * @file
- * Styles for tabledrag.
- */
-
- .draggable:hover {
- background-color: #f7f9fa;
- }
-
- .draggable.drag {
- background-color: #f1f4f7;
- }
-
- .draggable.drag-previous {
- background-color: #e7edf1;
- }
-
- .drag-previous a {
- color: #313637; /* Ensure proper contrast. */
- }
-
- a.tabledrag-handle,
- .touchevents a.tabledrag-handle {
- width: 2.25rem;
- height: 2.25rem;
- }
-
- [dir="ltr"] .draggable a.tabledrag-handle {
- margin-left: 0;
- }
-
- [dir="rtl"] .draggable a.tabledrag-handle {
- margin-right: 0;
- }
-
- a.tabledrag-handle .handle {
- width: 2.25rem;
- height: 2.25rem;
- margin: 0;
- background-position: 50% 5px;
- }
-
- .touchevents a.tabledrag-handle .handle {
- height: 2.25rem;
- background-position: 50% 5px;
- }
-
- [dir="ltr"] .touchevents .draggable td {
- padding-left: 0;
- }
-
- [dir="rtl"] .touchevents .draggable td {
- padding-right: 0;
- }
-
- [dir="ltr"] .touchevents .draggable td {
- padding-right: 0.5625rem;
- }
-
- [dir="rtl"] .touchevents .draggable td {
- padding-left: 0.5625rem;
- }
-
- .touchevents .draggable td {
- padding-top: 0.5625rem;
- padding-bottom: 0.5625rem;
- }
-
- .touchevents .draggable .menu-item__link {
- padding: 0;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.