@fluid-topics/ft-collapsible 0.2.16 → 0.2.19
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.
|
@@ -392,7 +392,7 @@ const Y=Symbol.for(""),J=t=>{var i,e;if((null===(i=t)||void 0===i?void 0:i.r)===
|
|
|
392
392
|
box-shadow: 0px 0px 0px transparent;
|
|
393
393
|
border: 0px solid transparent;
|
|
394
394
|
text-shadow: 0px 0px 0px transparent;
|
|
395
|
-
font-size:
|
|
395
|
+
font-size: 16px;
|
|
396
396
|
}
|
|
397
397
|
|
|
398
398
|
button:hover {
|
|
@@ -420,7 +420,6 @@ const Y=Symbol.for(""),J=t=>{var i,e;if((null===(i=t)||void 0===i?void 0:i.r)===
|
|
|
420
420
|
box-sizing: border-box;
|
|
421
421
|
border: none;
|
|
422
422
|
pointer-events: auto;
|
|
423
|
-
line-height: 0;
|
|
424
423
|
|
|
425
424
|
--ft-button-internal-font-size: ${Ei.fontSize};
|
|
426
425
|
--ft-button-internal-line-height: calc(var(--ft-button-internal-font-size) + 2px);
|