/* ==UserStyle==
@name Gmail Text Toolbar Icons
@description Adds emoji icons for toolbar buttons (for text version)
@author Rensatsu
@namespace https://ren-user-css.pages.dev/gmail-icons.user.css
@version 1.0.20251027190042
==/UserStyle== */
@-moz-document domain("mail.google.com") {
  .Bn::before {
    filter: grayscale(1);
    margin-right: 3px;
  }
  [aria-label="Archive"] .Bn::before {
    content: "📦";
  }
  [aria-label="Spam"] .Bn::before {
    content: "🪳";
  }
  [aria-label="Delete"] .Bn::before {
    content: "🗑️";
  }
}
