mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
fix icon path for ledger history table to be recognized as the correct node type (#20144)
This commit is contained in:
@@ -585,12 +585,6 @@
|
||||
background: url("Table_Ledger.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.table_ledgerhistory,
|
||||
.vs-dark .icon.table_ledgerhistory,
|
||||
.hc-black .icon.table_ledgerhistory {
|
||||
background: url("Table_LedgerHistory.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.table_temporal,
|
||||
.vs-dark .icon.table_temporal,
|
||||
.hc-black .icon.table_temporal {
|
||||
@@ -609,6 +603,12 @@
|
||||
background: url("Table_GraphEdge.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.historytable_ledgerhistory,
|
||||
.vs-dark .icon.historytable_ledgerhistory,
|
||||
.hc-black .icon.historytable_ledgerhistory {
|
||||
background: url("Table_LedgerHistory.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
|
||||
.vs .icon.trigger,
|
||||
.vs-dark .icon.trigger,
|
||||
|
||||
Reference in New Issue
Block a user