enhance death roll dialog style

This commit is contained in:
moliloo 2025-07-27 23:23:07 -03:00
parent 6d7401c874
commit dc1a46eb9f
11 changed files with 120 additions and 19 deletions

View file

@ -1,4 +1,5 @@
@import '../../utils/fonts.less';
@import '../../utils/colors.less';
.application.daggerheart.dh-style {
.actions-list,
@ -36,7 +37,8 @@
.action-item {
&:hover {
background-color: rgba(255, 255, 255, 0.05);
background-color: light-dark(@soft-shadow, @soft-white-shadow);
cursor: pointer;
}
padding: 5px;
border-radius: 5px;
@ -47,7 +49,6 @@
align-items: center;
gap: 10px;
font-family: @font-body;
cursor: pointer;
flex: 1;
i {
text-align: center;