Skip to content

Commit

Permalink
Merge pull request #73 from Vesselchuck/main
Browse files Browse the repository at this point in the history
Small fix for expended spells
  • Loading branch information
Dorako authored Jul 30, 2022
2 parents 207a0cb + 7d0e9c2 commit 6425d4e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions styles/pc-sheet-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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);
}

0 comments on commit 6425d4e

Please sign in to comment.