Browse Source

[frontend] Replace Vue 3 deprecated /deep/ with ::v-deep()

Johan Ahlen 4 years ago
parent
commit
741068e71a

+ 1 - 1
desktop/core/src/desktop/js/apps/editor/components/result/ResultTable.vue

@@ -250,7 +250,7 @@
     &.grayed-out {
       opacity: 0.5;
 
-      /deep/ .hue-table-container {
+      ::v-deep(.hue-table-container) {
         overflow: hidden !important;
       }
     }

+ 2 - 2
desktop/core/src/desktop/js/components/DateRangePicker.vue

@@ -310,7 +310,7 @@
           text-transform: uppercase;
         }
 
-        /deep/ .range-input {
+        ::v-deep(.range-input) {
           padding: 4px;
           height: 28px;
           line-height: 24px;
@@ -320,7 +320,7 @@
           border-radius: 3px;
         }
 
-        /deep/ .range-calendar {
+        ::v-deep(.range-calendar) {
           width: 230px;
 
           .cell {

+ 2 - 2
desktop/core/src/desktop/js/components/FacetSelector.vue

@@ -226,11 +226,11 @@
       }
     }
 
-    /deep/ label {
+    ::v-deep(label) {
       margin: 0;
     }
 
-    /deep/ input {
+    ::v-deep(input) {
       margin: 0 10px 0 0;
     }