@progress/kendo-theme-bootstrap 9.1.0-dev.0 → 9.1.0-dev.2

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/dist/all.scss CHANGED
@@ -23958,10 +23958,6 @@ $kendo-loader-md-spinner-4-height: $kendo-loader-md-spinner-4-width !default;
23958
23958
  /// @group loader
23959
23959
  $kendo-loader-lg-spinner-4-height: $kendo-loader-lg-spinner-4-width !default;
23960
23960
 
23961
- /// The color of the Loader based on the secondary theme color.
23962
- /// @group loader
23963
- $kendo-loader-secondary-bg: #212529 !default;
23964
-
23965
23961
  /// The border width of the container panel.
23966
23962
  /// @group loader
23967
23963
  $kendo-loader-container-panel-border-width: 1px !default;
@@ -24644,11 +24640,7 @@ $kendo-zindex-loading: 100 !default;
24644
24640
 
24645
24641
  @each $name, $color in $kendo-theme-colors {
24646
24642
  .k-loader-#{$name} {
24647
- @if $name == "secondary" {
24648
- color: $kendo-loader-secondary-bg;
24649
- } @else {
24650
- color: $color;
24651
- }
24643
+ color: $color;
24652
24644
  }
24653
24645
  }
24654
24646
 
@@ -24657,13 +24649,6 @@ $kendo-zindex-loading: 100 !default;
24657
24649
  border-color: $kendo-loader-container-panel-border-color;
24658
24650
  }
24659
24651
 
24660
- .k-loader-container-inner {
24661
- .k-text-secondary,
24662
- .\!k-text-secondary { // stylelint-disable-line
24663
- color: $kendo-loader-secondary-bg !important; // stylelint-disable-line declaration-no-important
24664
- }
24665
- }
24666
-
24667
24652
  }
24668
24653
 
24669
24654
 
@@ -25866,172 +25851,270 @@ $_kendo-module-meta: (
25866
25851
  // Component
25867
25852
  // #region @import "./_variables.scss"; -> scss/menu/_variables.scss
25868
25853
  // Menu
25854
+
25855
+ /// The width of the border around the Menu.
25856
+ /// @group menu
25869
25857
  $kendo-menu-border-width: 0px !default;
25858
+
25859
+ /// The font family of the Menu.
25860
+ /// @group menu
25870
25861
  $kendo-menu-font-family: var( --kendo-font-family, inherit ) !default;
25862
+ /// The font size of the Menu.
25863
+ /// @group menu
25871
25864
  $kendo-menu-font-size: var( --kendo-font-size, inherit ) !default;
25865
+ /// The line height of the Menu used along with $kendo-font-size.
25866
+ /// @group menu
25872
25867
  $kendo-menu-line-height: var( --kendo-line-height, normal ) !default;
25873
25868
 
25874
- $kendo-menu-bg: $kendo-component-header-bg !default;
25869
+ /// The background color of the Menu.
25870
+ /// @group menu
25871
+ $kendo-menu-bg: transparent !default;
25872
+ /// The text color of the Menu
25873
+ /// @group menu
25875
25874
  $kendo-menu-text: $kendo-component-header-text !default;
25875
+ /// The border color of the Menu.
25876
+ /// @group menu
25876
25877
  $kendo-menu-border: $kendo-component-header-border !default;
25878
+ /// The background gradient of the Menu.
25879
+ /// @group menu
25877
25880
  $kendo-menu-gradient: null !default;
25878
25881
 
25882
+ // Menu item
25883
+
25884
+ /// The horizontal padding of the Menu item.
25885
+ /// @group menu
25879
25886
  $kendo-menu-item-padding-x: k-spacing(2) !default;
25887
+ /// The vertical padding of the Menu item.
25888
+ /// @group menu
25880
25889
  $kendo-menu-item-padding-y: k-spacing(2) !default;
25890
+ /// The spacing between the Menu items.
25891
+ /// @group menu
25881
25892
  $kendo-menu-item-spacing: k-spacing(0) !default;
25893
+ /// The spacing between the Menu item text and icons.
25894
+ /// @group menu
25882
25895
  $kendo-menu-item-icon-spacing: $kendo-icon-spacing !default;
25883
25896
 
25897
+ /// The font weight of the selected Menu item.
25898
+ /// @group menu
25899
+ $kendo-menu-item-selected-font-weight: var( --kendo-font-weight-bold, normal ) !default;
25900
+
25901
+ /// The background color of the Menu item.
25902
+ /// @group menu
25884
25903
  $kendo-menu-item-bg: null !default;
25885
- $kendo-menu-item-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-menu-text, .5 )) !default;
25904
+ /// The text color of the Menu item.
25905
+ /// @group menu
25906
+ $kendo-menu-item-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 76%, transparent), rgba( $kendo-menu-text, .76 )) !default;
25907
+ /// The border color of the Menu item.
25908
+ /// @group menu
25886
25909
  $kendo-menu-item-border: null !default;
