Minor tweaks to tooltip card styling (#2069)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run

This commit is contained in:
Carlos Fernandez 2026-07-08 10:46:28 -04:00 committed by GitHub
parent b03772b633
commit 6cd19ada8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 129 additions and 129 deletions

View file

@ -4,6 +4,7 @@
#tooltip:has(div.daggerheart.dh-style.tooltip.card-style),
aside[role='tooltip']:has(div.daggerheart.dh-style.tooltip.card-style) {
padding: 0;
padding-bottom: 8px;
border: none;
border-radius: 10px;
height: max-content;
@ -134,7 +135,6 @@ aside[role='tooltip']:has(div.daggerheart.dh-style.tooltip.card-style) {
background: light-dark(@dark-blue-60, @rustic-brown-80);
color: @color-text-emphatic;
font-size: 12px;
margin-bottom: 10px;
}
}