mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-10 07:08:08 -05:00
Fix first link in compatibility matrix table (#3239)
* Fix first link in compatibility matrix table
* Revert "Fix first link in compatibility matrix table"
This reverts commit 069c5c116a.
* Remove sticky header and unused css
* Remove container from hardware specs matrix
---------
Co-authored-by: Peter Jun Park <peter.park@amd.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,53 +1,6 @@
|
||||
|
||||
/* Adds container for big tables, used for Compatibility Matrix */
|
||||
|
||||
|
||||
/* Header row to have opaque background colour when sticky */
|
||||
.format-big-table th {
|
||||
background-color: var(--pst-color-background);
|
||||
.format-big-table {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Turn on borders for whole table */
|
||||
.format-big-table th,
|
||||
.format-big-table td {
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
/* .format-big-table th.head { */
|
||||
/* background-color: var(--pst-color-on-surface); */
|
||||
/* } */
|
||||
|
||||
/* Sticky header for table excluding the stub*/
|
||||
.format-big-table th.head:not(.stub) {
|
||||
position: sticky;
|
||||
top: 3rem;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* Sticky header for the head & stub: top left cell */
|
||||
.format-big-table th.head.stub {
|
||||
position: sticky;
|
||||
top: 3rem;
|
||||
z-index: 1;
|
||||
background-color: var(--pst-color-background);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Sticky for the stub column */
|
||||
/*.format-big-table tbody th:not(:empty) {
|
||||
position: sticky;
|
||||
top: 3rem;
|
||||
z-index: 2;
|
||||
}*/
|
||||
|
||||
/* Removes borders for stub column */
|
||||
.format-big-table tbody th {
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/* For horizontal scrolling only. Can't be combined with format-big-table container */
|
||||
.horizontal-scrolling-container {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user