Skip to content

Commit

Permalink
fix combat tracker bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorako committed Aug 14, 2022
1 parent 4d5cade commit 1317b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/app-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
box-shadow: none;
}

.directory .directory-list .directory-item img {
.directory .directory-list .directory-item:not(.combatant) img {
box-shadow: var(--gold-and-glow), 0px 2px 10px rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 5px;
Expand Down

0 comments on commit 1317b77

Please sign in to comment.