You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/main/src/Panel.js
+9
Original file line number
Diff line number
Diff line change
@@ -217,6 +217,15 @@ const metadata = {
217
217
* clockwise/counter-clockwise.</li>
218
218
* </ul>
219
219
*
220
+
* <h3>CSS Shadow Parts</h3>
221
+
*
222
+
* <ui5-link target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/CSS/::part">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM.
223
+
* <br>
224
+
* The <code>ui5-panel</code> exposes the following CSS Shadow Parts:
225
+
* <ul>
226
+
* <li>content - Used to style the wrapper of the content</li>
0 commit comments