From 9e44256809be0675d42caf0acf1f4a71edfccc99 Mon Sep 17 00:00:00 2001 From: Eric Ferraiuolo Date: Tue, 11 Jun 2013 16:44:54 -0400 Subject: [PATCH] Update HISTORY.md entries with more info on `:focus` changes --- HISTORY.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7c1e83b..4cd40de 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,8 +4,11 @@ Pure Change History NEXT ---- -* Fixed accessibility mistake by removing `a:focus {outline: none;}` rule from - `buttons-core.css`. +* (!) Fixed accessibility mistake by removing `a:focus {outline: none;}` rule + from `buttons-core.css`. + +* Improved `:focus` styles by applying the same rules that are used by `:hover` + styles. * Added improvements to developer workflow: