Update the styling of the actor sheet

This commit is contained in:
Oliver 2026-04-29 00:15:52 -06:00
parent 1cb9adfe33
commit f64dbcd42f
7 changed files with 137 additions and 25 deletions

View file

@ -1,4 +1,19 @@
.taf > .window-content button {
&.inline {
color: inherit;
min-height: unset;
height: auto;
padding: 0;
background: none;
border: none;
outline: none;
text-decoration: underline;
&:hover {
background: none;
}
}
&:disabled {
cursor: not-allowed;
}