D10 theme for Island Lives. This is a clone of drupals core theme Olivero. Notice this theme is named Olivera not Olivero :)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

91 lines
1.6 KiB

/*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/**
* @file
* Styles for tabledrag.
*/
/*
* Media query breakpoints.
* Processed by postcss/postcss-custom-media.
*/
/* Navigation related breakpoints */
/* Grid related breakpoints */
/* Grid shifts from 6 to 14 columns. */
/* Width of the entire grid maxes out. */
.draggable:hover {
background-color: var(--color--gray-100);
}
.draggable.drag {
background-color: var(--color--gray-100);
}
.draggable.drag-previous {
background-color: var(--color--gray-95);
}
.drag-previous a {
color: var(--color-text-neutral-medium); /* 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: var(--sp2);
height: var(--sp2);
margin: 0;
background-position: 50% 5px;
}
.touchevents a.tabledrag-handle .handle {
height: var(--sp2);
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: var(--sp0-5);
}
[dir="rtl"] .touchevents .draggable td {
padding-left: var(--sp0-5);
}
.touchevents .draggable td {
padding-top: var(--sp0-5);
padding-bottom: var(--sp0-5);
}
.touchevents .draggable .menu-item__link {
padding: 0;
}