/* ============================================= */
/* CSS for control sap.ushell/AnchorItem.control */
/* ============================================= */

.sapUshellAnchorItem {
  font-family: @sapFontFamily;
  font-size: @sapMFontHeader6Size;
  font-weight: @sapUiFontHeaderWeight;
  opacity: 1;
}

.sapUshellAnchorItemSelected {
  color: @sapUiShellNavigationSelectedTextColor;
}

.sapUshellAnchorItemSelected .sapUshellAnchorItemInner:not(.sapUshellAnchorInnerMarker) {
  border-bottom-color: @sapUiShellNavigationSelectedColor;
}

.sap-desktop:not([data-sap-ui-browser^="ie"]) .sapUshellAnchorItem:focus {
  outline: 1px dotted @sapUiShellNavigationTextColor;
  outline-offset: -1px;
}

.sapUshellAnchorItemInner {
  font-size: @sapMFontMediumSize;
}
