Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,11 @@
* ========================================================================== */

/**
* 1. Correct table border color in Chrome, Edge, and Safari.
* 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
* Correct table border color in Chrome, Edge, and Safari.
*/

:where(table) {
border-color: currentColor; /* 1 */
text-indent: 0; /* 2 */
border-color: currentColor;
}

/* Forms
Expand Down
6 changes: 2 additions & 4 deletions opinionated.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,11 @@
* ========================================================================== */

/**
* 1. Correct table border color in Chrome, Edge, and Safari.
* 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
* Correct table border color in Chrome, Edge, and Safari.
*/

:where(table) {
border-color: currentColor; /* 1 */
text-indent: 0; /* 2 */
border-color: currentColor;
}

/* Forms
Expand Down