@progress/kendo-theme-fluent 7.0.0-dev.0 → 7.0.1-dev.0

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.
@@ -53,8 +53,7 @@
53
53
  margin-inline-start: var( --kendo-tooltip-button-spacing, .5rem );
54
54
  flex-shrink: 0;
55
55
 
56
- .k-icon,
57
- .k-svg-icon {
56
+ .k-icon {
58
57
  color: inherit;
59
58
  vertical-align: top;
60
59
  }
@@ -84,8 +84,7 @@
84
84
  align-items: center;
85
85
  cursor: pointer;
86
86
  }
87
- .k-treeview-toggle .k-icon,
88
- .k-treeview-toggle .k-svg-icon {
87
+ .k-treeview-toggle .k-icon {
89
88
  padding: var( --kendo-icon-padding, .25rem );
90
89
  box-sizing: content-box;
91
90
  }
@@ -119,7 +118,6 @@
119
118
  position: relative;
120
119
 
121
120
  .k-icon,
122
- .k-svg-icon,
123
121
  .k-image,
124
122
  .k-sprite {
125
123
  margin-inline-end: var( --kendo-icon-spacing, .5rem );
@@ -55,8 +55,7 @@
55
55
  align-items: center;
56
56
  position: relative;
57
57
 
58
- > .k-icon,
59
- > .k-svg-icon {
58
+ > .k-icon {
60
59
  margin-inline-end: var( --kendo-upload-icon-spacing, #{$kendo-upload-icon-spacing} );
61
60
  }
62
61
  }