View | Details | Raw Unified | Return to bug 39354
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_variables.scss (-1 / +1 lines)
Lines 376-382 $enable-shadows: false; Link Here
376
$enable-gradients:            false;
376
$enable-gradients:            false;
377
$enable-transitions:          true;
377
$enable-transitions:          true;
378
$enable-reduced-motion:       true;
378
$enable-reduced-motion:       true;
379
$enable-smooth-scroll:        true;
379
$enable-smooth-scroll:        false;
380
$enable-grid-classes:         true;
380
$enable-grid-classes:         true;
381
$enable-container-classes:    true;
381
$enable-container-classes:    true;
382
$enable-cssgrid:              false;
382
$enable-cssgrid:              false;
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (+5 lines)
Lines 117-122 $enable-dark-mode: false; Link Here
117
    white-space: nowrap;
117
    white-space: nowrap;
118
}
118
}
119
119
120
.placeholder {
121
    /* Override Bootstrap style which conflicts with multiple-select */
122
    cursor: default;
123
}
124
120
.dropup .dropdown-menu[data-bs-popper] {
125
.dropup .dropdown-menu[data-bs-popper] {
121
    margin-bottom: 0;
126
    margin-bottom: 0;
122
}
127
}
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_variables.scss (-2 / +1 lines)
Lines 382-388 $enable-shadows: false; Link Here
382
$enable-gradients: false;
382
$enable-gradients: false;
383
$enable-transitions: true;
383
$enable-transitions: true;
384
$enable-reduced-motion: true;
384
$enable-reduced-motion: true;
385
$enable-smooth-scroll: true;
385
$enable-smooth-scroll: false;
386
$enable-grid-classes: true;
386
$enable-grid-classes: true;
387
$enable-container-classes: true;
387
$enable-container-classes: true;
388
$enable-cssgrid: false;
388
$enable-cssgrid: false;
389
- 

Return to bug 39354