Fix: Add missing CSS for RPG Attributes and Relationship Status delete buttons

This commit is contained in:
Spicy_Marinara
2025-11-06 11:13:25 +01:00
parent 43bcd14311
commit ad4b4feee5
+6 -2
View File
@@ -5024,7 +5024,9 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
font-size: 0.95em; font-size: 0.95em;
} }
.rpg-stat-remove { .rpg-stat-remove,
.rpg-attr-remove,
.rpg-remove-relationship {
flex-shrink: 0; flex-shrink: 0;
padding: 0.375em 0.625em; padding: 0.375em 0.625em;
background: var(--rpg-highlight); background: var(--rpg-highlight);
@@ -5035,7 +5037,9 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
transition: opacity 0.2s; transition: opacity 0.2s;
} }
.rpg-stat-remove:hover { .rpg-stat-remove:hover,
.rpg-attr-remove:hover,
.rpg-remove-relationship:hover {
opacity: 0.8; opacity: 0.8;
} }