diff options
author | Jonathan Neal <jonathantneal@hotmail.com> | 2020-08-19 21:48:15 -0400 |
---|---|---|
committer | Jonathan Neal <jonathantneal@hotmail.com> | 2020-08-19 21:48:15 -0400 |
commit | e57a71ebabfff973ce0cf7d7bd8c5e9731bc3b47 (patch) | |
tree | ddab15a6c886173315d9f326bf758507b57b4a8d | |
parent | dfcae192597d8923bd5aa9d0d43772e5017cfa3f (diff) | |
download | normalize.css-e57a71ebabfff973ce0cf7d7bd8c5e9731bc3b47.tar.gz normalize.css-e57a71ebabfff973ce0cf7d7bd8c5e9731bc3b47.zip |
Correctly target modern Edge in new table styles
-rw-r--r-- | normalize.css | 4 | ||||
-rw-r--r-- | opinionated.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/normalize.css b/normalize.css index 85ad479..da84267 100644 --- a/normalize.css +++ b/normalize.css @@ -173,8 +173,8 @@ svg:not(:root) { * ========================================================================== */ /** - * 1. Correct table border color inheritance in all Chrome and Safari. - * 2. Remove text indentation from table contents in Chrome and Safari. + * 1. Correct table border color inheritance in all Chrome, Edge, and Safari. + * 2. Remove text indentation from table contents in Chrome, Edge, and Safari. */ table { diff --git a/opinionated.css b/opinionated.css index bfeee42..334168c 100644 --- a/opinionated.css +++ b/opinionated.css @@ -181,8 +181,8 @@ svg:not(:root) { * ========================================================================== */ /** - * 1. Correct table border color inheritance in all Chrome and Safari. - * 2. Remove text indentation from table contents in Chrome and Safari. + * 1. Correct table border color inheritance in all Chrome, Edge, and Safari. + * 2. Remove text indentation from table contents in Chrome, Edge, and Safari. */ table { |