summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-09-04 16:20:19 +0200
committerGitHub <noreply@github.com>2018-09-04 16:20:19 +0200
commit96acf13fd10a239bfa9d0c7a281b240ea58f0a78 (patch)
tree422c5dc7a285101f054c7bdf94d7c5cc47cf70dc /css
parent3fa44ad6f725cfe5be77eb6e88d3c4c299f7141a (diff)
parentae341afe9701e870569b28cf147caa260289413b (diff)
Merge pull request #612 from nextcloud/delete-props
Delete property
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 {