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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-6 / +3 lines)
Lines 3140-3151 nav { Link Here
3140
            display: inline;
3140
            display: inline;
3141
3141
3142
            &+li::before {
3142
            &+li::before {
3143
                content: "\203A";
3143
                display: inline-block;
3144
                display: inline-block;
3144
                margin: 0 0.25em;
3145
                font-weight: normal;
3145
                transform: rotate(15deg);
3146
                padding: 0 0.1rem;
3146
                border-right: 0.1em solid currentColor;
3147
                height: 0.8em;
3148
                content: '';
3149
            }
3147
            }
3150
3148
3151
        }
3149
        }
3152
- 

Return to bug 27846