
/* v136.10 — triangle Alertes sans effet cellule */
#alert-open,
.v110-header-actions #alert-open,
button#alert-open.v110-icon-button {
  width: auto !important;
  min-width: 32px !important;
  height: 40px !important;
  padding: 4px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

#alert-open::before,
#alert-open::after {
  content: none !important;
  display: none !important;
}

#alert-open:active,
#alert-open:hover,
#alert-open:focus,
#alert-open:focus-visible {
  background: transparent !important;
  box-shadow: none !important;
}

#alert-open svg {
  display: block !important;
  width: 23px !important;
  height: 23px !important;
}
