jenkins-bot has submitted this change and it was merged.

Change subject: betafeatures.css: Remove Sass compilation artifacts
......................................................................


betafeatures.css: Remove Sass compilation artifacts

The source files aren't even available anywhere, as far as I know,
and this file has been edited directly already.

Change-Id: I1993d0f1507f89f5a7e2ff4f0048d0f53775f1d5
---
M css/betafeatures.css
1 file changed, 5 insertions(+), 8 deletions(-)

Approvals:
  MarkTraceur: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/css/betafeatures.css b/css/betafeatures.css
index cf04ff0..07f6459 100644
--- a/css/betafeatures.css
+++ b/css/betafeatures.css
@@ -24,7 +24,7 @@
  */
 
 @charset "UTF-8";
-/* line 102, sourcefiles/scss/components/default/_forms.scss */
+
 .client-js .mw-ui-styled-checkbox-label {
        background-color: #fff;
        cursor: pointer;
@@ -40,14 +40,14 @@
        border-radius: 2px;
        margin-right: 18px;
 }
-/* line 103, sourcefiles/scss/components/default/_forms.scss */
+
 .client-js .mw-ui-styled-checkbox-label input[type=checkbox] {
        /* Hide visually, keep accessible */
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px,1px,1px,1px);
 }
-/* line 117, sourcefiles/scss/components/default/_forms.scss */
+
 .client-js .mw-ui-styled-checkbox-label.mw-ui-checked {
        /* SVG support using a transparent gradient to guarantee cross-browser
         * compatibility (browsers able to understand gradient syntax support 
also SVG).
@@ -59,22 +59,20 @@
        background-image: linear-gradient(transparent, transparent), 
url(../img/form-icon/checked.svg);
        background-repeat: no-repeat;
 }
-/* line 121, sourcefiles/scss/components/default/_forms.scss */
+
 .client-js .mw-ui-styled-checkbox-label.mw-ui-disabled {
        background-color: lightgrey;
 }
-/* line 126, sourcefiles/scss/components/default/_forms.scss */
+
 .client-js .mw-ui-checkbox-label {
        padding-top: 5px;
 }
 
-/* line 132, sourcefiles/scss/components/default/_forms.scss */
 table.mw-htmlform-container {
        border-collapse: separate;
        border-spacing: 0 4px;
 }
 
-/* line 137, sourcefiles/scss/components/default/_forms.scss */
 .mw-htmlform-field-HTMLFeatureField .mw-input {
        padding-top: 10px;
 }
@@ -161,7 +159,6 @@
        background-image: url(../img/form-icon/feature-information.png);
 }
 
-/* line 219, sourcefiles/scss/components/default/_forms.scss */
 .mw-ui-feature-screenshot {
        margin: 1em 0 0 0;
        max-height: 150px;

-- 
To view, visit https://gerrit.wikimedia.org/r/119535
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1993d0f1507f89f5a7e2ff4f0048d0f53775f1d5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BetaFeatures
Gerrit-Branch: master
Gerrit-Owner: Bartosz DziewoƄski <[email protected]>
Gerrit-Reviewer: MarkTraceur <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to