mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
5461c56380
Change-Id: Ia41a08424f840d353eb7fc213815f7992da4a2ef
18 lines
582 B
CSS
18 lines
582 B
CSS
/*!
|
|
* VisualEditor ContentEditable MediaWiki MWTableNode styles.
|
|
*
|
|
* @copyright 2011-2019 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/* Override tablesorter's cursor: pointer */
|
|
/* stylelint-disable-next-line selector-class-pattern */
|
|
.ve-ce-mwTableNode.jquery-tablesorter th.ve-ce-tableCellNode-header.headerSort {
|
|
cursor: default;
|
|
}
|
|
|
|
/* stylelint-disable-next-line selector-class-pattern */
|
|
.ve-ce-mwTableNode.jquery-tablesorter th.ve-ce-tableCellNode-header.ve-ce-tableCellNode-editing.headerSort {
|
|
cursor: text;
|
|
}
|