From 7d0e9c295d4a3ee609a41548a5312cfcf4c2c0d6 Mon Sep 17 00:00:00 2001 From: Vesselchuck <70449411+Vesselchuck@users.noreply.github.com> Date: Thu, 28 Jul 2022 22:29:15 +0300 Subject: [PATCH] Small fix for expended spells --- styles/pc-sheet-dark.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/styles/pc-sheet-dark.css b/styles/pc-sheet-dark.css index 38baccf..048b9f2 100644 --- a/styles/pc-sheet-dark.css +++ b/styles/pc-sheet-dark.css @@ -452,13 +452,6 @@ a.inline-roll, padding-bottom: 4px; } -/* .actor.sheet.character .crb-style .sheet-body .sheet-content ol.spell-list li .item-name .item-image, -.spellcasting-entry.sheet ol.spell-list>li .item-name .item-image { - height: 1.75rem; - margin: 2px -1px; - width: 1.75rem; -} */ - .actor.sheet.character .crb-style .sheet-body .sheet-content .tab.actions.actions-pane.active .actions-container .actions-tabs-wrapper .actions-panel .actions-list.item-list.directory-list.skill-action-list .item.action.expandable.ready .item-name .actions-title .button-group.tags .skill-action.tag.variant-strike { border: 1px solid rgba(255, 255, 255, 0.5) !important; } @@ -666,4 +659,9 @@ a.inline-roll, .actor.sheet.character .crb-style .sheet-body .sheet-content .tab.actions select[name=ammo-used]:hover { background-color: var(--alt-bright); +} + +.actor.sheet .crb-style .sheet-body .sheet-content ol.spell-list>li[data-expended-state=true] .cast-spell, +.actor.sheet.character .crb-style .sheet-body .sheet-content ol.spell-list li[data-expended-state=true] button.cast-spell:hover { + background: var(--color-text-dark-4); } \ No newline at end of file