@momentum-design/components 0.56.0 → 0.56.2
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/dist/browser/index.js
CHANGED
@@ -1588,11 +1588,14 @@
|
|
1588
1588
|
--mdc-popover-inverted-border-color: var(--mds-color-theme-inverted-outline-primary-normal);
|
1589
1589
|
--mdc-popover-inverted-text-color: var(--mds-color-theme-inverted-text-primary-normal);
|
1590
1590
|
--mdc-popover-elevation-3: var(--mds-elevation-3);
|
1591
|
-
--mdc-popover-max-width:
|
1591
|
+
--mdc-popover-max-width: max-content;
|
1592
1592
|
--mdc-popover-max-height: auto;
|
1593
1593
|
|
1594
1594
|
display: none;
|
1595
1595
|
position: absolute;
|
1596
|
+
top: 0;
|
1597
|
+
left: 0;
|
1598
|
+
|
1596
1599
|
box-sizing: content-box;
|
1597
1600
|
background-color: var(--mdc-popover-primary-background-color);
|
1598
1601
|
border-radius: 0.5rem;
|
@@ -3045,6 +3048,7 @@
|
|
3045
3048
|
background: var(--mdc-select-background-color);
|
3046
3049
|
display: flex;
|
3047
3050
|
gap: 0.375rem;
|
3051
|
+
user-select: none;
|
3048
3052
|
}
|
3049
3053
|
:host::part(base-container):hover {
|
3050
3054
|
background-color: var(--mdc-select-background-hover);
|