feat(board): allow to set icon color of widgets (#2228)
Co-authored-by: Andre Silva <asilva01@acuitysso.com>
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
transition: scale 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.appIcon:hover {
|
||||
.appWithUrl:hover > .appIcon {
|
||||
scale: 0.9;
|
||||
}
|
||||
|
||||
.appWithUrl:hover > div.appIcon {
|
||||
background-color: var(--mantine-color-iconColor-filled-hover);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user