Fix icons inside form labels (reset background-clip)

This commit is contained in:
Aaron D. Lee
2026-01-07 19:43:20 -05:00
parent ab450955fe
commit 8a64db9fcc

View File

@@ -137,6 +137,13 @@
50% { filter: brightness(1.15); } 50% { filter: brightness(1.15); }
} }
.card .form-label i {
-webkit-background-clip: unset;
background-clip: unset;
background: none;
color: #ffe699;
}
/* ---------------------------------------------------------------------------- /* ----------------------------------------------------------------------------
Security Factor Boxes - Matches drop-zone dashed border style Security Factor Boxes - Matches drop-zone dashed border style
---------------------------------------------------------------------------- */ ---------------------------------------------------------------------------- */