2 * Structures generated by the CodexTablePager PHP class.
5 @import 'mediawiki.skin.variables.less';
12 // Extra class to override .cdx-button styles.
13 .cdx-table-pager__limit-form__submit {
14 // Stylelint says we can't use `gap`.
15 margin-left: @spacing-50;
19 // When JS is enabled, hide the submit button since the form will submit when the limit select
22 .cdx-table-pager__limit-form__submit {
30 // Override MediaWiki style.
34 .cdx-table__table__sort-button {
35 // Ensure proper sizing of interior link.
36 box-sizing: @box-sizing-base;
37 // Account for link styles on fake button.
38 color: @color-emphasized;
39 text-decoration: none;