From a61015d647389a854387204f635f9f85924bdf90 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 20 Nov 2017 14:10:04 +0100 Subject: [PATCH] Increase clickable area of actions to 44*44px Signed-off-by: Jan-Christoph Borchardt --- core/css/apps.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index ed102a9d8fa75..54f0c47688580 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -927,13 +927,15 @@ kbd { order: 4; width: 24px; height: 24px; - opacity: 0.3; + margin: -10px; + padding: 22px; + opacity: .3; &:hover, &:focus { - opacity: 0.7; + opacity: .7; } &[class^='icon-star'], &[class*=' icon-star'] { - opacity: 0.7; + opacity: .7; &:hover, &:focus { opacity: 1 ; } @@ -990,6 +992,8 @@ kbd { background-size: 16px; height: 20px; width: 20px; + margin: 0; + padding: 0; } .app-content-list-item-icon {