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