Skip to content

Commit fd03742

Browse files
committed
7.0.3
1 parent 6aa781b commit fd03742

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to sanitize.css
22

3+
### 7.0.3 (September 4, 2018)
4+
5+
- Fix disabled cursor
6+
37
### 7.0.2 (September 4, 2018)
48

59
- Restore form control margin normalizations in Firefox

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": "7.0.2",
3+
"version": "7.0.3",
44
"description": "A best-practices CSS foundation",
55
"author": "Jonathan Neal <[email protected]>",
66
"contributors": [

sanitize.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! sanitize.css v7.0.2 | CC0 License | github.com/csstools/sanitize.css */
1+
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
22

33
/* Document
44
* ========================================================================== */
@@ -572,7 +572,7 @@ textarea,
572572

573573
[aria-disabled],
574574
[disabled] {
575-
cursor: disabled;
575+
cursor: not-allowed;
576576
}
577577

578578
/*

0 commit comments

Comments
 (0)