pxt-core 8.0.6 → 8.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "8.0.6",
3
+ "version": "8.0.7",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
package/theme/serial.less CHANGED
@@ -142,12 +142,13 @@
142
142
  font-weight: 700;
143
143
  }
144
144
 
145
- tbody tr:nth-child(odd) {
146
- background: #f2f2f2;
147
- }
148
- tr:nth-child(even), thead tr {
145
+ tbody tr, thead tr {
149
146
  background: @white;
150
147
  }
148
+
149
+ tbody tr.odd {
150
+ background: #f2f2f2;
151
+ }
151
152
  td, th {
152
153
  border: 1px solid #ddd;
153
154
  padding: 8px;