@starasia/dropdown 3.5.1 → 3.5.2
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/dist/dropdown.es.js +1 -0
- package/dist/dropdown.umd.js +1 -0
- package/package.json +1 -1
package/dist/dropdown.es.js
CHANGED
|
@@ -116,6 +116,7 @@ const sn = `@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@3
|
|
|
116
116
|
background-color: transparent;
|
|
117
117
|
border: 0.8px solid var(--sa-dropdown-border-subtle);
|
|
118
118
|
border-radius: var(--borderRadius);
|
|
119
|
+
outline: none;
|
|
119
120
|
}
|
|
120
121
|
.sa-input-dropdown-container.outline.active {
|
|
121
122
|
border: 1.2px solid var(--sa-dropdown-border-active);
|
package/dist/dropdown.umd.js
CHANGED
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
background-color: transparent;
|
|
115
115
|
border: 0.8px solid var(--sa-dropdown-border-subtle);
|
|
116
116
|
border-radius: var(--borderRadius);
|
|
117
|
+
outline: none;
|
|
117
118
|
}
|
|
118
119
|
.sa-input-dropdown-container.outline.active {
|
|
119
120
|
border: 1.2px solid var(--sa-dropdown-border-active);
|