From 775a6f80eae2557d1dcff047cb67b07fa30a4395 Mon Sep 17 00:00:00 2001 From: Simon Busborg Date: Thu, 19 Nov 2015 11:47:49 +0100 Subject: [PATCH] Added comments to support the changes --- src/Umbraco.Web.UI.Client/src/less/main.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/main.less b/src/Umbraco.Web.UI.Client/src/less/main.less index c7411ac9a3..572afb8f30 100644 --- a/src/Umbraco.Web.UI.Client/src/less/main.less +++ b/src/Umbraco.Web.UI.Client/src/less/main.less @@ -544,7 +544,10 @@ height:1px; } -//TODO Needs to be moved out in other files +// Input label styles +// @Simon: not sure where to put this part yet +// --- TODO Needs to be divided into the right .less files + // Titles for input fields .input-label--title { font-weight: bold; @@ -564,6 +567,7 @@ height:1px; color: @black; } } + // Checked state of the input-label--small input:checked + .input-label--small { color: @blue;