summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2020-04-23 00:45:07 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2020-06-07 01:01:40 +0200
commitb921ebb69518da6ac56afbea3c187daa70fa3a80 (patch)
tree6b741d9393c28e63ed80d7eefff2871a121ce4da /css
parent33f46555cbe8f7458ed7b212827e3a9445486b3c (diff)
Fix action icons so they show on full row hover
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
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...)