File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments