Mooeypoo has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/260769

Change subject: Add space between notification item buttons
......................................................................

Add space between notification item buttons

Bug: T121955
Change-Id: Ica5123193ee6fc5252e27cdf3214072c6b9c3624
---
M modules/ooui/styles/mw.echo.ui.NotificationItemWidget.less
1 file changed, 13 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/69/260769/1

diff --git a/modules/ooui/styles/mw.echo.ui.NotificationItemWidget.less 
b/modules/ooui/styles/mw.echo.ui.NotificationItemWidget.less
index 753f07a..7325428 100644
--- a/modules/ooui/styles/mw.echo.ui.NotificationItemWidget.less
+++ b/modules/ooui/styles/mw.echo.ui.NotificationItemWidget.less
@@ -62,14 +62,20 @@
                                display: inline;
                        }
 
-                       &-button .oo-ui-buttonElement-button {
-                               .mw-echo-ui-mixin-hover-opacity;
+                       &-button {
+                               &:not(:last-child) {
+                                       margin-right: 0.5em;
+                               }
 
-                               .oo-ui-labelElement-label {
-                                       // We have to override oojs-ui's color, 
which uses
-                                       // a very specific selector
-                                       font-weight: normal !important;
-                                       color: #000 !important;
+                               .oo-ui-buttonElement-button {
+                                       .mw-echo-ui-mixin-hover-opacity;
+
+                                       .oo-ui-labelElement-label {
+                                               // We have to override 
oojs-ui's color, which uses
+                                               // a very specific selector
+                                               font-weight: normal !important;
+                                               color: #000 !important;
+                                       }
                                }
                        }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ica5123193ee6fc5252e27cdf3214072c6b9c3624
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <[email protected]>

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

Reply via email to