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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user