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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-2 / +2 lines)
Lines 345-351 aside { Link Here
345
345
346
            &.active > a,
346
            &.active > a,
347
            a:hover,
347
            a:hover,
348
            a.current {
348
            a.current,
349
            a.router-link-active:not(:disabled) {
349
                background-color: #F3F4F4;
350
                background-color: #F3F4F4;
350
                text-decoration: none;
351
                text-decoration: none;
351
                color: $green-text-color;
352
                color: $green-text-color;
352
- 

Return to bug 33381