Browse Source

fix(AdvancedTable): No advanced filter operator label night mode styling

Owen Diffey 3 năm trước cách đây
mục cha
commit
e002deb918
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      frontend/src/components/AdvancedTable.vue

+ 6 - 0
frontend/src/components/AdvancedTable.vue

@@ -1069,6 +1069,12 @@ export default {
 			background-color: var(--dark-grey-3);
 			color: var(--light-grey-2);
 		}
+
+		.label.control {
+			background-color: var(--dark-grey) !important;
+			border-color: var(--grey-3) !important;
+			color: var(--white) !important;
+		}
 	}
 	.bulk-popup {
 		border: 0;