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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss (-4 / +4 lines)
Lines 17-25 a.navbar-toggle { Link Here
17
17
18
        li a {
18
        li a {
19
            color: #FFFFFF;
19
            color: #FFFFFF;
20
            &:hover, &:focus {
20
            &:hover,
21
                background-color: transparent;
21
            &:focus {
22
                text-decoration: underline;
22
                background: $background-color-primary none;
23
                text-decoration: none;
23
            }
24
            }
24
        }
25
        }
25
    }
26
    }
26
- 

Return to bug 31919