/*
 * Showcase-only overrides. Everything visual comes from the verbatim copy of the
 * office stylesheet (css/v2-styles.css); this file exists only for the few
 * places where the showcase renders statically what the office app fills by
 * script.
 */

/* The stat cards on the Home dashboard are drillable in the office app and get
   their pointer from drilldown.css via [data-drill-url]. Belt and braces here in
   case that selector ever narrows. */
[data-drill-url] {
    cursor: pointer;
}

/* Recents pills are rendered server-side with a native title; the office app
   draws its own tooltip and suppresses the title. Keep the pill layout intact. */
.recents-strip.has-items .recents-pill {
    text-decoration: none;
}
