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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss (-2 / +7 lines)
Lines 1442-1449 button { Link Here
1442
    }
1442
    }
1443
}
1443
}
1444
1444
1445
.dropdown-item:active {
1445
.dropdown-item {
1446
    background-color: $links;
1446
    line-height: 1.2;
1447
    text-wrap: stable;
1448
1449
    &:active {
1450
        background-color: $links;
1451
    }
1447
}
1452
}
1448
1453
1449
#koha_url {
1454
#koha_url {
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss (+13 lines)
Lines 438-443 Link Here
438
        }
438
        }
439
    }
439
    }
440
440
441
    #loggedinuser-menu {
442
        .divider-vertical {
443
            display: inline;
444
            border: 1px solid #EEE;
445
            border-right-color: #FCF9FC;
446
            margin: 5px 2px;
447
        }
448
    }
449
441
    #didyoumean {
450
    #didyoumean {
442
        margin: .5em 0;
451
        margin: .5em 0;
443
    }
452
    }
Lines 458-463 Link Here
458
        }
467
        }
459
    }
468
    }
460
469
470
    .dropdown-menu {
471
        min-width: calc( var( --bs-dropdown-min-width ) + 4rem );
472
    }
473
461
    a {
474
    a {
462
        &.menu-collapse-toggle {
475
        &.menu-collapse-toggle {
463
            &:link,
476
            &:link,
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/_variables.scss (-1 / +1 lines)
Lines 1209-1215 $navbar-dark-brand-hover-color: $navbar-dark-active-color; Link Here
1209
// Dropdown menu container and contents.
1209
// Dropdown menu container and contents.
1210
1210
1211
// scss-docs-start dropdown-variables
1211
// scss-docs-start dropdown-variables
1212
$dropdown-min-width: 10rem;
1212
$dropdown-min-width: 12rem; // 10rem;
1213
$dropdown-padding-x: 0;
1213
$dropdown-padding-x: 0;
1214
$dropdown-padding-y: .5rem;
1214
$dropdown-padding-y: .5rem;
1215
$dropdown-spacer: .125rem;
1215
$dropdown-spacer: .125rem;
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss (-4 / +8 lines)
Lines 368-378 th { Link Here
368
}
368
}
369
369
370
#loggedinuser-menu {
370
#loggedinuser-menu {
371
    min-width: 300px;
371
    line-height: 1.2;
372
    padding: .5em 1em;
372
    padding: .5em 1em;
373
373
374
    .divider-vertical {
374
    .divider-vertical {
375
        margin: 5px 5px;
375
        display: block;
376
        border: none;
377
        margin: 0;
376
    }
378
    }
377
}
379
}
378
380
Lines 1103-1109 fieldset { Link Here
1103
    a:hover,
1105
    a:hover,
1104
    button {
1106
    button {
1105
        font-size: .9rem;
1107
        font-size: .9rem;
1106
        white-space: nowrap;
1108
1109
        &:not(.dropdown-item) {
1110
            white-space: nowrap;
1111
        }
1107
    }
1112
    }
1108
1113
1109
    label {
1114
    label {
1110
- 

Return to bug 39475