fix: remove black blob pseudo-element, revert sm icon to 22px

This commit is contained in:
Jeremy Brandenburger
2026-03-31 18:45:29 +02:00
parent 765d857cdc
commit 6ac0376539
2 changed files with 11 additions and 14 deletions
+3 -14
View File
@@ -1670,17 +1670,6 @@ select option { background: var(--bg-surface2); }
height: 130px;
}
/* Circular glowing backdrop behind the main icon */
.stratagem-icon-wrap::before {
content: '';
position: absolute;
width: 120px;
height: 120px;
border-radius: 50%;
background: radial-gradient(circle, rgba(255,210,0,0.10) 0%, rgba(255,210,0,0.03) 60%, transparent 80%);
border: 1px solid rgba(255,210,0,0.15);
pointer-events: none;
}
.stratagem-icon-lg {
width: 110px;
@@ -1715,13 +1704,13 @@ select option { background: var(--bg-surface2); }
}
.stratagem-icon-sm {
width: 26px;
height: 26px;
width: 22px;
height: 22px;
object-fit: contain;
filter: invert(1) sepia(1) saturate(3) hue-rotate(0deg) brightness(1.2);
opacity: 0.9;
vertical-align: middle;
margin-right: 6px;
margin-right: 5px;
}
/* Icon shake animation */