mediawiki.ui: Clean up comments in forms.less
authorBartosz Dziewoński <matma.rex@gmail.com>
Sat, 8 Nov 2014 14:47:43 +0000 (15:47 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sat, 8 Nov 2014 14:47:43 +0000 (15:47 +0100)
Change-Id: I784099a8a0a2daa1adce4dccdbbce39a28b99ac7

resources/src/mediawiki.ui/components/forms.less

index 592a309..499b91a 100644 (file)
 // You generally don't need to use this class if <label> is within an Agora
 // form container such as mw-ui-vform
 .mw-ui-label {
 // You generally don't need to use this class if <label> is within an Agora
 // form container such as mw-ui-vform
 .mw-ui-label {
-       .agora-label-styling(); // mixins/forms.less
+       .agora-label-styling();
 }
 
 // Nesting an input  inside a label with this class
 // improves alignment, e.g.
 }
 
 // Nesting an input  inside a label with this class
 // improves alignment, e.g.
-//     <label class="mw-ui-radio-label">
-//             <input type="radio">The label text
-//     </label>
+//
+// <label class="mw-ui-radio-label">
+//   <input type="radio">The label text
+// </label>
 .mw-ui-radio-label {
        .agora-inline-label-styling();
 }
 .mw-ui-radio-label {
        .agora-inline-label-styling();
 }