enhance death roll dialog style (#440)

This commit is contained in:
Murilo Brito 2025-07-28 09:12:42 -03:00 committed by GitHub
parent 6d7401c874
commit 0a944eb3d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;