/* ====================================================================== */
/* CSS for control "sap.ushell.ui.launchpad.AnchorItem" (sap_bluecrystal) */
/* ====================================================================== */

@_sap_ushell_AnchorItem_TextColor: @sapUiTextInverted;

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

.sapUshellAnchorItemInner {
  line-height: 2.815rem;
  text-shadow: 0 1px fade(@sapUiContentShadowColor, 50);
}

.sapUshellAnchorNavigationBar .sapUshellAnchorItem:hover {
  color: @_sap_ushell_AnchorItem_TextColor;
}

.sapUshellAnchorNavigationBar .sapUshellAnchorItemSelected {
  color: @_sap_ushell_AnchorItem_TextColor;

  .sapUshellAnchorItemInner {
    border-bottom: 0.25rem solid;
  }
}

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