Browse code

Add tom select npm package

Benjamin Roth authored on02/02/2023 12:00:30
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+.#{$select-ns}-wrapper.plugin-drag_drop {
2
+	&.multi > .#{$select-ns}-control > div.ui-sortable-placeholder {
3
+		visibility: visible !important;
4
+		background: #f2f2f2 !important;
5
+		background: rgba(0,0,0,0.06) !important;
6
+		border: 0 none !important;
7
+		box-shadow: inset 0 0 12px 4px #fff;
8
+	}
9
+	.ui-sortable-placeholder::after {
10
+		content: '!';
11
+		visibility: hidden;
12
+	}
13
+	.ui-sortable-helper {
14
+		box-shadow: 0 2px 5px rgba(0,0,0,0.2);
15
+	}
16
+}