@omnia/runtime 8.0.310-dev → 8.0.311-dev

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.
@@ -2268,3 +2268,29 @@ html[data-omfx] pre {
2268
2268
  height: 53px !important;
2269
2269
  }
2270
2270
  }
2271
+ .o-tv-wrapper {
2272
+ & .v-treeview-item .v-btn {
2273
+ color: var(--icon-color, revert) !important
2274
+ }
2275
+
2276
+ & .v-treeview-item .v-list-item-title {
2277
+ color: var(--color, revert) !important
2278
+ }
2279
+
2280
+ & .v-treeview-item:hover {
2281
+ color: var(--hover-color, revert) !important
2282
+ }
2283
+
2284
+ background-color: var(--background-color, revert) !important;
2285
+ }
2286
+
2287
+
2288
+ .o-tv-padding {
2289
+
2290
+ & .v-treeview-item {
2291
+ padding-top: var(--top, revert) !important;
2292
+ padding-bottom: var(--bottom, revert) !important;
2293
+ padding-left: var(--left, revert) !important;
2294
+ padding-right: var(--right, revert) !important;
2295
+ }
2296
+ }