mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
committed by
Akshay Joshi
parent
4587cf73c2
commit
365ec0ba9f
@@ -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,
|
||||
|
Reference in New Issue
Block a user