From b5507cd0e96f6004d7bf0262971fc4d16e9c89ea Mon Sep 17 00:00:00 2001 From: Martin Belev Date: Thu, 20 Apr 2017 20:02:50 +0300 Subject: [PATCH] fix(checkbox): fix pull request comments * remove redundant css class * add JSDoc to hasLabel and change it from getter to function --- src/lib/checkbox/checkbox.html | 2 +- src/lib/checkbox/checkbox.scss | 17 +++++------------ src/lib/checkbox/checkbox.ts | 7 ++++--- 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/src/lib/checkbox/checkbox.html b/src/lib/checkbox/checkbox.html index 48f144370829..277a9cb69185 100644 --- a/src/lib/checkbox/checkbox.html +++ b/src/lib/checkbox/checkbox.html @@ -1,6 +1,6 @@