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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-4 lines)
Lines 2975-2983 nav { Link Here
2975
    a {
2975
    a {
2976
        &[href="/cgi-bin/koha/mainpage.pl"] {
2976
        &[href="/cgi-bin/koha/mainpage.pl"] {
2977
            color: $green-text-color;
2977
            color: $green-text-color;
2978
            font-size: 1px;
2979
            letter-spacing: -1px;
2980
            visibility: hidden;
2981
2978
2982
            &::before {
2979
            &::before {
2983
                content: "\f015";
2980
                content: "\f015";
Lines 2985-2991 nav { Link Here
2985
                font-size: 12px;
2982
                font-size: 12px;
2986
                font-style: normal;
2983
                font-style: normal;
2987
                padding-right: .3em;
2984
                padding-right: .3em;
2988
                visibility: visible;
2989
            }
2985
            }
2990
2986
2991
            &:hover {
2987
            &:hover {
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc (-2 / +1 lines)
Lines 461-467 Link Here
461
        <ol class="breadcrumb">
461
        <ol class="breadcrumb">
462
            [%# Include the Home link every time %]
462
            [%# Include the Home link every time %]
463
            [% WRAPPER breadcrumb_item %]
463
            [% WRAPPER breadcrumb_item %]
464
                <a href="/cgi-bin/koha/mainpage.pl" title="Home">Home</a>
464
                <a href="/cgi-bin/koha/mainpage.pl" title="Home"><span class="visually-hidden-focusable">Home</span></a>
465
            [% END %]
465
            [% END %]
466
            [% content | $raw %]
466
            [% content | $raw %]
467
        </ol>
467
        </ol>
468
- 

Return to bug 37988