Added new dialog settings to configure default skill list.

Added uuid compatibility for tooltips
This commit is contained in:
Vlyan
2023-01-13 15:38:15 +01:00
parent 0b3816587b
commit 1d42d2970d
13 changed files with 292 additions and 37 deletions

View File

@@ -927,6 +927,41 @@ button {
}
}
#l5r5e-settings-default-skills-dialog {
.item-header {
align-items: center;
.item-img {
flex: 0 0 32px;
padding-right: 0.25rem;
img {
border: 1px solid rgba(0, 0, 0, 0.1);
}
}
.item-name {
flex: 1;
font-size: 1rem;
line-height: 1rem;
color: $l5r5e-bold;
}
.item-source {
flex: 1;
}
.item-delete {
text-align: center;
line-height: 1rem;
font-size: 0.75rem;
flex: 0 0 1rem;
padding: 0 0.1rem;
color: $black-light;
}
}
}
.autocomplete-wrapper {
position: relative;
display: inline-block;