diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2018-06-25 11:34:04 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-10-01 07:57:22 +0100 |
commit | d7fd08e151f6c0c4b57350cfcc3a2ea24481ba2c (patch) | |
tree | 815265b81707a2608acfbdd856cde8d41cd6fc3f /CHANGELOG.md | |
parent | d52accf2008c57437b2c08fd9050854934714a13 (diff) |
Nicer image replacement for #nav-link mobile menu button
The large negative text-indent can sometimes cause horizontal scrollbars
in Right-to-Left languages, and, in some browsers, can also result in a
huge :focus outline being drawn around the button and off to the right
of the window.
Setting a zero height, padding top, and overflow:hidden is a simpler
way to achieve the same thing, and works regardless of text direction,
text length, or focus state.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a400271a..642facde6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Clearer relocation options while you’re reporting a problem #2238 - Speed up fetching lists of bodies. #2248 - Improve vertical alignment of navigation menu in Internet Explorer 9–11. + - Mobile menu button no longer uses -9999px text-indent hack. - Bugfixes: - Fix display of area/pins on body page when using Bing or TonerLite map. - Do not scan through all problems to show /_dev pages. |