@ecodev/natural-editor 48.0.1 → 48.0.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecodev/natural-editor",
3
- "version": "48.0.1",
3
+ "version": "48.0.3",
4
4
  "license": "MIT",
5
5
  "repository": "github:Ecodev/natural",
6
6
  "sideEffects": false,
@@ -17,14 +17,14 @@
17
17
  $drawer-container-background-color: mat.get-color-from-palette($background, background);
18
18
 
19
19
  natural-editor {
20
- // Since MDC icon buttons have round borders. We need square-ish border in the toolbar to not look too weird
20
+ // Since MDC, icon buttons have round borders. We need square-ish border in the toolbar to not look too weird
21
21
  .mat-mdc-icon-button,
22
22
  .mat-mdc-icon-button .mat-mdc-button-persistent-ripple {
23
23
  border-radius: 4px;
24
24
  }
25
25
 
26
- // Since MDC all buttons have fixed height. We need taller buttons to look similar to mat-button-toggle-group
27
- button.mat-mdc-menu-trigger {
26
+ // Since MDC, all buttons have fixed height. We need taller buttons to look similar to mat-button-toggle-group
27
+ button.mat-mdc-button.mat-mdc-button-base.mat-mdc-menu-trigger {
28
28
  height: 50px;
29
29
  }
30
30