@unicef-polymer/etools-form-builder 0.1.24 → 0.1.25

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.
@@ -15,6 +15,11 @@ export const FormBuilderCardStyles = css `
15
15
  color: var(--primary-color);
16
16
  font-weight: 500;
17
17
  }
18
+ .attachments-button:focus {
19
+ outline: 0;
20
+ box-shadow: 0 0 5px 5px rgb(170 165 165 / 20%);
21
+ background-color: rgba(170, 165, 165, 0.2);
22
+ }
18
23
  .attachments-button iron-icon {
19
24
  margin-right: 8px;
20
25
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unicef-polymer/etools-form-builder",
3
3
  "description": "Etools FM Form Builder components",
4
- "version": "0.1.24",
4
+ "version": "0.1.25",
5
5
  "contributors": [
6
6
  "eTools Team"
7
7
  ],