Skip to content

Commit de45726

Browse files
committed
docs: move hardcoded color TODO to implementation
1 parent 2ef636d commit de45726

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bigframes/display/table_widget.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
.bigframes-widget .footer {
2828
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. */
2931
color: black;
3032
display: flex;
3133
font-family:
@@ -70,6 +72,8 @@
7072

7173
.bigframes-widget table {
7274
border-collapse: collapse;
75+
/* TODO(b/460861328): We will support dark mode in a media selector once we
76+
* determine how to override the background colors as well. */
7377
color: black;
7478
text-align: left;
7579
}
@@ -82,7 +86,6 @@
8286
z-index: 1;
8387
}
8488

85-
/* TODO(b/460861328): Fix color theme of table. */
8689
.bigframes-widget .bf-header-content {
8790
box-sizing: border-box;
8891
height: 100%;

0 commit comments

Comments
 (0)