Catrope has uploaded a new change for review.

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

Change subject: Followup 6ede2d8: fix popup font size
......................................................................

Followup 6ede2d8: fix popup font size

The theme invocation for popupTool was run in the wrong
context (popupWidget rather than popupTool), so the theme's
font size rules weren't being applied.

Change-Id: I8a0a134a027b6843aff7941be62e597f50da7885
---
M src/styles/tools/PopupTool.less
1 file changed, 6 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/26/156726/1

diff --git a/src/styles/tools/PopupTool.less b/src/styles/tools/PopupTool.less
index c17064f..df90302 100644
--- a/src/styles/tools/PopupTool.less
+++ b/src/styles/tools/PopupTool.less
@@ -1,9 +1,11 @@
 @import '../common';
 
-.oo-ui-popupTool .oo-ui-popupWidget {
-       &-popup,
-       &-anchor {
-               z-index: 4;
+.oo-ui-popupTool {
+       .oo-ui-popupWidget {
+               &-popup,
+               &-anchor {
+                       z-index: 4;
+               }
        }
 
        .theme-oo-ui-popupTool();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8a0a134a027b6843aff7941be62e597f50da7885
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>

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

Reply via email to