Skip to content

Commit d60146d

Browse files
authored
chore: remove shadow CSS injection from accordion JSDoc (#9696)
1 parent 5bc3685 commit d60146d

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

packages/accordion/src/vaadin-accordion.d.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,6 @@ export type AccordionEventMap = AccordionCustomEventMap & HTMLElementEventMap;
5656
* See the [`<vaadin-accordion-panel>`](#/elements/vaadin-accordion-panel)
5757
* documentation for the available state attributes and stylable shadow parts.
5858
*
59-
* **Note:** You can apply the theme to `<vaadin-accordion>` component itself,
60-
* especially by using the following CSS selector:
61-
*
62-
* ```
63-
* :host ::slotted(vaadin-accordion-panel) {
64-
* margin-bottom: 5px;
65-
* }
66-
* ```
67-
*
6859
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
6960
*
7061
* @fires {CustomEvent} items-changed - Fired when the `items` property changes.

packages/accordion/src/vaadin-accordion.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@ import { AccordionMixin } from './vaadin-accordion-mixin.js';
4141
* See the [`<vaadin-accordion-panel>`](#/elements/vaadin-accordion-panel)
4242
* documentation for the available state attributes and stylable shadow parts.
4343
*
44-
* **Note:** You can apply the theme to `<vaadin-accordion>` component itself,
45-
* especially by using the following CSS selector:
46-
*
47-
* ```
48-
* :host ::slotted(vaadin-accordion-panel) {
49-
* margin-bottom: 5px;
50-
* }
51-
* ```
52-
*
5344
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
5445
*
5546
* @fires {CustomEvent} items-changed - Fired when the `items` property changes.

0 commit comments

Comments
 (0)