/**
 * Default theme for Dashboard.
 *
 * This file can be overwritten with your custom values.
 */

/* Hide portal-navigation and its slotted children (e.g. language-switcher links)
 * until the custom element upgrades. Without this, plain <a> tags inside
 * portal-language-switcher render as unstyled links before portal-navigation.js
 * executes, causing a visible flash on load. */
portal-navigation:not(:defined) {
  visibility: hidden;
}
