_notifications.scss 166 B

123456789
  1. @use 'sass:map';
  2. // Mute read notifications
  3. tr[data-read='True'] {
  4. td {
  5. background-color: var(--#{$prefix}bg-surface-secondary);
  6. color: $text-muted;
  7. }
  8. }