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