mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
[Community PR] Use 2d12 as hover icon for PCs and omit when feature has no uses (#1202)
* Use 2d12 as hover icon for player rolls * SVG test files added Try to manipulate the fills and stroke of the SVG files as needed. I have made hope and fear based vectors to easily identify between them. * Updated SVG path Fear path fixed * Use b&w duality and only show roll img if there are usable actions * Switch to SVG and change colors --------- Co-authored-by: Nikhil Nagarajan <potter.nikhil@gmail.com>
This commit is contained in:
parent
86eeba0648
commit
b3a72d6b1d
4 changed files with 69 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
&:not(.single-img) {
|
||||
.inventory-item-header:hover {
|
||||
.img-portait {
|
||||
.img-portait:has(.roll-img) {
|
||||
.roll-img {
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
@ -96,7 +96,9 @@
|
|||
}
|
||||
|
||||
.roll-img {
|
||||
object-fit: contain;
|
||||
opacity: 0;
|
||||
padding: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue