@indice/ng-components 0.3.2-beta.80 → 0.3.2-beta.81
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/_styles.scss +3 -2
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
@apply text-gray-600;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
select {
|
|
20
|
+
/* select {
|
|
21
21
|
@apply block w-full rounded-lg border-0 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500 sm:text-sm sm:leading-6
|
|
22
22
|
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
23
23
|
}
|
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
textarea {
|
|
46
46
|
@apply block w-full rounded-lg border-0 py-1.5 pr-10 ring-1 ring-inset ring-gray-200 placeholder:text-gray-300 focus:ring-1 focus:ring-inset focus:ring-gray-500 sm:text-sm sm:leading-6
|
|
47
47
|
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
48
|
-
}
|
|
48
|
+
} */
|
|
49
|
+
|
|
49
50
|
}
|
|
50
51
|
|
|
51
52
|
|