From 98371eb2acf0ce2501ccbe91580e9f252b264b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 25 Oct 2018 08:45:35 +0200 Subject: Design and readOnly fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- css/ContactDetails.scss | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'css') diff --git a/css/ContactDetails.scss b/css/ContactDetails.scss index 07948d3b..a141c52a 100644 --- a/css/ContactDetails.scss +++ b/css/ContactDetails.scss @@ -77,13 +77,16 @@ width: 16px; height: 16px; } - } - [class^='icon-'], - [class*=' icon-'] { - height: 44px; - width: 44px; - padding: 14px; - cursor: pointer; + + &[class^='icon-'], + &[class*=' icon-'], + > [class^='icon-'], + > [class*=' icon-'] { + height: 44px; + width: 44px; + padding: 14px; + cursor: pointer; + } } } } -- cgit v1.2.3