/**
 * App overrides loaded after saga-blue/theme.css (see index.html).
 * Keep tab-specific visual tweaks here rather than editing the full theme bundle.
 */

/* TabView: no inset focus ring after click */
.p-tabview .p-tabview-nav li .p-tabview-nav-link,
.p-tabview .p-tabview-nav li .p-tabview-header-action {
  box-shadow: none !important;
}

.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus,
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible,
.p-tabview .p-tabview-nav li .p-tabview-header-action:not(.p-disabled):focus,
.p-tabview .p-tabview-nav li .p-tabview-header-action:not(.p-disabled):focus-visible,
.p-tabview .p-tabview-nav-btn.p-link:focus,
.p-tabview .p-tabview-nav-btn.p-link:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* SelectButton used as settings tab bar */
.p-selectbutton .p-button:focus,
.p-selectbutton .p-button:focus-visible,
.p-selectbutton .p-button.p-highlight:focus,
.p-selectbutton .p-button.p-highlight:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
