为hidden_hp添加box-shadow: none属性

This commit is contained in:
lieren2023 2024-03-16 14:00:13 +08:00 committed by GitHub
parent 6d6ca7cb7e
commit 6fa0fef2cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -2693,6 +2693,7 @@ div:not(.handcards)>.card>.info>span,
width: 12px;
height: 12px;
background-size: 100% 100%;
box-shadow: none;
}
.hp[data-condition="high"]>div:not(.lost):not(.shield) {
background: rgba(57, 123, 4,1);