25910
+ /// The background gradient of the Menu item.
25911
+ /// @group menu
25887
25912
  $kendo-menu-item-gradient: null !default;
25888
25913
 
25914
+ /// The background color of hovered Menu item.
25915
+ /// @group menu
25889
25916
  $kendo-menu-item-hover-bg: null !default;
25890
- $kendo-menu-item-hover-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 70%, transparent), rgba( $kendo-menu-text, .7 )) !default;
25917
+ /// The text color of hovered Menu item.
25918
+ /// @group menu
25919
+ $kendo-menu-item-hover-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 93%, transparent), rgba( $kendo-menu-text, .93 )) !default;
25920
+ /// The border color of hovered Menu item.
25921
+ /// @group menu
25891
25922
  $kendo-menu-item-hover-border: null !default;
25923
+ /// The background gradient of hovered Menu item.
25924
+ /// @group menu
25892
25925
  $kendo-menu-item-hover-gradient: null !default;
25893
25926
 
25894
- $kendo-menu-item-expanded-bg: null !default;
25895
- $kendo-menu-item-expanded-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 90%, transparent), rgba( $kendo-menu-text, .9 )) !default;
25896
- $kendo-menu-item-expanded-border: null !default;
25897
- $kendo-menu-item-expanded-gradient: null !default;
25927
+ /// The background color of active Menu item.
25928
+ /// @group menu
25929
+ $kendo-menu-item-active-bg: null !default;
25930
+ /// The text color of active Menu item.
25931
+ /// @group menu
25932
+ $kendo-menu-item-active-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 100%, transparent), rgba( $kendo-menu-text, 1 )) !default;
25933
+ /// The border color of active Menu item.
25934
+ /// @group menu
25935
+ $kendo-menu-item-active-border: null !default;
25936
+ /// The background gradient of active Menu item.
25937
+ /// @group menu
25938
+ $kendo-menu-item-active-gradient: null !default;
25898
25939
 
25940
+ /// The base shadow of focused Menu item.
25941
+ /// @group menu
25899
25942
  $kendo-menu-item-focus-shadow: inset 0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( $kendo-menu-text, .15 )) !default;
25900
25943
 
25901
- $kendo-menu-separator-spacing: k-spacing(1) !default;
25944
+ /// The background color of selected Menu item.
25945
+ /// @group menu
25946
+ $kendo-menu-item-selected-bg: null !default;
25947
+ /// The text color of selected Menu item.
25948
+ /// @group menu
25949
+ $kendo-menu-item-selected-text: null !default;
25950
+ /// The border color of selected Menu item.
25951
+ /// @group menu
25952
+ $kendo-menu-item-selected-border: null !default;
25953
+ /// The background gradient of selected Menu item.
25954
+ /// @group menu
25955
+ $kendo-menu-item-selected-gradient: null !default;
25902
25956
 
25957
+ /// The background color of the Menu scroll buttons.
25958
+ /// @group menu
25903
25959
  $kendo-menu-scroll-button-bg: $kendo-menu-bg !default;
25960
+ /// The text color of the Menu scroll buttons.
25961
+ /// @group menu
25904
25962
  $kendo-menu-scroll-button-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-menu-text, .5 )) !default;
25963
+ /// The border color of the Menu scroll buttons.
25964
+ /// @group menu
25905
25965
  $kendo-menu-scroll-button-border: $kendo-menu-border !default;
25966
+ /// The background gradient of the Menu scroll buttons.
25967
+ /// @group menu
25906
25968
  $kendo-menu-scroll-button-gradient: null !default;
25907
25969
 
25970
+ /// The background color of hovered Menu scroll buttons.
25971
+ /// @group menu
25908
25972
  $kendo-menu-scroll-button-hover-bg: null !default;
