https://bugzilla.wikimedia.org/show_bug.cgi?id=72405
James Forrester <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|VE-deploy-nextup |--- --- Comment #2 from James Forrester <[email protected]> --- (In reply to Alex Monk from comment #1) > Looks like this is caused by MobileFrontend's > less/modules/editor/VisualEditorOverlay.less file - specifically this part: > .oo-ui-tool-title { > color: @grayDark; > font-size: .9em; > } > Which is taking precedence over the styles for the oo-ui-widget-disabled > stuff. > > What if we changed it to this? > .oo-ui-widget-enabled > .oo-ui-tool-title { > color: @grayDark; > } > .oo-ui-tool-title { > font-size: .9em; > } Eurgh. Another reminder that we need to kill VisualEditorOverlay.less. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
