Amelioration des talents et quelques corrections
This commit is contained in:
+50
-2
@@ -1316,6 +1316,56 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ── Talent Used Toggle ──────────────────────────────────────────
|
||||
.talent-used-toggle {
|
||||
flex: 0 0 auto;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
cursor: pointer;
|
||||
border-radius: 3px;
|
||||
transition: all 0.15s;
|
||||
text-decoration: none;
|
||||
margin-right: 0.25rem;
|
||||
|
||||
i {
|
||||
font-size: 0.95rem;
|
||||
color: #8a7a5a;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: rgba(139, 69, 19, 0.2);
|
||||
transform: scale(1.1);
|
||||
|
||||
i {
|
||||
color: #2a1a0a;
|
||||
}
|
||||
}
|
||||
|
||||
&.used i {
|
||||
color: #4a7c59;
|
||||
}
|
||||
|
||||
&.used:hover i {
|
||||
color: #2d5a3a;
|
||||
}
|
||||
}
|
||||
|
||||
// Talent row in used state — dimmed appearance
|
||||
.item-list li.item.talent-used {
|
||||
opacity: 0.6;
|
||||
|
||||
.item-name-img {
|
||||
filter: grayscale(60%);
|
||||
}
|
||||
|
||||
.talent-used-toggle.used i {
|
||||
color: #6aaa7a;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ==================== Creature Sheet Specific Styles ==================== */
|
||||
@@ -1429,8 +1479,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// GM Tools section - labels plus larges
|
||||
.gm-tools-section {
|
||||
.grid {
|
||||
|
||||
Reference in New Issue
Block a user