-
Notifications
You must be signed in to change notification settings - Fork 839
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(website): remove infima default table styles
- Loading branch information
Showing
3 changed files
with
68 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
diff --git a/dist/css/default/default.css b/dist/css/default/default.css | ||
index 66dd808169d8697ca5de07ba260c9ee01338d855..df63274cf24a6176a66c05557aa14314b776178a 100644 | ||
--- a/dist/css/default/default.css | ||
+++ b/dist/css/default/default.css | ||
@@ -1165,54 +1165,6 @@ ol ol ol { | ||
list-style-type: lower-alpha; | ||
} | ||
|
||
-/** | ||
- * Copyright (c) Facebook, Inc. and its affiliates. | ||
- * | ||
- * This source code is licensed under the MIT license found in the | ||
- * LICENSE file in the root directory of this source tree. | ||
- */ | ||
- | ||
-table { | ||
- border-collapse: collapse; | ||
- display: block; | ||
- margin-bottom: var(--ifm-spacing-vertical); | ||
- overflow: auto; | ||
-} | ||
- | ||
-table thead tr { | ||
- border-bottom: 2px solid var(--ifm-table-border-color); | ||
- } | ||
- | ||
-table thead { | ||
- background-color: var(--ifm-table-stripe-background); | ||
- } | ||
- | ||
-table tr { | ||
- background-color: var(--ifm-table-background); | ||
- border-top: var(--ifm-table-border-width) solid | ||
- var(--ifm-table-border-color); | ||
- } | ||
- | ||
-table tr:nth-child(2n) { | ||
- background-color: var(--ifm-table-stripe-background); | ||
- } | ||
- | ||
-table th, | ||
- table td { | ||
- border: var(--ifm-table-border-width) solid var(--ifm-table-border-color); | ||
- padding: var(--ifm-table-cell-padding); | ||
- } | ||
- | ||
-table th { | ||
- background-color: var(--ifm-table-head-background); | ||
- color: var(--ifm-table-head-color); | ||
- font-weight: var(--ifm-table-head-font-weight); | ||
- } | ||
- | ||
-table td { | ||
- color: var(--ifm-table-cell-color); | ||
- } | ||
- | ||
/** | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,8 @@ | |
"@babel/core": "^7.21.8", | ||
"jsdom": "24.1.0", | ||
"@types/jsdom@npm:^20.0.0": "patch:@types/jsdom@npm%3A20.0.1#~/.yarn/patches/@types-jsdom-npm-20.0.1-5bb899e006.patch", | ||
"infima@npm:0.2.0-alpha.43": "patch:infima@npm%3A0.2.0-alpha.43#~/.yarn/patches/infima-npm-0.2.0-alpha.43-8d3b77b44d.patch" | ||
"infima@npm:0.2.0-alpha.43": "patch:infima@npm%3A0.2.0-alpha.43#~/.yarn/patches/infima-npm-0.2.0-alpha.43-8d3b77b44d.patch", | ||
"infima@npm:0.2.0-alpha.44": "patch:infima@npm%3A0.2.0-alpha.44#~/.yarn/patches/infima-npm-0.2.0-alpha.44-145834fad0.patch" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters