Bmansurov has uploaded a new change for review.

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

Change subject: Add border bottom to the last menu item
......................................................................

Add border bottom to the last menu item

Bug: T1160
Change-Id: If0f7506b6c3161bd0c2e5bd6e439015925df5702
---
M less/mainmenu.less
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/47/185847/1

diff --git a/less/mainmenu.less b/less/mainmenu.less
index bd22f15..a75486b 100644
--- a/less/mainmenu.less
+++ b/less/mainmenu.less
@@ -138,6 +138,9 @@
                                border-left: solid @menuBorder #3366BB;
                        }
                }
+               &:last-child {
+                       border-bottom: 1px solid @colorGray7;
+               }
 
                a {
                        color: white;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If0f7506b6c3161bd0c2e5bd6e439015925df5702
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Bmansurov <[email protected]>

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

Reply via email to