@vaadin/vaadin-lumo-styles 25.0.4 → 25.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/components/accordion-heading.css +2 -2
  2. package/components/accordion-panel.css +2 -2
  3. package/components/app-layout.css +2 -2
  4. package/components/avatar-group.css +2 -2
  5. package/components/avatar.css +2 -2
  6. package/components/button.css +2 -2
  7. package/components/card.css +2 -2
  8. package/components/charts.css +2 -2
  9. package/components/checkbox-group.css +2 -2
  10. package/components/checkbox.css +2 -2
  11. package/components/combo-box.css +2 -2
  12. package/components/confirm-dialog.css +2 -2
  13. package/components/context-menu.css +2 -2
  14. package/components/crud.css +2 -2
  15. package/components/custom-field.css +2 -2
  16. package/components/dashboard.css +2 -2
  17. package/components/date-picker.css +2 -2
  18. package/components/date-time-picker.css +2 -2
  19. package/components/details-summary.css +2 -2
  20. package/components/details.css +2 -2
  21. package/components/dialog.css +2 -2
  22. package/components/drawer-toggle.css +2 -2
  23. package/components/email-field.css +2 -2
  24. package/components/field-highlighter.css +2 -2
  25. package/components/form-item.css +2 -2
  26. package/components/grid-filter.css +2 -2
  27. package/components/grid-pro-edit-column.css +2 -2
  28. package/components/grid-pro.css +2 -2
  29. package/components/grid-sorter.css +2 -2
  30. package/components/grid-tree-toggle.css +2 -2
  31. package/components/grid.css +2 -2
  32. package/components/horizontal-layout.css +2 -2
  33. package/components/icon.css +2 -2
  34. package/components/input-container.css +2 -2
  35. package/components/integer-field.css +2 -2
  36. package/components/item.css +2 -2
  37. package/components/list-box.css +2 -2
  38. package/components/login-form.css +2 -2
  39. package/components/login.css +2 -2
  40. package/components/map.css +2 -2
  41. package/components/menu-bar.css +2 -2
  42. package/components/message-input-button.css +2 -2
  43. package/components/message-input.css +2 -2
  44. package/components/message.css +2 -2
  45. package/components/multi-select-combo-box.css +2 -2
  46. package/components/notification.css +2 -2
  47. package/components/number-field.css +2 -2
  48. package/components/overlay.css +2 -2
  49. package/components/password-field.css +2 -2
  50. package/components/popover.css +2 -2
  51. package/components/progress-bar.css +2 -2
  52. package/components/radio-button.css +2 -2
  53. package/components/radio-group.css +2 -2
  54. package/components/rich-text-editor.css +2 -2
  55. package/components/scroller.css +2 -2
  56. package/components/select.css +2 -2
  57. package/components/side-nav-item.css +2 -2
  58. package/components/side-nav.css +2 -2
  59. package/components/split-layout.css +2 -2
  60. package/components/tab.css +2 -2
  61. package/components/tabs.css +2 -2
  62. package/components/tabsheet.css +2 -2
  63. package/components/text-area.css +2 -2
  64. package/components/text-field.css +2 -2
  65. package/components/time-picker.css +2 -2
  66. package/components/tooltip.css +2 -2
  67. package/components/upload.css +2 -2
  68. package/components/vertical-layout.css +2 -2
  69. package/dist/lumo.css +11 -11
  70. package/package.json +5 -5
  71. package/src/mixins/overlay.css +1 -1
@@ -6,8 +6,8 @@
6
6
  @import '../src/components/accordion-heading.css';
7
7
  @import '../src/components/details-summary.css';
8
8
 
9
- :root::before,
10
- :host::before {
9
+ :root,
10
+ :host {
11
11
  --_lumo-vaadin-accordion-heading-inject: 1;
12
12
  --_lumo-vaadin-accordion-heading-inject-modules:
13
13
  lumo_components_details-summary,
@@ -7,8 +7,8 @@
7
7
  @import '../src/components/details.css';
8
8
  @import './accordion-heading.css';
9
9
 
10
- :root::before,
11
- :host::before {
10
+ :root,
11
+ :host {
12
12
  --_lumo-vaadin-accordion-panel-inject: 1;
13
13
  --_lumo-vaadin-accordion-panel-inject-modules:
14
14
  lumo_components_details,
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/components/app-layout.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-app-layout-inject: 1;
11
11
  --_lumo-vaadin-app-layout-inject-modules: lumo_components_app-layout;
12
12
  }
@@ -11,8 +11,8 @@
11
11
  @import '../src/components/item.css';
12
12
  @import '../src/components/list-box.css';
13
13
 
14
- :root::before,
15
- :host::before {
14
+ :root,
15
+ :host {
16
16
  --_lumo-vaadin-avatar-group-inject: 1;
17
17
  --_lumo-vaadin-avatar-group-inject-modules: lumo_components_avatar-group;
18
18
 
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/components/avatar.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-avatar-inject: 1;
11
11
  --_lumo-vaadin-avatar-inject-modules: lumo_components_avatar;
12
12
  }
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/components/button.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-button-inject: 1;
11
11
  --_lumo-vaadin-button-inject-modules: lumo_components_button;
12
12
  }
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/components/card.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-card-inject: 1;
11
11
  --_lumo-vaadin-card-inject-modules: lumo_components_card;
12
12
  }
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/components/chart.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-chart-inject: 1;
11
11
  --_lumo-vaadin-chart-inject-modules: lumo_components_chart;
12
12
  }
@@ -11,8 +11,8 @@
11
11
  @import '../src/components/checkbox-group.css';
12
12
  @import './checkbox.css';
13
13
 
14
- :root::before,
15
- :host::before {
14
+ :root,
15
+ :host {
16
16
  --_lumo-vaadin-checkbox-group-inject: 1;
17
17
  --_lumo-vaadin-checkbox-group-inject-modules:
18
18
  lumo_mixins_group-field,
@@ -6,8 +6,8 @@
6
6
  @import '../src/mixins/checkable-field.css';
7
7
  @import '../src/components/checkbox.css';
8
8
 
9
- :root::before,
10
- :host::before {
9
+ :root,
10
+ :host {
11
11
  --_lumo-vaadin-checkbox-inject: 1;
12
12
  --_lumo-vaadin-checkbox-inject-modules:
13
13
  lumo_mixins_checkable-field,
@@ -20,8 +20,8 @@
20
20
  @import '../src/components/item.css';
21
21
  @import './input-container.css';
22
22
 
23
- :root::before,
24
- :host::before {
23
+ :root,
24
+ :host {
25
25
  --_lumo-vaadin-combo-box-inject: 1;
26
26
  --_lumo-vaadin-combo-box-inject-modules:
27
27
  lumo_mixins_field-label,
@@ -8,8 +8,8 @@
8
8
  @import '../src/components/dialog-overlay.css';
9
9
  @import './button.css';
10
10
 
11
- :root::before,
12
- :host::before {
11
+ :root,
12
+ :host {
13
13
  --_lumo-vaadin-confirm-dialog-overlay-inject: 1;
14
14
  --_lumo-vaadin-confirm-dialog-overlay-inject-modules:
15
15
  lumo_mixins_overlay,
@@ -12,8 +12,8 @@
12
12
  @import '../src/components/item.css';
13
13
  @import '../src/components/list-box.css';
14
14
 
15
- :root::before,
16
- :host::before {
15
+ :root,
16
+ :host {
17
17
  --_lumo-vaadin-context-menu-overlay-inject: 1;
18
18
  --_lumo-vaadin-context-menu-overlay-inject-modules:
19
19
  lumo_mixins_overlay,
@@ -17,8 +17,8 @@
17
17
  @import './grid-sorter.css';
18
18
  @import './text-field.css';
19
19
 
20
- :root::before,
21
- :host::before {
20
+ :root,
21
+ :host {
22
22
  --_lumo-vaadin-crud-inject: 1;
23
23
  --_lumo-vaadin-crud-inject-modules: lumo_components_crud;
24
24
 
@@ -9,8 +9,8 @@
9
9
  @import '../src/mixins/field-required.css';
10
10
  @import '../src/components/custom-field.css';
11
11
 
12
- :root::before,
13
- :host::before {
12
+ :root,
13
+ :host {
14
14
  --_lumo-vaadin-custom-field-inject: 1;
15
15
  --_lumo-vaadin-custom-field-inject-modules:
16
16
  lumo_mixins_field-label,
@@ -10,8 +10,8 @@
10
10
  @import '../src/components/dashboard-widget.css';
11
11
  @import '../src/components/dashboard.css';
12
12
 
13
- :root::before,
14
- :host::before {
13
+ :root,
14
+ :host {
15
15
  --_lumo-vaadin-dashboard-inject: 1;
16
16
  --_lumo-vaadin-dashboard-inject-modules:
17
17
  lumo_components_dashboard-layout,
@@ -20,8 +20,8 @@
20
20
  @import './button.css';
21
21
  @import './input-container.css';
22
22
 
23
- :root::before,
24
- :host::before {
23
+ :root,
24
+ :host {
25
25
  --_lumo-vaadin-date-picker-inject: 1;
26
26
  --_lumo-vaadin-date-picker-inject-modules:
27
27
  lumo_mixins_field-label,
@@ -14,8 +14,8 @@
14
14
  @import './date-picker.css';
15
15
  @import './time-picker.css';
16
16
 
17
- :root::before,
18
- :host::before {
17
+ :root,
18
+ :host {
19
19
  --_lumo-vaadin-date-time-picker-inject: 1;
20
20
  --_lumo-vaadin-date-time-picker-inject-modules:
21
21
  lumo_mixins_field-label,
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/components/details-summary.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-details-summary-inject: 1;
11
11
  --_lumo-vaadin-details-summary-inject-modules: lumo_components_details-summary;
12
12
  }
@@ -6,8 +6,8 @@
6
6
  @import '../src/components/details.css';
7
7
  @import './details-summary.css';
8
8
 
9
- :root::before,
10
- :host::before {
9
+ :root,
10
+ :host {
11
11
  --_lumo-vaadin-details-inject: 1;
12
12
  --_lumo-vaadin-details-inject-modules: lumo_components_details;
13
13
  }
@@ -7,8 +7,8 @@
7
7
  @import '../src/mixins/resizable-overlay.css';
8
8
  @import '../src/components/dialog-overlay.css';
9
9
 
10
- :root::before,
11
- :host::before {
10
+ :root,
11
+ :host {
12
12
  --_lumo-vaadin-dialog-overlay-inject: 1;
13
13
  --_lumo-vaadin-dialog-overlay-inject-modules:
14
14
  lumo_mixins_overlay,
@@ -6,8 +6,8 @@
6
6
  @import '../src/components/button.css';
7
7
  @import '../src/components/drawer-toggle.css';
8
8
 
9
- :root::before,
10
- :host::before {
9
+ :root,
10
+ :host {
11
11
  --_lumo-vaadin-drawer-toggle-inject: 1;
12
12
  --_lumo-vaadin-drawer-toggle-inject-modules:
13
13
  lumo_components_button,
@@ -12,8 +12,8 @@
12
12
  @import '../src/components/email-field.css';
13
13
  @import './input-container.css';
14
14
 
15
- :root::before,
16
- :host::before {
15
+ :root,
16
+ :host {
17
17
  --_lumo-vaadin-email-field-inject: 1;
18
18
  --_lumo-vaadin-email-field-inject-modules:
19
19
  lumo_mixins_field-label,
@@ -8,8 +8,8 @@
8
8
  @import '../src/components/user-tag.css';
9
9
  @import '../src/components/user-tags-overlay.css';
10
10
 
11
- :root::before,
12
- :host::before {
11
+ :root,
12
+ :host {
13
13
  --_lumo-vaadin-user-tags-overlay-inject: 1;
14
14
  --_lumo-vaadin-user-tags-overlay-inject-modules:
15
15
  lumo_mixins_overlay,
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/components/form-item.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-form-item-inject: 1;
11
11
  --_lumo-vaadin-form-item-inject-modules: lumo_components_form-item;
12
12
  }
@@ -6,8 +6,8 @@
6
6
  @import '../src/components/grid-filter.css';
7
7
  @import './text-field.css';
8
8
 
9
- :root::before,
10
- :host::before {
9
+ :root,
10
+ :host {
11
11
  --_lumo-vaadin-grid-filter-inject: 1;
12
12
  --_lumo-vaadin-grid-filter-inject-modules: lumo_components_grid-filter;
13
13
  }
@@ -18,8 +18,8 @@
18
18
  @import './select.css';
19
19
  @import './text-field.css';
20
20
 
21
- :root::before,
22
- :host::before {
21
+ :root,
22
+ :host {
23
23
  --_lumo-vaadin-grid-pro-edit-text-field-inject: 1;
24
24
  --_lumo-vaadin-grid-pro-edit-text-field-inject-modules:
25
25
  lumo_mixins_field-label,
@@ -6,8 +6,8 @@
6
6
  @import '../src/components/grid-pro.css';
7
7
  @import '../src/components/grid.css';
8
8
 
9
- :root::before,
10
- :host::before {
9
+ :root,
10
+ :host {
11
11
  --_lumo-vaadin-grid-pro-inject: 1;
12
12
  --_lumo-vaadin-grid-pro-inject-modules:
13
13
  lumo_components_grid,
@@ -6,8 +6,8 @@
6
6
  @import '../src/components/grid-sorter.css';
7
7
  @import '../src/components/grid-sorter-icons.css';
8
8
 
9
- :root::before,
10
- :host::before {
9
+ :root,
10
+ :host {
11
11
  --_lumo-vaadin-grid-sorter-inject: 1;
12
12
  --_lumo-vaadin-grid-sorter-inject-modules: lumo_components_grid-sorter;
13
13
  }
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/components/grid-tree-toggle.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-grid-tree-toggle-inject: 1;
11
11
  --_lumo-vaadin-grid-tree-toggle-inject-modules: lumo_components_grid-tree-toggle;
12
12
  }
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/components/grid.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-grid-inject: 1;
11
11
  --_lumo-vaadin-grid-inject-modules: lumo_components_grid;
12
12
  }
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/components/horizontal-layout.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-horizontal-layout-inject: 1;
11
11
  --_lumo-vaadin-horizontal-layout-inject-modules: lumo_components_horizontal-layout;
12
12
  }
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/components/icon.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-icon-inject: 1;
11
11
  --_lumo-vaadin-icon-inject-modules: lumo_components_icon;
12
12
  }
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/components/input-container.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-input-container-inject: 1;
11
11
  --_lumo-vaadin-input-container-inject-modules: lumo_components_input-container;
12
12
  }
@@ -12,8 +12,8 @@
12
12
  @import '../src/components/number-field.css';
13
13
  @import './input-container.css';
14
14
 
15
- :root::before,
16
- :host::before {
15
+ :root,
16
+ :host {
17
17
  --_lumo-vaadin-integer-field-inject: 1;
18
18
  --_lumo-vaadin-integer-field-inject-modules:
19
19
  lumo_mixins_field-label,
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/components/item.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-item-inject: 1;
11
11
  --_lumo-vaadin-item-inject-modules: lumo_components_item;
12
12
  }
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/components/list-box.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-list-box-inject: 1;
11
11
  --_lumo-vaadin-list-box-inject-modules: lumo_components_list-box;
12
12
  }
@@ -8,8 +8,8 @@
8
8
  @import './password-field.css';
9
9
  @import './text-field.css';
10
10
 
11
- :root::before,
12
- :host::before {
11
+ :root,
12
+ :host {
13
13
  --_lumo-vaadin-login-form-wrapper-inject: 1;
14
14
  --_lumo-vaadin-login-form-wrapper-inject-modules: lumo_components_login-form-wrapper;
15
15
  }
@@ -7,8 +7,8 @@
7
7
  @import '../src/components/login-overlay-wrapper.css';
8
8
  @import './login-form.css';
9
9
 
10
- :root::before,
11
- :host::before {
10
+ :root,
11
+ :host {
12
12
  --_lumo-vaadin-login-overlay-wrapper-inject: 1;
13
13
  --_lumo-vaadin-login-overlay-wrapper-inject-modules:
14
14
  lumo_mixins_overlay,
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/components/map.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-map-inject: 1;
11
11
  --_lumo-vaadin-map-inject-modules: lumo_components_map;
12
12
  }
@@ -17,8 +17,8 @@
17
17
  @import '../src/components/menu-bar-overlay.css';
18
18
  @import '../src/components/menu-bar.css';
19
19
 
20
- :root::before,
21
- :host::before {
20
+ :root,
21
+ :host {
22
22
  --_lumo-vaadin-menu-bar-inject: 1;
23
23
  --_lumo-vaadin-menu-bar-inject-modules: lumo_components_menu-bar;
24
24
 
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import './button.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-message-input-button-inject: 1;
11
11
  --_lumo-vaadin-message-input-button-inject-modules: lumo_components_button;
12
12
  }
@@ -7,8 +7,8 @@
7
7
  @import './message-input-button.css';
8
8
  @import './text-area.css';
9
9
 
10
- :root::before,
11
- :host::before {
10
+ :root,
11
+ :host {
12
12
  --_lumo-vaadin-message-input-inject: 1;
13
13
  --_lumo-vaadin-message-input-inject-modules: lumo_components_message-input;
14
14
  }
@@ -6,8 +6,8 @@
6
6
  @import '../src/components/message.css';
7
7
  @import './avatar.css';
8
8
 
9
- :root::before,
10
- :host::before {
9
+ :root,
10
+ :host {
11
11
  --_lumo-vaadin-message-inject: 1;
12
12
  --_lumo-vaadin-message-inject-modules: lumo_components_message;
13
13
  }
@@ -23,8 +23,8 @@
23
23
  @import '../src/components/multi-select-combo-box-overlay.css';
24
24
  @import '../src/components/multi-select-combo-box.css';
25
25
 
26
- :root::before,
27
- :host::before {
26
+ :root,
27
+ :host {
28
28
  --_lumo-vaadin-multi-select-combo-box-container-inject: 1;
29
29
  --_lumo-vaadin-multi-select-combo-box-container-inject-modules:
30
30
  lumo_components_input-container,
@@ -6,8 +6,8 @@
6
6
  @import '../src/components/notification-card.css';
7
7
  @import '../src/components/notification-container.css';
8
8
 
9
- :root::before,
10
- :host::before {
9
+ :root,
10
+ :host {
11
11
  --_lumo-vaadin-notification-container-inject: 1;
12
12
  --_lumo-vaadin-notification-container-inject-modules: lumo_components_notification-container;
13
13
 
@@ -12,8 +12,8 @@
12
12
  @import '../src/components/number-field.css';
13
13
  @import './input-container.css';
14
14
 
15
- :root::before,
16
- :host::before {
15
+ :root,
16
+ :host {
17
17
  --_lumo-vaadin-number-field-inject: 1;
18
18
  --_lumo-vaadin-number-field-inject-modules:
19
19
  lumo_mixins_field-label,
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/mixins/overlay.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-overlay-inject: 1;
11
11
  --_lumo-vaadin-overlay-inject-modules: lumo_mixins_overlay;
12
12
  }
@@ -14,8 +14,8 @@
14
14
  @import '../src/components/password-field.css';
15
15
  @import './input-container.css';
16
16
 
17
- :root::before,
18
- :host::before {
17
+ :root,
18
+ :host {
19
19
  --_lumo-vaadin-password-field-inject: 1;
20
20
  --_lumo-vaadin-password-field-inject-modules:
21
21
  lumo_mixins_field-label,
@@ -6,8 +6,8 @@
6
6
  @import '../src/mixins/overlay.css';
7
7
  @import '../src/components/popover-overlay.css';
8
8
 
9
- :root::before,
10
- :host::before {
9
+ :root,
10
+ :host {
11
11
  --_lumo-vaadin-popover-overlay-inject: 1;
12
12
  --_lumo-vaadin-popover-overlay-inject-modules:
13
13
  lumo_mixins_overlay,
@@ -5,8 +5,8 @@
5
5
  */
6
6
  @import '../src/components/progress-bar.css';
7
7
 
8
- :root::before,
9
- :host::before {
8
+ :root,
9
+ :host {
10
10
  --_lumo-vaadin-progress-bar-inject: 1;
11
11
  --_lumo-vaadin-progress-bar-inject-modules: lumo_components_progress-bar;
12
12
  }
@@ -6,8 +6,8 @@
6
6
  @import '../src/mixins/checkable-field.css';
7
7
  @import '../src/components/radio-button.css';
8
8
 
9
- :root::before,
10
- :host::before {
9
+ :root,
10
+ :host {
11
11
  --_lumo-vaadin-radio-button-inject: 1;
12
12
  --_lumo-vaadin-radio-button-inject-modules:
13
13
  lumo_mixins_checkable-field,
@@ -11,8 +11,8 @@
11
11
  @import '../src/components/radio-group.css';
12
12
  @import './radio-button.css';
13
13
 
14
- :root::before,
15
- :host::before {
14
+ :root,
15
+ :host {
16
16
  --_lumo-vaadin-radio-group-inject: 1;
17
17
  --_lumo-vaadin-radio-group-inject-modules:
18
18
  lumo_mixins_group-field,
@@ -13,8 +13,8 @@
13
13
  @import './text-field.css';
14
14
  @import './tooltip.css';
15
15
 
16
- :root::before,
17
- :host::before {
16
+ :root,
17
+ :host {
18
18
  --_lumo-vaadin-rich-text-editor-inject: 1;
19
19
  --_lumo-vaadin-rich-text-editor-inject-modules:
20
20
  lumo_global_typography,