Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6dc344ed authored by Akhil's avatar Akhil 🙂
Browse files

Fix for remove avatar button in settings app

parent 5c287aa4
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1012,7 +1012,8 @@ button .icon-download,

#deleteaccount:not([disabled]) .icon-delete,
button .icon-delete,
.button .icon-delete {
.button .icon-delete,
#removeavatar.icon-delete {
  background-image: var(--icon-delete-fff);
}

@@ -1124,7 +1125,8 @@ button.action-button .icon-delete {
.menu-option:hover .icon-delete,
button.action-button:hover .icon-delete,
button.menuitem:hover .icon-delete,
.app-navigation-entry-menu button:hover .icon-delete {
.app-navigation-entry-menu button:hover .icon-delete,
#removeavatar.icon-delete:hover {
  background-image: var(--icon-delete-e9322d);
}