icons: automatically show delete hover instead of using explicit class
This commit is contained in:
parent
577e47e207
commit
58bc6aee51
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@
|
|||
.icon-delete {
|
||||
background-image: url('../img/actions/delete.svg');
|
||||
}
|
||||
.icon-delete-hover {
|
||||
.icon-delete:hover,
|
||||
.icon-delete:focus {
|
||||
background-image: url('../img/actions/delete-hover.svg');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue