V14 update with various fixes

* Fixing so that chat messages now show list icon
* Fixed deprecation message from chat
* Adding our custom drop down icons to search compendium filter
* Fixing error when creating actors
This commit is contained in:
Litasa
2026-04-12 11:00:49 +00:00
parent 48a751b508
commit b14006a826
7 changed files with 17 additions and 22 deletions

View File

@@ -65,7 +65,8 @@ $l5r5e-custom-icons: (
$selectors: (
"#sidebar-tabs button.l5r5e",
"#sidebar-content .create-button.l5r5e",
"#sidebar-content i.l5r5e"
"#sidebar-content i.l5r5e",
"#context-menu i.l5r5e"
);
@each $selector in $selectors {
@@ -90,8 +91,8 @@ $selectors: (
&.#{$name}::before {
content: "";
position: absolute;
width: 95%;
height: 95%;
width: 85%;
height: 85%;
background-color: currentColor;
mask: url($url) no-repeat center / contain;
-webkit-mask: url($url) no-repeat center / contain;

View File

@@ -111,14 +111,6 @@ button {
}
}
.chat-message {
ul, li {
list-style: none;
margin: unset;
padding: unset;
}
}
#logo {
content: url("../assets/l5r-logo.webp");
height: 80px;