/**
  * @file
  * Override admin toolbar styles for greater contrast.
  * Note: this only impacts the admin menu when viewing with the main wlu_library theme.
  * It does not help change the menu when viewing the Claro admin theme. There is a separate stylesheet for that in the wlu_claro theme.
  **/

.toolbar-oriented .toolbar-bar {
  z-index: 1005;
}

.toolbar .toolbar-menu .toolbar-menu a,
.toolbar-tray a,
.toolbar .toolbar-icon {
  color: var(--black);
}

:is(.toolbar .toolbar-menu .toolbar-menu, .toolbar-tray) a:is(:focus, :hover) {
  background: var(--laurier-gold);
}

.toolbar-tray-horizontal .menu-item a:focus {
  background: transparent;
}

/** These two elements are visually hidden anyway, but will throw accessibility testing errors without overriding the colours **/
label[for="admin-toolbar-search-input"],
.toolbar-tray-name {
  color: var(--black);
  background-color: var(--white);
}
