Fix: Add missing CSS for RPG Attributes and Relationship Status delete buttons
This commit is contained in:
@@ -5024,7 +5024,9 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
.rpg-stat-remove {
|
||||
.rpg-stat-remove,
|
||||
.rpg-attr-remove,
|
||||
.rpg-remove-relationship {
|
||||
flex-shrink: 0;
|
||||
padding: 0.375em 0.625em;
|
||||
background: var(--rpg-highlight);
|
||||
@@ -5035,7 +5037,9 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
|
||||
transition: opacity 0.2s;
|
||||
}
|
||||
|
||||
.rpg-stat-remove:hover {
|
||||
.rpg-stat-remove:hover,
|
||||
.rpg-attr-remove:hover,
|
||||
.rpg-remove-relationship:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user