@openremote/or-dashboard-builder 1.2.0-snapshot.20240927135523 → 1.2.0-snapshot.20241002115554

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/dist/umd/index.js CHANGED
@@ -2256,15 +2256,14 @@
2256
2256
  .sort-button {
2257
2257
  padding-right: 0;
2258
2258
  border: none;
2259
- background-color: ${a(Cn.DefaultColor1)};
2260
2259
  color: ${a(Cn.DefaultColor3)};
2260
+ background-color: transparent;
2261
2261
  cursor: pointer;
2262
2262
  }
2263
2263
 
2264
2264
  .sort-button-reverse {
2265
2265
  padding-left: 0;
2266
2266
  border: none;
2267
- background-color: ${a(Cn.DefaultColor1)};
2268
2267
  color: ${a(Cn.DefaultColor3)};
2269
2268
  cursor: pointer;
2270
2269
  }