ce.MWTransclusionNode: increase invisible selector specificity

5f6664e2 in VE core changed the specificity for some of the rules this
expected to override.

Bug: T189267
Change-Id: I510e151cc431c321d1d45fde9030d56f059d84ab
This commit is contained in:
David Lynch 2018-03-08 19:27:52 -06:00
parent fc0467a26d
commit b6c6d10d1e

View file

@ -5,7 +5,7 @@
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ce-mwTransclusionNode > .ve-ce-focusableNode-invisibleIcon.oo-ui-iconWidget.oo-ui-iconElement {
.ve-ce-mwTransclusionNode > .ve-ce-focusableNode-invisibleIcon.oo-ui-iconElement {
font-size: 0.914286em;
width: auto;
}