/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ .vs .chevron-right.icon { background-image: url("chevron_right.svg"); } .vs-dark .chevron-right.icon, .hc-black .chevron-right.icon { background-image: url("chevron_right_inverse.svg"); } breadcrumb .icon { background-size: 16px; background-position: 50% 50%; background-repeat: no-repeat; padding: 8px; } breadcrumb .chevron-right.icon { background-size: 16px; background-position: 50% 50%; background-repeat: no-repeat; padding: 8px; } breadcrumb .router-link { cursor: pointer; }