Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-01-24 12:26:05 +0300
committerJoas Schilling <coding@schilljs.com>2020-01-24 12:26:05 +0300
commite1a3e53ae61e389a772eb6a3f131836f6c74e26b (patch)
tree959c985a07fafe082ff6a9b5193d2879cb493d40 /css
parent804e3d00fa36618554f2f6975a29f2aa25395e1c (diff)
Require confirmation before deleting a conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/icons.scss b/css/icons.scss
index 34fccc082..b33b9620f 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -70,6 +70,14 @@
/* Show favorite icon in yellow instead of default black. */
@include icon-color('star-dark', 'actions', 'FC0', 1, true);
}
+
+ .icon-delete-critical {
+ @include icon-color('delete', 'actions', $color-error, 1, true);
+ &:hover,
+ &:focus {
+ filter: initial;
+ }
+ }
}
// The atwho panel is a direct child of the body, so it is not affected by