From aab9ac51ee56afb13e280e87775737cffa375110 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Germ=C3=A1n=20Freixin=C3=B3s?=
<14282156+germanfrelo@users.noreply.github.com>
Date: Sat, 31 Aug 2024 19:47:14 +0200
Subject: [PATCH] Remove `text-indent` declaration from `
`
---
normalize.css | 6 ++----
opinionated.css | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/normalize.css b/normalize.css
index 80cd22b..76d02ff 100644
--- a/normalize.css
+++ b/normalize.css
@@ -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
diff --git a/opinionated.css b/opinionated.css
index 0e01393..3075732 100644
--- a/opinionated.css
+++ b/opinionated.css
@@ -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