@indice/ng-components 0.2.173-beta.73 → 0.2.173-beta.74
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 -3
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -733,8 +733,8 @@
|
|
|
733
733
|
}
|
|
734
734
|
|
|
735
735
|
.dropdown-button {
|
|
736
|
-
@apply block w-full rounded-sm 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
|
|
737
|
-
disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
736
|
+
@apply bg-white block w-full rounded-sm border-0 pl-3 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
|
|
737
|
+
text-xs leading-6 disabled:cursor-not-allowed disabled:bg-gray-50 disabled:text-gray-500 disabled:ring-gray-200;
|
|
738
738
|
}
|
|
739
739
|
|
|
740
740
|
.dropdown-selected-text {
|
|
@@ -746,7 +746,7 @@
|
|
|
746
746
|
}
|
|
747
747
|
|
|
748
748
|
.dropdown-arrow {
|
|
749
|
-
@apply h-5 w-5 text-gray-
|
|
749
|
+
@apply h-5 w-5 text-gray-600;
|
|
750
750
|
}
|
|
751
751
|
|
|
752
752
|
.dropdown-ul {
|