Working on Compatibility for FVTT v10

Fix css for icons
This commit is contained in:
Vlyan
2022-07-22 09:34:06 +02:00
parent eebd26d32a
commit f848e6c234
2 changed files with 8 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -59,7 +59,13 @@ button {
background-position: center; background-position: center;
background-size: 100%; background-size: 100%;
border-radius: 100%; border-radius: 100%;
// v10 FA6+ color need to be set
&.fa-swords,
&.fa-user,
&.fa-cards {
color: black; color: black;
}
&.fa-comments { &.fa-comments {
background-image: url("../assets/ui/sidebar/chat.svg"); background-image: url("../assets/ui/sidebar/chat.svg");