File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 4.1.0 (2016-07-01)
2+
3+ - Updated: The focus removal on ` :hover ` now targets ` a:hover ` .
4+
15## 4.0.0 (2016-06-20)
26
37- Added: All improvements from normalize.css v4.1.1
Original file line number Diff line number Diff line change 11{
22 "name" : " sanitize.css" ,
3- "version" : " 4.0 .0" ,
3+ "version" : " 4.1 .0" ,
44 "description" : " The best-practices alternative to CSS resets." ,
55 "main" : " index.js" ,
66 "style" : " sanitize.css" ,
Original file line number Diff line number Diff line change 1- /*! sanitize.css v4.0 .0 | CC0 License | github.com/jonathantneal/sanitize.css */
1+ /*! sanitize.css v4.1 .0 | CC0 License | github.com/jonathantneal/sanitize.css */
22
33/* Display definitions
44 ========================================================================== */
@@ -309,10 +309,10 @@ a {
309309}
310310
311311/**
312- * Remove the outline when hovering in all browsers (opinionated.
312+ * Remove the outline when hovering in all browsers (opinionated) .
313313 */
314314
315- : hover {
315+ a : hover {
316316 outline-width : 0 ;
317317}
318318
You can’t perform that action at this time.
0 commit comments