Skip to content

Commit

Permalink
Fix missing delete icon
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Feb 15, 2021
1 parent 80512e5 commit cfa27a4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions css/icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,20 @@
background-image: url(icon-color-path('video-off', 'actions', 'fff', 1, true));
}

// Patch material design icons' span wrong height
.material-design-icon {
display: contents;
}
}

.popover.vue-popover-theme.open {
.icon-delete-critical {
@include icon-color('delete', 'actions', $color-error, 1, true);
&:hover,
&:focus {
filter: initial;
}
}

// Patch material design icons' span wrong height
.material-design-icon {
display: contents;
}
}

// The atwho panel is a direct child of the body, so it is not affected by
Expand Down

0 comments on commit cfa27a4

Please sign in to comment.