summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-31 09:35:44 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-31 09:35:44 +0200
commitae341afe9701e870569b28cf147caa260289413b (patch)
tree1fcd6977c6d2816d2367eb36a133472becbe867c /css
parent06f4956f5e6f850ac77e20e4bbda4c77858cbadf (diff)
Delete property
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/Properties/Properties.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/Properties/Properties.scss b/css/Properties/Properties.scss
index d7f76afa..bf444758 100644
--- a/css/Properties/Properties.scss
+++ b/css/Properties/Properties.scss
@@ -32,8 +32,8 @@
margin-bottom: $grid-height-unit;
}
// no delete icon on addressbook selector
- &--addressbooks .icon-delete {
- display: none;
+ &--addressbooks &__delete {
+ display: none !important;
}
&__delete {