Browse Source
Fix missing delete icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/5178/head
Joas Schilling
5 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
7 additions and
5 deletions
-
css/icons.scss
|
|
@ -94,6 +94,13 @@ |
|
|
|
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, |
|
|
@ -101,11 +108,6 @@ |
|
|
|
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 |
|
|
|