cc-core-cli 1.0.66 → 1.0.68

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": "cc-core-cli",
3
- "version": "1.0.66",
3
+ "version": "1.0.68",
4
4
  "description": "Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -600,6 +600,10 @@
600
600
  border: 0.5px solid @list-layouts-border;
601
601
  }
602
602
 
603
+ .table-card {
604
+ border: none !important;
605
+ }
606
+
603
607
  .template-block {
604
608
  overflow-wrap: break-word;
605
609
  border: 0.5px solid @list-layouts-border !important;
@@ -68,6 +68,12 @@
68
68
  }
69
69
  }
70
70
 
71
+ .method-filter-item {
72
+ &.active {
73
+ background-color: @primary-color;
74
+ }
75
+ }
76
+
71
77
  .hook-filter-row {
72
78
  padding: 10px 6px;
73
79
  border-bottom: 1px solid @border-color-split;