Close button icon hover styles

This commit is contained in:
2022-08-19 22:35:00 -04:00
parent cb0c7922b7
commit d76751f495
3 changed files with 3 additions and 5 deletions

View File

@@ -36,8 +36,8 @@
cursor: pointer;
}
.plugin-remove:hover {
color: crimson;
.plugin-remove:hover img {
filter: invert(40%);
}
.loading {

View File

@@ -48,7 +48,7 @@
}
.close:hover {
color: #888888;
filter: invert(40%);
}
.hide {