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

Change subject: Fixed LESS variable
......................................................................


Fixed LESS variable

There was an aplha channel referenced where it should not have been. This
caused LESS to crash awfully.

Change-Id: Id5e901712dc6f468f7248f9119dc3787a899f73c
(cherry picked from commit 712fb7887464b4ed2beea9955f7c935bc5f08e93)
---
M BlueSpiceSkin.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/BlueSpiceSkin.php b/BlueSpiceSkin.php
index 9d71af4..79f4642 100644
--- a/BlueSpiceSkin.php
+++ b/BlueSpiceSkin.php
@@ -101,7 +101,7 @@
        'bs-color-dark-blue' => 'rgb(62, 83, 137)',
        'bs-color-bright-blue-a' => 'rgba(205, 223, 242, 0.6)',
        'bs-color-middle-blue-a' => 'rgba(62, 83, 137, 0.44)',
-       'bs-color-middle-blue' => 'rgba(152, 167, 196)',
+       'bs-color-middle-blue' => 'rgb(152, 167, 196)',
        'bs-color-light-grey' => 'rgb(211, 211, 211)',
        'bs-color-dark-grey' => 'rgb(186, 186, 186)',
        'bs-color-darker-grey' => '#494949',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id5e901712dc6f468f7248f9119dc3787a899f73c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/BlueSpiceSkin
Gerrit-Branch: REL1_23
Gerrit-Owner: Tweichart <weich...@hallowelt.biz>
Gerrit-Reviewer: Robert Vogel <vo...@hallowelt.biz>
Gerrit-Reviewer: Tweichart <weich...@hallowelt.biz>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to