summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/Properties/Properties.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/css/Properties/Properties.scss b/css/Properties/Properties.scss
index 161b2399..5a9aca79 100644
--- a/css/Properties/Properties.scss
+++ b/css/Properties/Properties.scss
@@ -171,9 +171,11 @@ $property-ext-padding-right: 8px;
}
// Show ext and delete buttons on full row hover
- &:hover &__ext,
- &:hover .action-item.icon-delete {
- opacity: .5;
+ &:hover {
+ .property__ext,
+ .action-item {
+ opacity: .5;
+ }
}
// External link (tel, mailto, http, ftp...)