summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-02-15 16:16:40 +0100
committerJoas Schilling <coding@schilljs.com>2021-02-15 16:16:40 +0100
commitcfa27a49bda02be8aceb116c7fdde0510103d551 (patch)
tree8d11736390c24359d6db486857e32f6a25d8bfb8 /css
parent80512e5b6467cfaa001b80521614fd3056dbfe32 (diff)
Fix missing delete icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/css/icons.scss b/css/icons.scss
index 154b7c03f..e5c9b9dbb 100644
--- a/css/icons.scss
+++ b/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