Skip to content

Commit e57a71e

Browse files
committed
Correctly target modern Edge in new table styles
1 parent dfcae19 commit e57a71e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

normalize.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ svg:not(:root) {
173173
* ========================================================================== */
174174

175175
/**
176-
* 1. Correct table border color inheritance in all Chrome and Safari.
177-
* 2. Remove text indentation from table contents in Chrome and Safari.
176+
* 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
177+
* 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
178178
*/
179179

180180
table {

opinionated.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ svg:not(:root) {
181181
* ========================================================================== */
182182

183183
/**
184-
* 1. Correct table border color inheritance in all Chrome and Safari.
185-
* 2. Remove text indentation from table contents in Chrome and Safari.
184+
* 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
185+
* 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
186186
*/
187187

188188
table {

0 commit comments

Comments
 (0)