Skip to content

Commit bf0fab3

Browse files
committed
4.1.0
1 parent 1064c0d commit bf0fab3

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

sanitize.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)