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 2962-2970 nav { Link Here
2962
    a {
2962
    a {
2963
        &[href="/cgi-bin/koha/mainpage.pl"] {
2963
        &[href="/cgi-bin/koha/mainpage.pl"] {
2964
            color: $green-text-color;
2964
            color: $green-text-color;
2965
            font-size: 1px;
2966
            letter-spacing: -1px;
2967
            visibility: hidden;
2968
2965
2969
            &::before {
2966
            &::before {
2970
                content: "\f015";
2967
                content: "\f015";
Lines 2972-2978 nav { Link Here
2972
                font-size: 12px;
2969
                font-size: 12px;
2973
                font-style: normal;
2970
                font-style: normal;
2974
                padding-right: .3em;
2971
                padding-right: .3em;
2975
                visibility: visible;
2976
            }
2972
            }
2977
2973
2978
            &:hover {
2974
            &: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