jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/356812 )

Change subject: Apex theme: Align remaining values to coding convention
......................................................................


Apex theme: Align remaining values to coding convention

Foremost whitespace alignments and one hex color code case change.

Change-Id: Ia685229a6a8e2fc4a4de3128a05f851a8f1440ce
---
M src/themes/apex/tools.less
M src/themes/apex/widgets.less
M src/themes/apex/windows.less
3 files changed, 14 insertions(+), 14 deletions(-)

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



diff --git a/src/themes/apex/tools.less b/src/themes/apex/tools.less
index a8fdc5f..e2e877d 100644
--- a/src/themes/apex/tools.less
+++ b/src/themes/apex/tools.less
@@ -2,7 +2,7 @@
 
 .theme-oo-ui-toolbar () {
        &-bar {
-               .oo-ui-vertical-gradient(#fff, #F1F7FB);
+               .oo-ui-vertical-gradient( #fff, #f1f7fb );
 
                .oo-ui-toolbar-position-top > & {
                        border-bottom: 1px solid #ccc;
diff --git a/src/themes/apex/widgets.less b/src/themes/apex/widgets.less
index a5f04ab..98c0908 100644
--- a/src/themes/apex/widgets.less
+++ b/src/themes/apex/widgets.less
@@ -4,12 +4,12 @@
 
 .theme-oo-ui-actionWidget () {
        &.oo-ui-pendingElement-pending {
-               
.oo-ui-background-image('@{oo-ui-default-image-path}/textures/pending.gif');
+               .oo-ui-background-image( 
'@{oo-ui-default-image-path}/textures/pending.gif' );
        }
 }
 
 .theme-oo-ui-buttonWidget () {
-       .oo-ui-inline-spacing(0.5em);
+       .oo-ui-inline-spacing( 0.5em );
 }
 
 .theme-oo-ui-buttonGroupWidget () {
@@ -17,13 +17,13 @@
        white-space: nowrap;
        border-radius: @border-radius-button;
 
-       .oo-ui-inline-spacing(0.5em);
+       .oo-ui-inline-spacing( 0.5em );
        // Create a stacking context, so that we can use `z-index` below 
without leaking out
        z-index: 0;
        position: relative;
 
        .oo-ui-buttonElement {
-               .oo-ui-inline-spacing(0);
+               .oo-ui-inline-spacing( 0 );
        }
 
        .oo-ui-buttonElement-framed {
@@ -90,7 +90,7 @@
 
 .theme-oo-ui-buttonSelectWidget () {
        border-radius: @border-radius-button;
-       .oo-ui-inline-spacing(0.5em);
+       .oo-ui-inline-spacing( 0.5em );
        // Create a stacking context, so that we can use `z-index` below 
without leaking out
        z-index: 0;
        position: relative;
@@ -171,13 +171,13 @@
 .theme-oo-ui-capsuleItemWidget () {
        width: auto;
        max-width: 100%;
-       .oo-ui-box-sizing(border-box);
+       .oo-ui-box-sizing( border-box );
        vertical-align: middle;
        padding: 0 0.4em;
        margin: 0.1em;
        height: 1.7em;
        line-height: 1.7em;
-       .oo-ui-vertical-gradient(#fff, #ddd);
+       .oo-ui-vertical-gradient( #fff, #ddd );
        border: 1px solid #ccc;
        color: @color-base;
        border-radius: @border-radius-base;
@@ -233,7 +233,7 @@
                border: 1px solid rgba( 0, 0, 0, 0.1 );
                border-radius: @border-radius-base;
 
-               .oo-ui-box-sizing(border-box);
+               .oo-ui-box-sizing( border-box );
 
                > .oo-ui-capsuleMultiselectWidget-content {
                        > input {
@@ -484,7 +484,7 @@
 }
 
 .theme-oo-ui-inputWidget () {
-       .oo-ui-inline-spacing(0.5em);
+       .oo-ui-inline-spacing( 0.5em );
 }
 
 .theme-oo-ui-labelWidget () {
@@ -1101,7 +1101,7 @@
        margin: 0.1em;
        height: 1.7em;
        line-height: 1.7em;
-       .oo-ui-vertical-gradient(#fff, #ddd);
+       .oo-ui-vertical-gradient( #fff, #ddd );
        border: 1px solid #ccc;
        color: @color-base;
        border-radius: @border-radius-base;
@@ -1151,13 +1151,13 @@
                cursor: text;
                min-height: 2.4em;
 
-               .oo-ui-inline-spacing(0.5em);
+               .oo-ui-inline-spacing( 0.5em );
 
                padding: 0.15em 0.25em;
                border: 1px solid rgba( 0, 0, 0, 0.1 );
                border-radius: @border-radius-base;
 
-               .oo-ui-box-sizing(border-box);
+               .oo-ui-box-sizing( border-box );
 
                > .oo-ui-tagMultiselectWidget-content {
                        > input {
diff --git a/src/themes/apex/windows.less b/src/themes/apex/windows.less
index 0465010..0e003b2 100644
--- a/src/themes/apex/windows.less
+++ b/src/themes/apex/windows.less
@@ -66,7 +66,7 @@
 
                .oo-ui-actionWidget {
                        min-height: 3.4em;
-                       .oo-ui-inline-spacing(0);
+                       .oo-ui-inline-spacing( 0 );
 
                        &:hover {
                                background-color: rgba( 0, 0, 0, 0.05 );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia685229a6a8e2fc4a4de3128a05f851a8f1440ce
Gerrit-PatchSet: 2
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: VolkerE <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Prtksxna <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to