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;
56
56
* See the [`<vaadin-accordion-panel>`](#/elements/vaadin-accordion-panel)
57
57
* documentation for the available state attributes and stylable shadow parts.
58
58
*
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
- *
68
59
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
69
60
*
70
61
* @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';
41
41
* See the [`<vaadin-accordion-panel>`](#/elements/vaadin-accordion-panel)
42
42
* documentation for the available state attributes and stylable shadow parts.
43
43
*
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
- *
53
44
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
54
45
*
55
46
* @fires {CustomEvent } items-changed - Fired when the `items` property changes.
You can’t perform that action at this time.
0 commit comments