@brightspace-ui/labs
Advanced tools
Comparing version 2.9.0 to 2.9.1
@@ -79,3 +79,3 @@ { | ||
}, | ||
"version": "2.9.0" | ||
"version": "2.9.1" | ||
} |
@@ -62,5 +62,2 @@ import '@brightspace-ui/core/components/button/button-icon.js'; | ||
} | ||
d2l-tooltip { | ||
word-break: break-word; | ||
} | ||
d2l-button-icon { | ||
@@ -67,0 +64,0 @@ --d2l-button-icon-background-color-hover: var(--d2l-color-mica); |
@@ -50,3 +50,3 @@ import '@brightspace-ui/core/components/button/button.js'; | ||
:host { | ||
height: var(--d2l-flyout-custom-element-height, 100%); | ||
height: var(--d2l-flyout-custom-element-height, auto); | ||
overflow: hidden; | ||
@@ -58,2 +58,8 @@ pointer-events: none; | ||
:host([opened]) { | ||
background-color: rgba(255, 255, 255, 0.7); | ||
height: 100%; | ||
pointer-events: auto; | ||
} | ||
#flyout { | ||
@@ -67,3 +73,3 @@ background-color: white; | ||
pointer-events: auto; | ||
position: var(--d2l-flyout-custom-element-position, absolute); | ||
position: var(--d2l-flyout-custom-element-position, relative); | ||
top: var(--d2l-flyout-custom-element-top, 0); | ||
@@ -70,0 +76,0 @@ width: 100%; |
300955
5334
13