@vandeurenglenn/lite-elements 0.3.62 → 0.3.63
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/exports/bundle/button.js +3 -1
- package/exports/button.js +3 -1
- package/package.json +1 -1
package/exports/bundle/button.js
CHANGED
|
@@ -36,7 +36,6 @@ import{_ as e,a as t}from"./tslib.es6-B87RQr7F.js";import{r as o,i as a,x as s,s
|
|
|
36
36
|
.label {
|
|
37
37
|
flex: 1;
|
|
38
38
|
text-align: end;
|
|
39
|
-
font-size: inherit;
|
|
40
39
|
}
|
|
41
40
|
|
|
42
41
|
.label,
|
|
@@ -130,6 +129,9 @@ import{_ as e,a as t}from"./tslib.es6-B87RQr7F.js";import{r as o,i as a,x as s,s
|
|
|
130
129
|
:host([disabled]) slot[name='icon']::slotted(*) {
|
|
131
130
|
opacity: 0.28;
|
|
132
131
|
}
|
|
132
|
+
.label {
|
|
133
|
+
font-size: inherit;
|
|
134
|
+
}
|
|
133
135
|
|
|
134
136
|
::slotted(*) {
|
|
135
137
|
pointer-events: none;
|
package/exports/button.js
CHANGED
|
@@ -87,7 +87,6 @@ let CustomButton = (() => {
|
|
|
87
87
|
.label {
|
|
88
88
|
flex: 1;
|
|
89
89
|
text-align: end;
|
|
90
|
-
font-size: inherit;
|
|
91
90
|
}
|
|
92
91
|
|
|
93
92
|
.label,
|
|
@@ -181,6 +180,9 @@ let CustomButton = (() => {
|
|
|
181
180
|
:host([disabled]) slot[name='icon']::slotted(*) {
|
|
182
181
|
opacity: 0.28;
|
|
183
182
|
}
|
|
183
|
+
.label {
|
|
184
|
+
font-size: inherit;
|
|
185
|
+
}
|
|
184
186
|
|
|
185
187
|
::slotted(*) {
|
|
186
188
|
pointer-events: none;
|