We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef636d commit de45726Copy full SHA for de45726
bigframes/display/table_widget.css
@@ -26,6 +26,8 @@
26
27
.bigframes-widget .footer {
28
align-items: center;
29
+ /* TODO(b/460861328): We will support dark mode in a media selector once we
30
+ * determine how to override the background colors as well. */
31
color: black;
32
display: flex;
33
font-family:
@@ -70,6 +72,8 @@
70
72
71
73
.bigframes-widget table {
74
border-collapse: collapse;
75
76
77
78
text-align: left;
79
}
@@ -82,7 +86,6 @@
82
86
z-index: 1;
83
87
84
88
85
-/* TODO(b/460861328): Fix color theme of table. */
89
.bigframes-widget .bf-header-content {
90
box-sizing: border-box;
91
height: 100%;
0 commit comments