Merge branch 'main' into feat/responsive-dashboard-layout
This commit is contained in:
@@ -5289,6 +5289,9 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
|
|||||||
|
|
||||||
.rpg-stat-remove,
|
.rpg-stat-remove,
|
||||||
.rpg-attr-remove {
|
.rpg-attr-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);
|
||||||
@@ -5299,7 +5302,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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user