@posiwise/core-styles 0.0.19 → 0.0.20
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
|
@@ -635,4 +635,11 @@
|
|
|
635
635
|
|
|
636
636
|
.p-inputwrapper-focus {
|
|
637
637
|
box-shadow: 0 0 0 0.1rem var(--tabs_bg) !important; /* Replace with your color */
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
.p-dropdown:not(.p-disabled).p-focus {
|
|
642
|
+
border-color: var(--tabs_bg) !important; /* Change to your custom color */
|
|
643
|
+
box-shadow: 0 0 0 0.1rem var(--tabs_bg) !important; /* Adjust as needed */
|
|
644
|
+
outline: none !important; /* Keep the outline removed */
|
|
638
645
|
}
|