Fixed an issue where 'Rows X' column values were not visible properly for Explain Analyze in Dark theme. Fixes #5853.

This commit is contained in:
Pradip Parkale
2020-10-09 18:17:27 +05:30
committed by Akshay Joshi
parent 4587cf73c2
commit 365ec0ba9f
5 changed files with 5 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ div.tab-pane[data-explain-tabpanel=table] {
td.pga-ex-inclusive-2,
td.pga-ex-rowsx-2 {
background-color: $explain-sev-2-bg;
color: $explain-sev-2-color;
}
td.pga-ex-exclusive-3,