mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
16 lines
468 B
CSS
16 lines
468 B
CSS
|
/*!
|
||
|
* VisualEditor ContentEditable MediaWiki MWTableNode styles.
|
||
|
*
|
||
|
* @copyright 2011-2017 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;
|
||
|
}
|