https://bugzilla.wikimedia.org/show_bug.cgi?id=72405

Alex Monk <kren...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kren...@wikimedia.org

--- Comment #1 from Alex Monk <kren...@wikimedia.org> ---
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;
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to