Fix black embedded links displays on Tooltips.
This commit is contained in:
@@ -8,6 +8,7 @@ Date format : day/month/year
|
|||||||
|
|
||||||
## 1.13.5 - ??/03/2026 - ???
|
## 1.13.5 - ??/03/2026 - ???
|
||||||
- Fix List without bullet on item sheets.
|
- Fix List without bullet on item sheets.
|
||||||
|
- Fix black embedded links displays on Tooltips.
|
||||||
|
|
||||||
## 1.13.4 - 01/03/2026 - UI Polish, Compendium Upgrades
|
## 1.13.4 - 01/03/2026 - UI Polish, Compendium Upgrades
|
||||||
Welcoming Litasa as a maintainer for the system!
|
Welcoming Litasa as a maintainer for the system!
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -411,18 +411,25 @@ button {
|
|||||||
top: -1px;
|
top: -1px;
|
||||||
left: -1px;
|
left: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.goodvalue {
|
.goodvalue {
|
||||||
color: #4e8c69;
|
color: #4e8c69;
|
||||||
}
|
}
|
||||||
|
|
||||||
.badvalue {
|
.badvalue {
|
||||||
color: #ab2a00;
|
color: #ab2a00;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reference {
|
.reference {
|
||||||
display: flex;
|
display: flex;
|
||||||
.page {
|
.page {
|
||||||
margin-left: 1ch
|
margin-left: 1ch
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-link {
|
||||||
|
background: initial;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user