@umbraco-cms/backoffice 16.0.0-rc6 → 16.0.0
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.
|
@@ -1034,7 +1034,7 @@
|
|
|
1034
1034
|
}
|
|
1035
1035
|
|
|
1036
1036
|
.label {
|
|
1037
|
-
line-height:
|
|
1037
|
+
line-height: 1; /** needed to reset 'a > span' */
|
|
1038
1038
|
transition: opacity 120ms;
|
|
1039
1039
|
display: flex;
|
|
1040
1040
|
gap: var(--uui-size-1,3px);
|
|
@@ -2531,7 +2531,7 @@
|
|
|
2531
2531
|
</div>
|
|
2532
2532
|
${this._renderSwatches()}
|
|
2533
2533
|
</div>
|
|
2534
|
-
`}_renderSwatches(){return this.swatches?l`<uui-color-swatches
|
|
2534
|
+
`}_renderSwatches(){return this.swatches?.length?l`<uui-color-swatches
|
|
2535
2535
|
id="swatches"
|
|
2536
2536
|
class="color-picker__swatches"
|
|
2537
2537
|
label="Swatches"
|