Mglaser has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/360841 )

Change subject: BSSkin: Inline-block for navigation before items
......................................................................

BSSkin: Inline-block for navigation before items

* this makes the icons in the left navigation uneffected by various
text-decorations, that are set for the following anchor element

Change-Id: Iedc19f4a8f6fc1abc8a3876b9b0f026bc23dc132
(cherry picked from commit 5adaa82f42ddd4fe6cb697288cd92cecdb34fc2a)
---
M resources/components/skin.icons.less
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/BlueSpiceSkin 
refs/changes/41/360841/1

diff --git a/resources/components/skin.icons.less 
b/resources/components/skin.icons.less
index 79ca4ed..52ce0c3 100644
--- a/resources/components/skin.icons.less
+++ b/resources/components/skin.icons.less
@@ -39,7 +39,7 @@
                .icon24::before {
                        font-family: 'entypo';
                        content: '\ea26';
-                       display: block;
+                       display: inline-block;
                        text-align: center;
                        font-size: 130%;
                }
@@ -63,6 +63,9 @@
                }
 
                li > a .icon24.custom-icon,
+               li > a:before {
+                       display: inline-block;
+               }
                li > a:hover .icon24.custom-icon{
                        background-position: 0 0;
                }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iedc19f4a8f6fc1abc8a3876b9b0f026bc23dc132
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/BlueSpiceSkin
Gerrit-Branch: REL1_27
Gerrit-Owner: Mglaser <gla...@hallowelt.biz>
Gerrit-Reviewer: Dvogel hallowelt <daniel.vo...@hallowelt.com>

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

Reply via email to