@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/core-styles",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -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
  }