Skip to content

Commit 8bef06c

Browse files
committed
8.1.0
* Correct the cursor style of increment and decrement buttons in Safari. * Correct the text style of placeholders in Chrome, Edge, and Safari.
1 parent 27b3b6c commit 8bef06c

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
### 8.1.0 (August 21, 2018)
4+
5+
* Correct the cursor style of increment and decrement buttons in Safari.
6+
* Correct the text style of placeholders in Chrome, Edge, and Safari.
7+
38
### 8.0.0 (June 15, 2018)
49

510
* Remove normalizations for unsupported browsers, such as Android 4-,

normalize.css

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pre {
6868
*/
6969

7070
a {
71-
background-color: transparent; /* 1 */
71+
background-color: transparent;
7272
}
7373

7474
/**
@@ -272,7 +272,7 @@ textarea {
272272
}
273273

274274
/**
275-
* Correct the cursor style of increment and decrement buttons in Chrome.
275+
* Correct the cursor style of increment and decrement buttons in Safari.
276276
*/
277277

278278
::-webkit-inner-spin-button,
@@ -290,6 +290,15 @@ textarea {
290290
outline-offset: -2px; /* 2 */
291291
}
292292

293+
/**
294+
* Correct the text style of placeholders in Chrome, Edge, and Safari.
295+
*/
296+
297+
::-webkit-input-placeholder {
298+
color: inherit;
299+
opacity: 0.54;
300+
}
301+
293302
/**
294303
* Remove the inner padding in Chrome and Safari on macOS.
295304
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@csstools/normalize.css",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "A cross-browser CSS foundation",
55
"author": "Jonathan Neal <[email protected]>",
66
"contributors": [

0 commit comments

Comments
 (0)