commiter work (#7244)

* fix incorrect css and removed redundant css warnings

* add gulp step to check all files

* added files file

* revert build to hygiene job

* keep css changes only
This commit is contained in:
Aditya Bist
2019-09-17 14:10:38 -07:00
committed by GitHub
parent 28d453fced
commit c6c863cd84
7 changed files with 15 additions and 70 deletions

View File

@@ -60,19 +60,13 @@
background-repeat: no-repeat;
}
.vs .icon.estimatedQueryPlan {
background-image: url('query-plan.svg');
}
.vs-dark .icon.estimatedQueryPlan,
.hc-black .icon.estimatedQueryPlan {
background-image: url('query-plan-inverse.svg');
}
.vs .icon.estimatedQueryPlan,
.vs .icon.actualQueryPlan {
background-image: url('query-plan.svg');
}
.vs-dark .icon.estimatedQueryPlan,
.hc-black .icon.estimatedQueryPlan,
.vs-dark .icon.actualQueryPlan,
.hc-black .icon.actualQueryPlan {
background-image: url('query-plan-inverse.svg');