2017-01-18 06:52:57 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor ContentEditable MediaWiki MWTableNode styles.
|
|
|
|
*
|
2019-01-01 13:24:23 +00:00
|
|
|
* @copyright 2011-2019 VisualEditor Team and others; see AUTHORS.txt
|
2017-01-18 06:52:57 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Override tablesorter's cursor: pointer */
|
2019-01-13 00:21:33 +00:00
|
|
|
/* stylelint-disable-next-line selector-class-pattern */
|
2017-01-18 06:52:57 +00:00
|
|
|
.ve-ce-mwTableNode.jquery-tablesorter th.ve-ce-tableCellNode-header.headerSort {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2019-01-13 00:21:33 +00:00
|
|
|
/* stylelint-disable-next-line selector-class-pattern */
|
2017-01-18 06:52:57 +00:00
|
|
|
.ve-ce-mwTableNode.jquery-tablesorter th.ve-ce-tableCellNode-header.ve-ce-tableCellNode-editing.headerSort {
|
|
|
|
cursor: text;
|
|
|
|
}
|