We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abdf83 commit 8ebecb7Copy full SHA for 8ebecb7
tensorboard/webapp/metrics/views/main_view/card_grid_component.scss
@@ -92,10 +92,8 @@ card-view {
92
}
93
94
.pagination-button {
95
- @include tb-theme-foreground-prop(color, secondary-text);
96
background-color: $metrics-button-background-color-on-gray;
97
-
98
- &:disabled {
99
- @include tb-theme-foreground-prop(color, disabled-text);
+ @include tb-dark-theme {
+ background-color: transparent;
100
101
0 commit comments