-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit 92bb52e. + Resolve table conflicts during a rebase
- Loading branch information
1 parent
a870ed0
commit 684e222
Showing
30 changed files
with
106 additions
and
40 deletions.
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
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
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
Binary file modified
BIN
-1.14 KB
(97%)
...tests__/__image_snapshots__/table-have-to-match-a-complex-table-layout.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+10.7 KB
.../__image_snapshots__/table-have-to-match-a-row-scope-only-table-layout.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+8.38 KB
(130%)
...able/__tests__/__image_snapshots__/table-have-to-match-table-container.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.1 KB
...ge_snapshots__/table-have-to-match-table-empty-container-head-and-foot.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2 Bytes
(100%)
.../__tests__/__image_snapshots__/table-have-to-match-table-in-small-size.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+13.3 KB
...__/__image_snapshots__/table-have-to-match-table-without-inner-classes.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-85 Bytes
(100%)
...shots__/table-with-accordion-have-to-match-expanded-state-on-first-row.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Binary file removed
BIN
-38.1 KB
...test-tsx-table-screenshot-have-to-match-a-complex-table-layout-1-c8007.snap.png
Binary file not shown.
Binary file removed
BIN
-26.6 KB
...t-test-tsx-table-screenshot-have-to-match-a-fixed-table-layout-1-3ee82.snap.png
Binary file not shown.
Binary file removed
BIN
-10.9 KB
...x-table-screenshot-have-to-match-a-row-scope-only-table-layout-1-d0bac.snap.png
Binary file not shown.
Binary file removed
BIN
-33.8 KB
...st-tsx-table-screenshot-have-to-match-header-with-wrapped-text-1-c094e.snap.png
Binary file not shown.
Binary file removed
BIN
-29.3 KB
...enshot-test-tsx-table-screenshot-have-to-match-table-container-1-805c6.snap.png
Binary file not shown.
Binary file removed
BIN
-15.4 KB
...e-screenshot-have-to-match-table-empty-container-head-and-foot-1-3dbc0.snap.png
Binary file not shown.
Binary file removed
BIN
-16.6 KB
...t-test-tsx-table-screenshot-have-to-match-table-in-medium-size-1-77103.snap.png
Binary file not shown.
Binary file removed
BIN
-16.5 KB
...ot-test-tsx-table-screenshot-have-to-match-table-in-small-size-1-f0036.snap.png
Binary file not shown.
Binary file removed
BIN
-29 KB
...le-screenshot-have-to-match-the-default-choice-of-table-styles-1-82372.snap.png
Binary file not shown.
Binary file removed
BIN
-14.5 KB
...th-accordion-screenshot-have-to-match-active-state-on-last-row-1-e0614.snap.png
Binary file not shown.
Binary file removed
BIN
-15.6 KB
...sx-table-with-accordion-screenshot-have-to-match-default-state-1-0d45e.snap.png
Binary file not shown.
Binary file removed
BIN
-17.5 KB
...accordion-screenshot-have-to-match-expanded-state-on-first-row-1-4133b.snap.png
Binary file not shown.
Binary file removed
BIN
-14.7 KB
...ith-accordion-screenshot-have-to-match-focus-state-on-last-row-1-86251.snap.png
Binary file not shown.
Binary file removed
BIN
-14.6 KB
...th-accordion-screenshot-have-to-match-hover-state-on-first-row-1-0a3aa.snap.png
Binary file not shown.
Binary file removed
BIN
-14.7 KB
...ith-accordion-screenshot-have-to-match-hover-state-on-last-row-1-51bef.snap.png
Binary file not shown.
Binary file removed
BIN
-3.86 KB
...tsx-table-with-skeleton-screenshot-have-to-match-default-table-1-c0fc9.snap.png
Binary file not shown.
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 |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
*/ | ||
|
||
.dnb-table { | ||
& thead th, | ||
& tbody td, | ||
&__th, | ||
&__td { | ||
position: relative; | ||
|
2 changes: 2 additions & 0 deletions
2
packages/dnb-eufemia/src/components/table/style/table-mixins.scss
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@import '../../../style/core/utilities.scss'; | ||
|
||
@mixin tableBorder { | ||
content: ''; | ||
position: absolute; | ||
|
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