/*! * VisualEditor ContentEditable MediaWiki MWTableNode styles. * * @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ /* Override tablesorter's cursor: pointer */ .ve-ce-mwTableNode.jquery-tablesorter th.ve-ce-tableCellNode-header.headerSort { cursor: default; } .ve-ce-mwTableNode.jquery-tablesorter th.ve-ce-tableCellNode-header.ve-ce-tableCellNode-editing.headerSort { cursor: text; }