25973
+ /// The text color of hovered Menu scroll buttons.
25974
+ /// @group menu
25909
25975
  $kendo-menu-scroll-button-hover-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 70%, transparent), rgba( $kendo-menu-text, .7 )) !default;
25976
+ /// The border color of hovered Menu scroll buttons.
25977
+ /// @group menu
25910
25978
  $kendo-menu-scroll-button-hover-border: null !default;
25979
+ /// The background gradient of hovered Menu scroll buttons.
25980
+ /// @group menu
25911
25981
  $kendo-menu-scroll-button-hover-gradient: null !default;
25912
25982
 
25913
25983
 
25984
+ // Menu Separator
25985
+
25986
+ /// The inline margin of the horizontal Menu separator.
25987
+ /// @group menu
25988
+ $kendo-menu-separator-margin-inline: k-spacing(1);
25989
+ /// The block margin of the horizontal Menu separator.
25990
+ /// @group menu
25991
+ $kendo-menu-separator-margin-block: k-spacing(2);;
25992
+ /// The border color of Menu separator.
25993
+ /// @group menu
25994
+ $kendo-menu-separator-border: if($kendo-enable-color-system, k-color(border), $kendo-component-border) !default;
25995
+
25996
+
25914
25997
  // Menu popup
25915
25998
 
25916
- /// Horizontal padding of the menu popup.
25999
+ /// The horizontal padding of the Menu popup.
25917
26000
  /// @group menu
25918
26001
  $kendo-menu-popup-padding-x: null !default;
25919
26002
 
25920
- /// Vertical padding of the menu popup.
26003
+ /// The vertical padding of the Menu popup.
25921
26004
  /// @group menu
25922
26005
  $kendo-menu-popup-padding-y: null !default;
25923
26006
 
25924
- /// Width of the border around the menu popup.
26007
+ /// The width of the border around the Menu popup.
25925
26008
  /// @group menu
25926
26009
  $kendo-menu-popup-border-width: $kendo-popup-border-width !default;
25927
26010
 
25928
- /// Font sizes of the menu popup.
26011
+ /// The font sizes of the Menu popup.
25929
26012
  /// @group menu
25930
- $kendo-menu-popup-font-size: var( --kendo-font-size, inherit ) !default;
25931
- $kendo-menu-popup-sm-font-size: var( --kendo-font-size, inherit ) !default;
25932
- $kendo-menu-popup-md-font-size: var( --kendo-font-size, inherit ) !default;
26013
+ $kendo-menu-popup-font-size: var( --kendo-font-size, inherit ) !default;
26014
+ $kendo-menu-popup-sm-font-size: var( --kendo-font-size, inherit ) !default;
26015
+ $kendo-menu-popup-md-font-size: var( --kendo-font-size, inherit ) !default;
25933
26016
  $kendo-menu-popup-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
25934
26017
 
25935
- /// Line heights used along with $kendo-font-size.
26018
+ /// The line heights used along with $kendo-font-size.
25936
26019
  /// @group menu
25937
26020
  $kendo-menu-popup-line-height: var( --kendo-line-height, normal ) !default;
25938
26021
  $kendo-menu-popup-sm-line-height: var( --kendo-line-height, normal ) !default;
25939
26022
  $kendo-menu-popup-md-line-height: var( --kendo-line-height, normal ) !default;
25940
26023
  $kendo-menu-popup-lg-line-height: var( --kendo-line-height, normal ) !default;
25941
26024
 
25942
- /// The background of the menu popup.
26025
+ /// The background color of the Menu popup.
25943
26026
  /// @group menu
25944
26027
  $kendo-menu-popup-bg: $kendo-popup-bg !default;
25945
- /// The text color of the menu popup.
26028
+ /// The text color of the Menu popup.
25946
26029
  /// @group menu
25947
26030
  $kendo-menu-popup-text: $kendo-popup-text !default;
25948
- /// The border color of the menu popup.
26031
+ /// The border color of the Menu popup.
25949
26032
  /// @group menu
25950
26033
  $kendo-menu-popup-border: $kendo-popup-border !default;
25951
- /// The background gradient of the menu popup.
26034
+ /// The background gradient of the Menu popup.
25952
26035
  /// @group menu
25953
26036
  $kendo-menu-popup-gradient: null !default;
25954
26037
 
25955
26038
 
25956
26039
  // Menu popup item
25957
26040
 
25958
- /// Horizontal padding of the menu item in popup.
26041
+ /// The horizontal padding of the Menu item in popup.
25959
26042
  /// @group menu
25960
26043
  $kendo-menu-popup-item-padding-x: k-spacing(4) !default;
25961
26044
  $kendo-menu-popup-sm-item-padding-x: k-spacing(4) !default;
25962
26045
  $kendo-menu-popup-md-item-padding-x: k-spacing(4) !default;
25963
26046
  $kendo-menu-popup-lg-item-padding-x: k-spacing(4) !default;
25964
26047
 
25965
- /// Vertical padding of the menu item in popup.
26048
+ /// The vertical padding of the Menu item in popup.
25966
26049
  /// @group menu
25967
26050
  $kendo-menu-popup-item-padding-y: k-spacing(1) !default;
25968
26051
  $kendo-menu-popup-sm-item-padding-y: k-spacing(0.5) !default;
25969
26052
  $kendo-menu-popup-md-item-padding-y: k-spacing(1) !default;
25970
26053
  $kendo-menu-popup-lg-item-padding-y: k-spacing(1.5) !default;
25971
26054
 
25972
- /// The end padding of the menu item in popup.
26055
+ /// The end padding of the Menu item in popup.
25973
26056
  /// @group menu
25974
26057
  $kendo-menu-popup-item-padding-end: calc( #{$kendo-menu-popup-item-padding-x} * 2 + #{$kendo-icon-size} ) !default;
25975
26058
  $kendo-menu-popup-sm-item-padding-end: calc( #{$kendo-menu-popup-sm-item-padding-x} * 2 + #{$kendo-icon-size} ) !default;
25976
26059
  $kendo-menu-popup-md-item-padding-end: calc( #{$kendo-menu-popup-md-item-padding-x} * 2 + #{$kendo-icon-size} ) !default;
25977
26060
  $kendo-menu-popup-lg-item-padding-end: calc( #{$kendo-menu-popup-lg-item-padding-x} * 2 + #{$kendo-icon-size} ) !default;
25978
26061
 
25979
- /// The start margin of the menu item expand icon.
26062
+ /// The start margin of the Menu item expand icon.
25980
26063
  /// @group menu
25981
26064
  $kendo-menu-popup-sm-item-icon-margin-start: $kendo-menu-popup-sm-item-padding-x !default;
25982
26065
  $kendo-menu-popup-md-item-icon-margin-start: $kendo-menu-popup-md-item-padding-x !default;
25983
26066
  $kendo-menu-popup-lg-item-icon-margin-start: $kendo-menu-popup-lg-item-padding-x !default;
25984
26067
 
25985
- /// The end margin of the menu item expand icon.
26068
+ /// The end margin of the Menu item expand icon.
25986
26069
  /// @group menu
25987
26070
  $kendo-menu-popup-sm-item-icon-margin-end: calc( -1 * (#{$kendo-menu-popup-sm-item-padding-end} - #{k-math-div( $kendo-menu-popup-sm-item-padding-x, 2 )}) ) !default;
25988
26071
  $kendo-menu-popup-md-item-icon-margin-end: calc( -1 * (#{$kendo-menu-popup-md-item-padding-end} - #{k-math-div( $kendo-menu-popup-md-item-padding-x, 2 )}) ) !default;
25989
26072
  $kendo-menu-popup-lg-item-icon-margin-end: calc( -1 * (#{$kendo-menu-popup-lg-item-padding-end} - #{k-math-div( $kendo-menu-popup-lg-item-padding-x, 2 )}) ) !default;
25990
26073
 
25991
- /// The spacing between the menu items in popup.
26074
+ /// The spacing between the Menu items in popup.
25992
26075
  /// @group menu
25993
26076
  $kendo-menu-popup-item-spacing: k-spacing(0) !default;
25994
26077
 
25995
- /// The background of the menu item in popup.
26078
+ /// The background color of the Menu item in popup.
25996
26079
  /// @group menu
25997
26080
  $kendo-menu-popup-item-bg: null !default;
25998
- /// The text color of the menu item in popup.
26081
+ /// The text color of the Menu item in popup.
25999
26082
  /// @group menu
26000
26083
  $kendo-menu-popup-item-text: null !default;
26001
- /// The border color of the menu item in popup.
26084
+ /// The border color of the Menu item in popup.
26002
26085
  /// @group menu
26003
26086
  $kendo-menu-popup-item-border: null !default;
26004
- /// The background gradient of the menu item in popup.
26087
+ /// The background gradient of the Menu item in popup.
26005
26088
  /// @group menu
26006
26089
  $kendo-menu-popup-item-gradient: null !default;
26007
26090
 
26008
- /// The background of hovered menu item in popup.
26091
+ /// The background color of hovered Menu item in popup.
26009
26092
  /// @group menu
26010
26093
  $kendo-menu-popup-item-hover-bg: $kendo-list-item-hover-bg !default;
26011
- /// The text color of hovered menu item in popup.
26094
+ /// The text color of hovered Menu item in popup.
26012
26095
  /// @group menu
26013
26096
  $kendo-menu-popup-item-hover-text: $kendo-list-item-hover-text !default;
26014
- /// The border color of hovered menu item in popup.
26097
+ /// The border color of hovered Menu item in popup.
26015
26098
  /// @group menu
26016
26099
  $kendo-menu-popup-item-hover-border: null !default;
26017
- /// The background gradient of hovered menu item in popup.
26100
+ /// The background gradient of hovered Menu item in popup.
26018
26101
  /// @group menu
26019
26102
  $kendo-menu-popup-item-hover-gradient: null !default;
26020
26103
 
26021
- /// The background of expanded menu item in popup.
26104
+ /// The background color of active Menu item in popup.
26022
26105
  /// @group menu
26023
- $kendo-menu-popup-item-expanded-bg: $kendo-list-item-selected-bg !default;
26024
- /// The text color of expanded menu item in popup.
26106
+ $kendo-menu-popup-item-active-bg: $kendo-list-item-selected-bg !default;
26107
+ /// The text color of active Menu item in popup.
26025
26108
  /// @group menu
26026
- $kendo-menu-popup-item-expanded-text: $kendo-list-item-selected-text !default;
26027
- /// The border color of expanded menu item in popup.
26109
+ $kendo-menu-popup-item-active-text: $kendo-list-item-selected-text !default;
26110
+ /// The border color of active Menu item in popup.
26028
26111
  /// @group menu
26029
- $kendo-menu-popup-item-expanded-border: null !default;
26030
- /// The background gradient of expanded menu item in popup.
26112
+ $kendo-menu-popup-item-active-border: null !default;
26113
+ /// The background gradient of active Menu item in popup.
26031
26114
  /// @group menu
26032
- $kendo-menu-popup-item-expanded-gradient: null !default;
26115
+ $kendo-menu-popup-item-active-gradient: null !default;
26033
26116
 
26034
- /// The base shadow of focused menu item in popup.
26117
+ /// The base shadow of focused Menu item in popup.
26035
26118
  /// @group menu
26036
26119
  $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
26037
26120
 
@@ -26065,7 +26148,6 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
26065
26148
  }
26066
26149
  .k-menu { @extend .k-menu-bar !optional; }
26067
26150
 
26068
-
26069
26151
  // Menu item
26070
26152
  .k-menu-item {
26071
26153
  border-width: 0;
@@ -26075,6 +26157,10 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
26075
26157
  flex: none;
26076
26158
  position: relative;
26077
26159
  user-select: none;
26160
+
26161
+ &.k-selected {
26162
+ font-weight: $kendo-menu-item-selected-font-weight;
26163
+ }
26078
26164
  }
26079
26165
  .k-menu-item-content {
26080
26166
  display: block;
@@ -26134,8 +26220,8 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
26134
26220
  }
26135
26221
 
26136
26222
  > .k-separator {
26137
- margin-block: 0;
26138
- margin-inline: $kendo-menu-separator-spacing;
26223
+ margin-block: $kendo-menu-separator-margin-block;
26224
+ margin-inline: $kendo-menu-separator-margin-inline;
26139
26225
  width: 0;
26140
26226
  height: auto;
26141
26227
  border-width: 0 0 0 1px;
@@ -26147,6 +26233,7 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
26147
26233
  // Orientation -- vertical
26148
26234
  .k-menu-vertical {
26149
26235
  flex-direction: column;
26236
+ width: 100%;
26150
26237
 
26151
26238
  > .k-menu-item + .k-menu-item {
26152
26239
  margin-top: $kendo-menu-item-spacing;
@@ -26164,12 +26251,11 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
26164
26251
  }
26165
26252
 
26166
26253
  > .k-separator {
26167
- margin-block: $kendo-menu-separator-spacing;
26254
+ margin-block: $kendo-menu-separator-margin-block;
26168
26255
  margin-inline: 0;
26169
26256
  height: 0;
26170
26257
  border-width: 1px 0 0;
26171
26258
  border-style: solid;
26172
- border-color: $kendo-component-border;
26173
26259
  display: block;
26174
26260
  }
26175
26261
  }
@@ -26190,6 +26276,10 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
26190
26276
  *::after {
26191
26277
  box-sizing: border-box;
26192
26278
  }
26279
+
26280
+ .k-menu-item {
26281
+ font-weight: initial;
26282
+ }
26193
26283
  }
26194
26284
 
26195
26285
 
@@ -26207,12 +26297,11 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
26207
26297
  }
26208
26298
 
26209
26299
  .k-separator {
26210
- margin-block: $kendo-menu-separator-spacing;
26300
+ margin-block: $kendo-menu-separator-margin-inline;
26211
26301
  margin-inline: 0;
26212
26302
  height: 0;
26213
26303
  border-width: 1px 0 0;
26214
26304
  border-style: solid;
26215
- border-color: $kendo-component-border;
26216
26305
  display: block;
26217
26306
  }
26218
26307
  }
@@ -26329,50 +26418,20 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
26329
26418
  margin: 0;
26330
26419
  padding: 0;
26331
26420
  border: 0;
26332
- position: relative;
26421
+ display: flex;
26422
+ align-items: center;
26333
26423
 
26334
26424
  .k-menu {
26335
26425
  overflow: hidden;
26336
26426
  flex-wrap: nowrap;
26337
26427
  }
26428
+ }
26338
26429
 
26339
- .k-menu-scroll-button {
26340
- @include border-radius( 0 );
26341
- padding: 0;
26342
- border-width: 0;
26343
- border-color: inherit;
26344
- color: inherit;
26345
- background: inherit;
26346
- position: absolute;
26430
+ .k-menu-scroll-wrapper-vertical {
26431
+ flex-direction: column;
26347
26432
 
26348
- &.k-scroll-left {
26349
- top: 0;
26350
- inset-inline-start: 0;
26351
- height: 100%;
26352
- width: 16px;
26353
- border-right-width: 1px;
26354
- }
26355
- &.k-scroll-right {
26356
- top: 0;
26357
- inset-inline-end: 0;
26358
- height: 100%;
26359
- width: 16px;
26360
- border-left-width: 1px;
26361
- }
26362
- &.k-scroll-up {
26363
- top: 0;
26364
- inset-inline-start: 0;
26365
- width: 100%;
26366
- height: 16px;
26367
- border-bottom-width: 1px;
26368
- }
26369
- &.k-scroll-down {
26370
- bottom: 0;
26371
- inset-inline-start: 0;
26372
- width: 100%;
26373
- height: 16px;
26374
- border-top-width: 1px;
26375
- }
26433
+ > .k-menu-scroll-button {
26434
+ width: 100%;
26376
26435
  }
26377
26436
  }
26378
26437
 
@@ -26453,10 +26512,10 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
26453
26512
  &:active,
26454
26513
  &.k-active {
26455
26514
  @include fill(
26456
- $kendo-menu-item-expanded-text,
26457
- $kendo-menu-item-expanded-bg,
26458
- $kendo-menu-item-expanded-border,
26459
- $kendo-menu-item-expanded-gradient
26515
+ $kendo-menu-item-active-text,
26516
+ $kendo-menu-item-active-bg,
26517
+ $kendo-menu-item-active-border,
26518
+ $kendo-menu-item-active-gradient
26460
26519
  );
26461
26520
  }
26462
26521
 
@@ -26464,6 +26523,21 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
26464
26523
  &.k-focus {
26465
26524
  @include focus-indicator( $kendo-menu-item-focus-shadow, true );
26466
26525
  }
26526
+
26527
+ &.k-selected {
26528
+ @include fill(
26529
+ $kendo-menu-item-selected-text,
26530
+ $kendo-menu-item-selected-bg,
26531
+ $kendo-menu-item-selected-border,
26532
+ $kendo-menu-item-selected-gradient
26533
+ );
26534
+ }
26535
+ }
26536
+
26537
+ > .k-separator {
26538
+ @include fill(
26539
+ $border: $kendo-menu-separator-border
26540
+ );
26467
26541
  }
26468
26542
  }
26469
26543
 
@@ -26498,10 +26572,10 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
26498
26572
  &.k-active,
26499
26573
  &.k-selected {
26500
26574
  @include fill(
26501
- $kendo-menu-popup-item-expanded-text,
26502
- $kendo-menu-popup-item-expanded-bg,
26503
- $kendo-menu-popup-item-expanded-border,
26504
- $kendo-menu-popup-item-expanded-gradient
26575
+ $kendo-menu-popup-item-active-text,
26576
+ $kendo-menu-popup-item-active-bg,
26577
+ $kendo-menu-popup-item-active-border,
26578
+ $kendo-menu-popup-item-active-gradient
26505
26579
  );
26506
26580
  }
26507
26581
  }
@@ -26512,6 +26586,12 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
26512
26586
  @include focus-indicator( $kendo-menu-popup-item-focus-shadow, true );
26513
26587
  }
26514
26588
  }
26589
+
26590
+ > .k-separator {
26591
+ @include fill(
26592
+ $border: $kendo-menu-separator-border
26593
+ );
26594
+ }
26515
26595
  }
26516
26596
 
26517
26597
 
@@ -27040,8 +27120,8 @@ $kendo-toolbar-sizes: (
27040
27120
 
27041
27121
  // Selected
27042
27122
  &.k-selected {
27043
- color: $kendo-menu-popup-item-expanded-text;
27044
- background: $kendo-menu-popup-item-expanded-bg;
27123
+ color: $kendo-menu-popup-item-active-text;
27124
+ background: $kendo-menu-popup-item-active-bg;
27045
27125
  }
27046
27126
 
27047
27127
  // Disabled state
@@ -45841,6 +45921,9 @@ $kendo-tabstrip-item-selected-border: $kendo-component-border !default;
45841
45921
  /// The gradient of the selected TabStrip items.
45842
45922
  /// @group tabstrip
45843
45923
  $kendo-tabstrip-item-selected-gradient: null !default;
45924
+ /// The font weight of the selected TabStrip items.
45925
+ /// @group tabstrip
45926
+ $kendo-tabstrip-item-selected-font-weight: var( --kendo-font-weight-bold, normal ) !default;
45844
45927
 
45845
45928
  /// The shadow of the focused TabStrip items.
45846
45929
  /// @group tabstrip
@@ -45855,7 +45938,7 @@ $kendo-tabstrip-item-dragging-shadow: k-elevation(3) !default;
45855
45938
  $kendo-tabstrip-item-disabled-bg: null !default;
45856
45939
  /// The text color of the disabled TabStrip items.
45857
45940
  /// @group tabstrip
45858
- $kendo-tabstrip-item-disabled-text: null !default;
45941
+ $kendo-tabstrip-item-disabled-text: $kendo-component-text !default;
45859
45942
  /// The border color of the disabled TabStrip items.
45860
45943
  /// @group tabstrip
45861
45944
  $kendo-tabstrip-item-disabled-border: null !default;
@@ -45975,6 +46058,20 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
45975
46058
  align-items: stretch;
45976
46059
  justify-items: stretch;
45977
46060
  outline: 0;
46061
+
46062
+ // Active state
46063
+ &:active,
46064
+ &.k-active,
46065
+ &.k-selected {
46066
+ font-weight: $kendo-tabstrip-item-selected-font-weight;
46067
+ }
46068
+ }
46069
+
46070
+ .k-item-actions {
46071
+ margin: 0;
46072
+ padding: 0;
46073
+ display: flex;
46074
+ flex-direction: row;
45978
46075
  }
45979
46076
 
45980
46077
  .k-tab-on-top {
@@ -45992,6 +46089,7 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
45992
46089
  flex-direction: row;
45993
46090
  align-content: center;
45994
46091
  align-items: center;
46092
+ gap: $kendo-icon-spacing;
45995
46093
  }
45996
46094
 
45997
46095
 
@@ -46064,21 +46162,6 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
46064
46162
  white-space: nowrap;
46065
46163
  overflow: hidden;
46066
46164
  }
46067
-
46068
- > .k-button {
46069
- padding-block: k-spacing(1);
46070
- padding-inline: k-spacing(1);
46071
- width: auto;
46072
- height: auto;
46073
- flex: none;
46074
- align-self: stretch;
46075
- aspect-ratio: auto;
46076
-
46077
- .k-button-icon {
46078
- min-width: auto;
46079
- min-height: auto;
46080
- }
46081
- }
46082
46165
  }
46083
46166
  }
46084
46167