diff --git a/.hintrc b/.hintrc index 4ea3bbb7..5b2e0718 100644 --- a/.hintrc +++ b/.hintrc @@ -15,7 +15,8 @@ "scroll-behavior", "user-select", "scrollbar-width", - "min-height: auto" + "min-height: auto", + "-webkit-overflow-scrolling" ] } ] diff --git a/skinStyles/codex/codex.styles-rtl.less b/skinStyles/codex/codex.styles-rtl.less index bc0cea4c..a7c36f4f 100644 --- a/skinStyles/codex/codex.styles-rtl.less +++ b/skinStyles/codex/codex.styles-rtl.less @@ -845,6 +845,7 @@ .cdx-text-input__input[ type='search' ] { -webkit-appearance: none; -moz-appearance: textfield; + appearance: none; } .cdx-text-input__input[ type='search' ]::-webkit-search-decoration, diff --git a/skinStyles/mediawiki/debug/mediawiki.debug.less b/skinStyles/mediawiki/debug/mediawiki.debug.less index d09f391c..907b5dd1 100644 --- a/skinStyles/mediawiki/debug/mediawiki.debug.less +++ b/skinStyles/mediawiki/debug/mediawiki.debug.less @@ -37,10 +37,10 @@ } } - td, - th { - // padding: 4px 10px; - } + // td, + // th { + // // padding: 4px 10px; + // } td { border-bottom-color: var( --border-color-base );