Nikerabbit has uploaded a new change for review.
https://gerrit.wikimedia.org/r/290892
Change subject: Fix the border of font selectors
......................................................................
Fix the border of font selectors
The top border was shorter than the others, fixed by using CSS
applied to the first element instead of the parent.
Bug: T136273
Change-Id: Ic894ef99ef2c88a23d6db65b68327fd903473038
---
M resources/css/ext.uls.displaysettings.less
1 file changed, 3 insertions(+), 0 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UniversalLanguageSelector
refs/changes/92/290892/1
diff --git a/resources/css/ext.uls.displaysettings.less
b/resources/css/ext.uls.displaysettings.less
index d488f3e..03203cf 100644
--- a/resources/css/ext.uls.displaysettings.less
+++ b/resources/css/ext.uls.displaysettings.less
@@ -31,6 +31,9 @@
.uls-display-settings-font-selectors {
margin: 5px 0 15px 0;
+}
+
+.uls-font-item:first-child {
border-top: 1px solid #eee;
}
--
To view, visit https://gerrit.wikimedia.org/r/290892
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic894ef99ef2c88a23d6db65b68327fd903473038
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits