mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
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:
parent
fc0467a26d
commit
b6c6d10d1e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue