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

Change subject: Fix CrossWiki-/BundleGroup layout
......................................................................


Fix CrossWiki-/BundleGroup layout

Fixing CrossWiki-/BundleGroup layout after OOUI button height,
which is used as header in this case, has been increased.
Also removing `border-bottom`, `box-shadow` and
`border` of next item respectively notification footer are
sufficient and result in the groups being less crowded.

Bug: T177723
Change-Id: I18c0caea2438399d6f97e59c47177691cb43816d
---
M modules/styles/mw.echo.ui.CrossWikiNotificationItemWidget.less
1 file changed, 1 insertion(+), 2 deletions(-)

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



diff --git a/modules/styles/mw.echo.ui.CrossWikiNotificationItemWidget.less 
b/modules/styles/mw.echo.ui.CrossWikiNotificationItemWidget.less
index 473bcb2..e2faf7c 100644
--- a/modules/styles/mw.echo.ui.CrossWikiNotificationItemWidget.less
+++ b/modules/styles/mw.echo.ui.CrossWikiNotificationItemWidget.less
@@ -53,10 +53,9 @@
 
        &-group {
                cursor: default;
-               padding: @bundle-group-padding;
+               padding: 0.3em @bundle-group-padding @bundle-group-padding;
                background-color: #f8f9fa;
                .box-shadow( inset 0 -2px 0 0 rgba( 0, 0, 0, 0.05 ), inset 0 
2px 0 0 rgba( 0, 0, 0, 0.05 ); );
-               border-bottom: 1px solid #ddd;
                margin-bottom: 0.4em;
        }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I18c0caea2438399d6f97e59c47177691cb43816d
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: VolkerE <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Pginer <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to