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: docs/css-parts.html
+43-18Lines changed: 43 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -191,23 +191,41 @@ <h2>CSS Parts</h2>
191
191
</code>
192
192
</pre>
193
193
</p>
194
-
<h2>Limitation</h2>
195
-
<p>RapiDoc web Component is made up of smaller web components, below is RapiDoc component composition structure
196
-
<br/>
197
-
At the moment CSS Parts can target only those HTML content which directly fall under <spanclass="mono bold blue"> <rapi-doc></span> element.
198
-
<br/>
199
-
HTML elements under <spanclass="mono bold"> <api-request>, <api-response> <schema-tree> and <schema-table> cannot be targeted for styling</span>
<buttonclass="m-btn thin-border" part="btn btn-outline" style="margin-right:5px;" @click="${this.onFillRequestData}" title="Fills with example data (if provided)">
1008
+
<buttonclass="m-btn thin-border" part="btn btn-outline btn-fill" style="margin-right:5px;" @click="${this.onFillRequestData}" title="Fills with example data (if provided)">
0 commit comments