@progressive-development/pd-forms 0.1.22 → 0.1.24

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/PdButton.js +3 -2
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent pd-forms following open-wc recommendations",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "author": "PD Progressive Development",
6
- "version": "0.1.22",
6
+ "version": "0.1.24",
7
7
  "main": "index.js",
8
8
  "module": "index.js",
9
9
  "scripts": {
package/src/PdButton.js CHANGED
@@ -29,7 +29,7 @@
29
29
  width: 100%; => Ohne diese Angabe eht die % Angaben icht
30
30
  */
31
31
  margin: 0.5rem;
32
- margin-left: 0.5rem; /* Um gleich zum input field zu sein LE: War vorher 0? Auf 0.5 angepasst für login form */
32
+ margin-left: 0; /* Um gleich zum input field zu sein */
33
33
 
34
34
  pointer-events: none;
35
35
  }
@@ -65,6 +65,7 @@
65
65
  :host(:not([disabled])):host([primary]) .button-div:hover {
66
66
  background-color: var(--pd-button-primary-bg-col-hover, var(--pd-default-hover-col));
67
67
  color: var(--pd-button-primary-font-col-hover, var(--pd-default-bg-col));
68
+ --pd-button-border: var(--pd-button-border-hover);
68
69
  }
69
70
 
70
71
  :host([primary]) .button-div {
@@ -136,7 +137,7 @@
136
137
  max-width: 1.25rem;
137
138
  height: 1.25rem;
138
139
  width: 1.25rem;
139
- padding-right: .15rem;
140
+ padding-right: 0.15rem;
140
141
  }
141
142
 
142
143
  .button-icon svg {