mediawiki-extensions-Tabber.../modules/ext.tabberNeue
csalinezh 201238ccd8
fix: keep arrow button icon inside its parent (#186)
If the parent element sets "text-align: center", "position: absolute"
leads to weird offset issue due to "left: auto" calculation rules.
Specifically the rule 2 for "static position" in Chapter 10 of CSS 2:
https://www.w3.org/TR/CSS2/visudet.html#static-position

It's not necessary for these pseudo-elements to be positioned, hence
the simplification.
2024-11-13 19:42:19 -05:00
..
.eslintrc.json feat: rewrite Javascript implementation 2024-05-25 00:33:22 -04:00
config.json feat: rewrite Javascript implementation 2024-05-25 00:33:22 -04:00
ext.tabberNeue.js feat: add TabberNeueUseLegacyTabIds config option (#184) 2024-11-10 03:16:11 -05:00
ext.tabberNeue.less fix: keep arrow button icon inside its parent (#186) 2024-11-13 19:42:19 -05:00
ext.tabberNeue.mobile.less feat: rewrite Javascript implementation 2024-05-25 00:33:22 -04:00
Hash.js feat: add TabberNeueUseLegacyTabIds config option (#184) 2024-11-10 03:16:11 -05:00
Transclude.js refactor: separate classes into other files 2024-05-25 16:38:57 -04:00
Util.js refactor: separate classes into other files 2024-05-25 16:38:57 -04:00