@brickclay-org/ui 0.1.49 → 0.1.50
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/package.json
CHANGED
|
@@ -82,6 +82,10 @@
|
|
|
82
82
|
@apply w-full outline-none font-normal text-sm text-[#141414] placeholder-[#A1A3AE] bg-transparent;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
+
.hierarchical-search-input:-moz-focusring {
|
|
86
|
+
outline: none;
|
|
87
|
+
}
|
|
88
|
+
|
|
85
89
|
.hierarchical-back {
|
|
86
90
|
@apply w-full text-left px-2.5 py-2 text-sm text-[#141414] bg-[#F8F8F8] rounded-md transition-colors mt-1 flex items-center gap-1.5;
|
|
87
91
|
}
|