@itwin/itwinui-css 1.0.0-dev.7 → 1.0.0-dev.8
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/css/all.css +1 -2
- package/css/carousel.css +0 -1
- package/css/menu.css +1 -1
- package/package.json +1 -1
package/css/all.css
CHANGED
|
@@ -1614,7 +1614,6 @@ a.iui-breadcrumbs-text:focus{
|
|
|
1614
1614
|
padding:0;
|
|
1615
1615
|
border:none;
|
|
1616
1616
|
vertical-align:baseline;
|
|
1617
|
-
flex:2;
|
|
1618
1617
|
max-width:calc(var(--iui-size-2xl) * 4);
|
|
1619
1618
|
border-radius:var(--iui-border-radius-1);
|
|
1620
1619
|
white-space:nowrap;
|
|
@@ -4009,7 +4008,7 @@ div.iui-header-breadcrumb-button-icon{
|
|
|
4009
4008
|
.iui-menu.iui-scroll{
|
|
4010
4009
|
overflow-y:auto;
|
|
4011
4010
|
overflow-y:overlay;
|
|
4012
|
-
--iui-menu-max-height:
|
|
4011
|
+
--iui-menu-max-height:calc((var(--iui-component-height) - 1px) * 8.5);
|
|
4013
4012
|
}
|
|
4014
4013
|
|
|
4015
4014
|
.iui-menu-item{
|
package/css/carousel.css
CHANGED
package/css/menu.css
CHANGED