@progress/kendo-theme-classic 4.43.0 → 4.43.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.
package/dist/all.css CHANGED
@@ -13546,6 +13546,68 @@ kendo-toolbar-renderer {
13546
13546
  background-color: #f0f0f0;
13547
13547
  }
13548
13548
 
13549
+ .k-actions, .k-edit-buttons,
13550
+ .k-action-buttons,
13551
+ .k-columnmenu-actions, .k-form-buttons {
13552
+ padding: 8px 8px;
13553
+ border-width: 0px 0 0 0;
13554
+ border-style: solid;
13555
+ border-color: inherit;
13556
+ flex-shrink: 0;
13557
+ display: flex;
13558
+ flex-flow: row nowrap;
13559
+ align-items: center;
13560
+ gap: 8px;
13561
+ overflow: hidden;
13562
+ clear: both;
13563
+ }
13564
+
13565
+ .k-popup .k-actions, .k-popup .k-edit-buttons,
13566
+ .k-popup .k-action-buttons,
13567
+ .k-popup .k-columnmenu-actions, .k-popup .k-form-buttons {
13568
+ margin-top: 16px;
13569
+ }
13570
+
13571
+ .k-ie .k-actions .k-button ~ .k-button, .k-ie .k-edit-buttons .k-button ~ .k-button, .k-ie .k-action-buttons .k-button ~ .k-button, .k-ie .k-columnmenu-actions .k-button ~ .k-button, .k-ie .k-form-buttons .k-button ~ .k-button {
13572
+ margin-left: 8px;
13573
+ flex-shrink: 0;
13574
+ }
13575
+
13576
+ .k-rtl .k-ie .k-actions .k-button ~ .k-button, .k-rtl .k-ie .k-edit-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-action-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-columnmenu-actions .k-button ~ .k-button, .k-rtl .k-ie .k-form-buttons .k-button ~ .k-button,
13577
+ [dir="rtl"] .k-ie .k-actions .k-button ~ .k-button,
13578
+ [dir="rtl"] .k-ie .k-edit-buttons .k-button ~ .k-button,
13579
+ [dir="rtl"] .k-ie .k-action-buttons .k-button ~ .k-button,
13580
+ [dir="rtl"] .k-ie .k-columnmenu-actions .k-button ~ .k-button,
13581
+ [dir="rtl"] .k-ie .k-form-buttons .k-button ~ .k-button {
13582
+ margin-left: 0;
13583
+ margin-right: 8px;
13584
+ }
13585
+
13586
+ .k-actions-start {
13587
+ justify-content: flex-start;
13588
+ }
13589
+
13590
+ .k-actions-center {
13591
+ justify-content: center;
13592
+ }
13593
+
13594
+ .k-actions-end {
13595
+ justify-content: flex-end;
13596
+ }
13597
+
13598
+ .k-actions-stretched > * {
13599
+ flex: 1 0 0%;
13600
+ }
13601
+
13602
+ .k-actions-horizontal {
13603
+ width: 100%;
13604
+ flex-flow: row nowrap;
13605
+ }
13606
+
13607
+ .k-actions-vertical {
13608
+ flex-flow: column nowrap;
13609
+ }
13610
+
13549
13611
  .k-form,
13550
13612
  .k-form-inline {
13551
13613
  font-size: 14px;
@@ -13639,7 +13701,6 @@ kendo-label > .k-label {
13639
13701
  }
13640
13702
 
13641
13703
  .k-form .k-form-field,
13642
- .k-form .k-form-buttons,
13643
13704
  .k-form .k-daterangepicker .k-textbox-container {
13644
13705
  margin-top: 1em;
13645
13706
  }
@@ -13702,15 +13763,8 @@ kendo-label > .k-label {
13702
13763
  }
13703
13764
 
13704
13765
  .k-form-buttons {
13705
- display: flex;
13706
- }
13707
-
13708
- .k-form-buttons > * {
13709
- margin-right: 8px;
13710
- }
13711
-
13712
- .k-form-buttons > *:last-child {
13713
- margin-right: 0;
13766
+ margin-top: 2em;
13767
+ padding: 0;
13714
13768
  }
13715
13769
 
13716
13770
  .k-form-hint,
@@ -13765,23 +13819,6 @@ kendo-label > .k-label {
13765
13819
  flex: 1 1 auto;
13766
13820
  }
13767
13821
 
13768
- .k-form-horizontal .k-form-buttons {
13769
- margin-top: 2em;
13770
- }
13771
-
13772
- .k-form [dir="rtl"] .k-form-buttons > *, .k-form [dir="rtl"].k-form-buttons > *,
13773
- .k-rtl .k-form .k-form-buttons > *,
13774
- .k-rtl .k-form.k-form-buttons > * {
13775
- margin-right: 0;
13776
- margin-left: 8px;
13777
- }
13778
-
13779
- .k-form [dir="rtl"] .k-form-buttons > *:last-child, .k-form [dir="rtl"].k-form-buttons > *:last-child,
13780
- .k-rtl .k-form .k-form-buttons > *:last-child,
13781
- .k-rtl .k-form.k-form-buttons > *:last-child {
13782
- margin-left: 0;
13783
- }
13784
-
13785
13822
  .k-form [dir="rtl"] .k-label-optional,
13786
13823
  .k-rtl .k-form .k-label-optional {
13787
13824
  margin-left: 0;
@@ -13883,11 +13920,12 @@ kendo-label > .k-label {
13883
13920
 
13884
13921
  .k-popup-edit-form > .k-actions, .k-popup-edit-form > .k-edit-buttons,
13885
13922
  .k-popup-edit-form > .k-action-buttons,
13886
- .k-popup-edit-form > .k-columnmenu-actions,
13923
+ .k-popup-edit-form > .k-columnmenu-actions, .k-popup-edit-form > .k-form-buttons,
13887
13924
  .k-edit-form-container .k-actions,
13888
13925
  .k-edit-form-container .k-edit-buttons,
13889
13926
  .k-edit-form-container .k-action-buttons,
13890
- .k-edit-form-container .k-columnmenu-actions {
13927
+ .k-edit-form-container .k-columnmenu-actions,
13928
+ .k-edit-form-container .k-form-buttons {
13891
13929
  margin: 1em -12px -12px;
13892
13930
  }
13893
13931
 
@@ -17113,67 +17151,6 @@ kendo-label.k-radio-label > .k-label {
17113
17151
  background: linear-gradient(to left, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
17114
17152
  }
17115
17153
 
17116
- .k-actions, .k-edit-buttons,
17117
- .k-action-buttons,
17118
- .k-columnmenu-actions {
17119
- padding: 8px 8px;
17120
- border-width: 0px 0 0 0;
17121
- border-style: solid;
17122
- border-color: inherit;
17123
- flex-shrink: 0;
17124
- display: flex;
17125
- flex-flow: row nowrap;
17126
- align-items: center;
17127
- gap: 8px;
17128
- overflow: hidden;
17129
- clear: both;
17130
- }
17131
-
17132
- .k-popup .k-actions, .k-popup .k-edit-buttons,
17133
- .k-popup .k-action-buttons,
17134
- .k-popup .k-columnmenu-actions {
17135
- margin-top: 16px;
17136
- }
17137
-
17138
- .k-ie .k-actions .k-button ~ .k-button, .k-ie .k-edit-buttons .k-button ~ .k-button, .k-ie .k-action-buttons .k-button ~ .k-button, .k-ie .k-columnmenu-actions .k-button ~ .k-button {
17139
- margin-left: 8px;
17140
- flex-shrink: 0;
17141
- }
17142
-
17143
- .k-rtl .k-ie .k-actions .k-button ~ .k-button, .k-rtl .k-ie .k-edit-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-action-buttons .k-button ~ .k-button, .k-rtl .k-ie .k-columnmenu-actions .k-button ~ .k-button,
17144
- [dir="rtl"] .k-ie .k-actions .k-button ~ .k-button,
17145
- [dir="rtl"] .k-ie .k-edit-buttons .k-button ~ .k-button,
17146
- [dir="rtl"] .k-ie .k-action-buttons .k-button ~ .k-button,
17147
- [dir="rtl"] .k-ie .k-columnmenu-actions .k-button ~ .k-button {
17148
- margin-left: 0;
17149
- margin-right: 8px;
17150
- }
17151
-
17152
- .k-actions-start {
17153
- justify-content: flex-start;
17154
- }
17155
-
17156
- .k-actions-center {
17157
- justify-content: center;
17158
- }
17159
-
17160
- .k-actions-end {
17161
- justify-content: flex-end;
17162
- }
17163
-
17164
- .k-actions-stretched > * {
17165
- flex: 1 0 0%;
17166
- }
17167
-
17168
- .k-actions-horizontal {
17169
- width: 100%;
17170
- flex-flow: row nowrap;
17171
- }
17172
-
17173
- .k-actions-vertical {
17174
- flex-flow: column nowrap;
17175
- }
17176
-
17177
17154
  .k-coloreditor {
17178
17155
  border-radius: 4px;
17179
17156
  min-width: 272px;
@@ -17231,7 +17208,7 @@ kendo-label.k-radio-label > .k-label {
17231
17208
 
17232
17209
  .k-coloreditor-footer.k-actions, .k-coloreditor-footer.k-edit-buttons,
17233
17210
  .k-coloreditor-footer.k-action-buttons,
17234
- .k-coloreditor-footer.k-columnmenu-actions {
17211
+ .k-coloreditor-footer.k-columnmenu-actions, .k-coloreditor-footer.k-form-buttons {
17235
17212
  margin: 0;
17236
17213
  }
17237
17214
 
@@ -19852,7 +19829,7 @@ select.k-dropdown:focus, select.k-dropdowntree:focus {
19852
19829
 
19853
19830
  .k-upload .k-actions, .k-upload .k-edit-buttons,
19854
19831
  .k-upload .k-action-buttons,
19855
- .k-upload .k-columnmenu-actions {
19832
+ .k-upload .k-columnmenu-actions, .k-upload .k-form-buttons {
19856
19833
  border-top-width: 1px;
19857
19834
  }
19858
19835
 
@@ -23651,7 +23628,7 @@ kendo-card-footer {
23651
23628
 
23652
23629
  .k-tabstrip-content,
23653
23630
  .k-tabstrip > .k-content {
23654
- padding: 4px 8px;
23631
+ padding: 16px 16px;
23655
23632
  border-width: 1px;
23656
23633
  border-style: solid;
23657
23634
  border-color: inherit;
@@ -25586,12 +25563,6 @@ kendo-card-footer {
25586
25563
  border-right-width: 0;
25587
25564
  }
25588
25565
 
25589
- .k-grid[dir="rtl"] .k-filtercell-operator,
25590
- .k-rtl .k-grid .k-filtercell-operator {
25591
- margin-left: 0;
25592
- margin-right: 4px;
25593
- }
25594
-
25595
25566
  .k-grid[dir="rtl"] .k-dirty,
25596
25567
  .k-rtl .k-grid .k-dirty {
25597
25568
  border-color: currentColor currentColor transparent transparent;
@@ -26031,72 +26002,40 @@ div.k-grid-footer {
26031
26002
  height: auto;
26032
26003
  }
26033
26004
 
26034
- .k-filter-row .k-filtercell .k-widget.k-sized-input {
26035
- flex: 0 1 auto;
26036
- }
26037
-
26038
26005
  .k-filtercell {
26039
26006
  width: auto;
26040
26007
  display: flex;
26008
+ flex-flow: row nowrap;
26009
+ align-items: center;
26041
26010
  }
26042
26011
 
26043
26012
  .k-filtercell > span,
26044
26013
  .k-filtercell .k-filtercell-wrapper {
26045
26014
  display: flex;
26015
+ flex-flow: row nowrap;
26016
+ align-items: center;
26017
+ gap: 4px;
26046
26018
  flex: 1 1 auto;
26047
26019
  }
26048
26020
 
26049
- .k-filtercell > span > label,
26050
- .k-filtercell .k-filtercell-wrapper > label {
26051
- vertical-align: middle;
26052
- }
26053
-
26054
- .k-filtercell .k-filtercell-wrapper > .k-widget {
26021
+ .k-filtercell > span > .k-widget,
26022
+ .k-filtercell > span > .k-textbox,
26023
+ .k-filtercell .k-filtercell-wrapper > .k-widget,
26024
+ .k-filtercell .k-filtercell-wrapper > .k-textbox {
26055
26025
  width: 100%;
26056
26026
  }
26057
26027
 
26058
- .k-filtercell > span .k-button {
26059
- visibility: visible;
26060
- pointer-events: all;
26061
- }
26062
-
26063
- .k-filtercell > span .k-button,
26064
- .k-filtercell > span .k-dropdown-operator {
26065
- margin-left: 4px;
26066
- }
26067
-
26068
- .k-ie .k-filtercell > span .k-button, .k-ie
26069
- .k-filtercell > span .k-dropdown-operator {
26070
- min-width: calc(1.4285714286em + 8px);
26071
- }
26072
-
26073
- .k-filtercell > span .k-widget {
26074
- width: auto;
26075
- }
26076
-
26077
- .k-filtercell .k-filtercell-operator > .k-button.k-clear-button-visible {
26078
- visibility: visible;
26079
- height: calc(1.4285714286em + 10px);
26080
- }
26081
-
26082
- .k-filtercell .k-filtercell-operator > .k-button:not(.k-clear-button-visible) {
26083
- visibility: hidden;
26084
- pointer-events: none;
26085
- }
26086
-
26087
- .k-filtercell .k-filtercell-operator {
26088
- margin-left: 4px;
26089
- }
26090
-
26091
- .k-filtercell .k-widget:not(.k-dropdown-operator),
26092
- .k-filtercell .k-filtercell-wrapper > .k-textbox {
26093
- display: flex;
26094
- flex: 1 1 auto;
26028
+ .k-filtercell > span .k-colorpicker,
26029
+ .k-filtercell > span .k-dropdown-operator,
26030
+ .k-filtercell .k-filtercell-wrapper .k-colorpicker,
26031
+ .k-filtercell .k-filtercell-wrapper .k-dropdown-operator {
26032
+ width: min-content;
26033
+ flex: none;
26095
26034
  }
26096
26035
 
26097
- .k-filtercell .k-filtercell-wrapper > .k-textbox {
26098
- width: 100%;
26099
- min-width: 0;
26036
+ .k-filtercell > span > .k-button,
26037
+ .k-filtercell .k-filtercell-wrapper > .k-button {
26038
+ flex: none;
26100
26039
  }
26101
26040
 
26102
26041
  .k-grid-content,
@@ -26657,15 +26596,17 @@ div.k-grid-norecords {
26657
26596
 
26658
26597
  .k-filter-menu .k-actions, .k-filter-menu .k-edit-buttons,
26659
26598
  .k-filter-menu .k-action-buttons,
26660
- .k-filter-menu .k-columnmenu-actions,
26599
+ .k-filter-menu .k-columnmenu-actions, .k-filter-menu .k-form-buttons,
26661
26600
  .k-column-list-wrapper .k-actions,
26662
26601
  .k-column-list-wrapper .k-edit-buttons,
26663
26602
  .k-column-list-wrapper .k-action-buttons,
26664
26603
  .k-column-list-wrapper .k-columnmenu-actions,
26604
+ .k-column-list-wrapper .k-form-buttons,
26665
26605
  .k-columnmenu-item-content .k-actions,
26666
26606
  .k-columnmenu-item-content .k-edit-buttons,
26667
26607
  .k-columnmenu-item-content .k-action-buttons,
26668
- .k-columnmenu-item-content .k-columnmenu-actions {
26608
+ .k-columnmenu-item-content .k-columnmenu-actions,
26609
+ .k-columnmenu-item-content .k-form-buttons {
26669
26610
  margin-top: 4px;
26670
26611
  padding: 8px 8px;
26671
26612
  }
@@ -30299,7 +30240,7 @@ td.k-editor-content {
30299
30240
 
30300
30241
  .k-editor-find-replace .k-actions, .k-editor-find-replace .k-edit-buttons,
30301
30242
  .k-editor-find-replace .k-action-buttons,
30302
- .k-editor-find-replace .k-columnmenu-actions {
30243
+ .k-editor-find-replace .k-columnmenu-actions, .k-editor-find-replace .k-form-buttons {
30303
30244
  padding: 0;
30304
30245
  }
30305
30246
 
package/dist/all.scss CHANGED
@@ -6633,17 +6633,17 @@ $badge-dot-size-lg: 12px !default;
6633
6633
  // Button
6634
6634
 
6635
6635
  /// Width of border around buttons
6636
- /// @group buttons
6636
+ /// @group button
6637
6637
  $button-border-width: 1px !default;
6638
6638
  /// Border radius of buttons
6639
- /// @group buttons
6639
+ /// @group button
6640
6640
  $button-border-radius: $border-radius !default;
6641
6641
 
6642
6642
  /// Horizontal padding of buttons
6643
- /// @group buttons
6643
+ /// @group button
6644
6644
  $button-padding-x: $padding-x !default;
6645
6645
  /// Vertical padding of buttons
6646
- /// @group buttons
6646
+ /// @group button
6647
6647
  $button-padding-y: $padding-y !default;
6648
6648
  $button-font-family: $font-family !default;
6649
6649
  $button-font-size: $font-size !default;
@@ -6657,63 +6657,63 @@ $button-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2}
6657
6657
  $button-inner-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2} ) !default;
6658
6658
 
6659
6659
  /// The background of the buttons.
6660
- /// @group buttons
6660
+ /// @group button
6661
6661
  $button-bg: $base-bg !default;
6662
6662
  /// The text color of the buttons.
6663
- /// @group buttons
6663
+ /// @group button
6664
6664
  $button-text: $base-text !default;
6665
6665
  /// The border color of the buttons.
6666
- /// @group buttons
6666
+ /// @group button
6667
6667
  $button-border: try-shade( $button-bg, 2 ) !default;
6668
6668
  /// The background gradient of the buttons.
6669
- /// @group buttons
6669
+ /// @group button
6670
6670
  $button-gradient: $base-gradient !default;
6671
6671
  $button-shadow: null !default;
6672
6672
 
6673
6673
  /// The background of hovered buttons.
6674
- /// @group buttons
6674
+ /// @group button
6675
6675
  $button-hovered-bg: try-shade( $button-bg, 1 ) !default;
6676
6676
  /// The text color of hovered buttons.
6677
- /// @group buttons
6677
+ /// @group button
6678
6678
  $button-hovered-text: null !default;
6679
6679
  /// The border color of hovered buttons.
6680
- /// @group buttons
6680
+ /// @group button
6681
6681
  $button-hovered-border: try-shade( $button-hovered-bg, 2 ) !default;
6682
6682
  /// The background gradient of hovered buttons.
6683
- /// @group buttons
6683
+ /// @group button
6684
6684
  $button-hovered-gradient: null !default;
6685
6685
  $button-hovered-shadow: null !default;
6686
6686
 
6687
6687
  /// The background color of active buttons.
6688
- /// @group buttons
6688
+ /// @group button
6689
6689
  $button-active-bg: try-shade( $button-bg, 2 ) !default;
6690
6690
  /// The text color of active buttons.
6691
- /// @group buttons
6691
+ /// @group button
6692
6692
  $button-active-text: null !default;
6693
6693
  /// The border color of active buttons.
6694
- /// @group buttons
6694
+ /// @group button
6695
6695
  $button-active-border: try-shade( $button-active-bg, 2 ) !default;
6696
6696
  /// The background gradient of active buttons.
6697
- /// @group buttons
6697
+ /// @group button
6698
6698
  $button-active-gradient: null !default;
6699
6699
  $button-active-shadow: null !default;
6700
6700
 
6701
6701
  /// The background color of selected buttons.
6702
- /// @group buttons
6702
+ /// @group button
6703
6703
  $button-selected-bg: $button-active-bg !default;
6704
6704
  /// The text color of selected buttons.
6705
- /// @group buttons
6705
+ /// @group button
6706
6706
  $button-selected-text: $button-active-text !default;
6707
6707
  /// The border color of selected buttons.
6708
- /// @group buttons
6708
+ /// @group button
6709
6709
  $button-selected-border: $button-active-border !default;
6710
6710
  /// The background gradient of selected buttons.
6711
- /// @group buttons
6711
+ /// @group button
6712
6712
  $button-selected-gradient: null !default;
6713
6713
  $button-selected-shadow: null !default;
6714
6714
 
6715
6715
  /// The shadow of focused buttons.
6716
- /// @group buttons
6716
+ /// @group button
6717
6717
  $button-focused-shadow: 0 0 4px 0 rgba( $button-border, .75 ) !default;
6718
6718
 
6719
6719
 
@@ -10758,7 +10758,23 @@ $toolbar-separator-border: inherit !default;
10758
10758
  // #endregion
10759
10759
 
10760
10760
  // #endregion
10761
- // #region @import "../action-buttons/_variables.scss"; -> packages/classic/scss/action-buttons/_variables.scss
10761
+ // #region @import "../action-buttons/_index.scss"; -> packages/classic/scss/action-buttons/_index.scss
10762
+ // #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
10763
+ // File already imported_once. Skipping output.
10764
+ // #endregion
10765
+
10766
+
10767
+ // Dependencies
10768
+ // #region @import "../common/_index.scss"; -> packages/classic/scss/common/_index.scss
10769
+ // File already imported_once. Skipping output.
10770
+ // #endregion
10771
+ // #region @import "../button/_index.scss"; -> packages/classic/scss/button/_index.scss
10772
+ // File already imported_once. Skipping output.
10773
+ // #endregion
10774
+
10775
+
10776
+ // Component
10777
+ // #region @import "_variables.scss"; -> packages/classic/scss/action-buttons/_variables.scss
10762
10778
  // Actions
10763
10779
  $actions-margin-top: map-get( $spacing, 4 ) !default;
10764
10780
  $actions-padding-x: map-get( $spacing, 2 ) !default;
@@ -10771,6 +10787,102 @@ $actions-text: null !default;
10771
10787
  $actions-border: null !default;
10772
10788
  $actions-gradient: null !default;
10773
10789
 
10790
+ // #endregion
10791
+ // #region @import "_layout.scss"; -> packages/classic/scss/action-buttons/_layout.scss
10792
+ // #region @import "~@progress/kendo-theme-default/scss/action-buttons/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss
10793
+ @include exports("action-buttons/layout") {
10794
+
10795
+ .k-actions {
10796
+ padding: $actions-padding-y $actions-padding-x;
10797
+ border-width: $actions-border-width 0 0 0;
10798
+ border-style: solid;
10799
+ border-color: inherit;
10800
+ flex-shrink: 0;
10801
+ display: flex;
10802
+ flex-flow: row nowrap;
10803
+ align-items: center;
10804
+ gap: $actions-button-spacing;
10805
+ overflow: hidden;
10806
+ // TODO: remove
10807
+ clear: both;
10808
+ }
10809
+
10810
+
10811
+ // Actions in popup
10812
+ .k-popup .k-actions {
10813
+ margin-top: $actions-margin-top;
10814
+ }
10815
+
10816
+
10817
+ // Aliases
10818
+ .k-edit-buttons,
10819
+ .k-action-buttons,
10820
+ .k-columnmenu-actions {
10821
+ @extend .k-actions;
10822
+ }
10823
+
10824
+
10825
+ // Legacy spacing
10826
+ .k-ie {
10827
+ .k-actions .k-button ~ .k-button {
10828
+ margin-left: $actions-button-spacing;
10829
+ flex-shrink: 0;
10830
+
10831
+ .k-rtl &,
10832
+ [dir="rtl"] & {
10833
+ margin-left: 0;
10834
+ margin-right: $actions-button-spacing;
10835
+ }
10836
+ }
10837
+ }
10838
+
10839
+ // Actions align
10840
+ .k-actions-start {
10841
+ justify-content: flex-start;
10842
+ }
10843
+ .k-actions-center {
10844
+ justify-content: center;
10845
+ }
10846
+ .k-actions-end {
10847
+ justify-content: flex-end;
10848
+ }
10849
+ .k-actions-stretched > * {
10850
+ flex: 1 0 0%;
10851
+ }
10852
+
10853
+ // Actions orientation
10854
+ .k-actions-horizontal {
10855
+ width: 100%;
10856
+ flex-flow: row nowrap;
10857
+ }
10858
+ .k-actions-vertical {
10859
+ flex-flow: column nowrap;
10860
+ }
10861
+
10862
+ }
10863
+
10864
+ // #endregion
10865
+
10866
+ // #endregion
10867
+ // #region @import "_theme.scss"; -> packages/classic/scss/action-buttons/_theme.scss
10868
+ // #region @import "~@progress/kendo-theme-default/scss/action-buttons/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/action-buttons/_theme.scss
10869
+ @include exports("action-buttons/theme") {
10870
+
10871
+ .k-actions {
10872
+ @include fill(
10873
+ $actions-text,
10874
+ $actions-bg,
10875
+ $actions-border,
10876
+ $actions-gradient
10877
+ );
10878
+ }
10879
+
10880
+ }
10881
+
10882
+ // #endregion
10883
+
10884
+ // #endregion
10885
+
10774
10886
  // #endregion
10775
10887
  // #region @import "../window/_variables.scss"; -> packages/classic/scss/window/_variables.scss
10776
10888
  // Window
@@ -10935,7 +11047,6 @@ $window-sizes: (
10935
11047
  }
10936
11048
 
10937
11049
  .k-form-field,
10938
- .k-form-buttons,
10939
11050
  .k-daterangepicker .k-textbox-container {
10940
11051
  margin-top: $form-field-margin-top;
10941
11052
  }
@@ -10999,15 +11110,9 @@ $window-sizes: (
10999
11110
 
11000
11111
  // Form Buttons Container
11001
11112
  .k-form-buttons {
11002
- display: flex;
11003
-
11004
- > * {
11005
- margin-right: $form-button-margin-x;
11006
-
11007
- &:last-child {
11008
- margin-right: 0;
11009
- }
11010
- }
11113
+ @extend .k-actions;
11114
+ margin-top: 2 * $form-field-margin-top;
11115
+ padding: 0;
11011
11116
  }
11012
11117
 
11013
11118
  // Form Hint/Error Messages
@@ -11064,28 +11169,12 @@ $window-sizes: (
11064
11169
  max-width: $horizontal-form-field-wrap-max-width;
11065
11170
  flex: 1 1 auto;
11066
11171
  }
11067
-
11068
- .k-form-buttons {
11069
- margin-top: 2 * $form-field-margin-top;
11070
- }
11071
11172
  }
11072
11173
 
11073
11174
  // RTL Adjustments
11074
11175
  .k-form {
11075
11176
  [dir="rtl"],
11076
11177
  .k-rtl & {
11077
- .k-form-buttons,
11078
- &.k-form-buttons {
11079
- > * {
11080
- margin-right: 0;
11081
- margin-left: $form-button-margin-x;
11082
-
11083
- &:last-child {
11084
- margin-left: 0;
11085
- }
11086
- }
11087
- }
11088
-
11089
11178
  .k-label-optional {
11090
11179
  margin-left: 0;
11091
11180
  margin-right: $label-optional-margin-x;
@@ -16320,119 +16409,7 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
16320
16409
  // File already imported_once. Skipping output.
16321
16410
  // #endregion
16322
16411
  // #region @import "../action-buttons/_index.scss"; -> packages/classic/scss/action-buttons/_index.scss
16323
- // #region @import "../core/_index.scss"; -> packages/classic/scss/core/_index.scss
16324
- // File already imported_once. Skipping output.
16325
- // #endregion
16326
-
16327
-
16328
- // Dependencies
16329
- // #region @import "../common/_index.scss"; -> packages/classic/scss/common/_index.scss
16330
- // File already imported_once. Skipping output.
16331
- // #endregion
16332
- // #region @import "../button/_index.scss"; -> packages/classic/scss/button/_index.scss
16333
- // File already imported_once. Skipping output.
16334
- // #endregion
16335
-
16336
-
16337
- // Component
16338
- // #region @import "_variables.scss"; -> packages/classic/scss/action-buttons/_variables.scss
16339
16412
  // File already imported_once. Skipping output.
16340
- // #endregion
16341
- // #region @import "_layout.scss"; -> packages/classic/scss/action-buttons/_layout.scss
16342
- // #region @import "~@progress/kendo-theme-default/scss/action-buttons/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss
16343
- @include exports("action-buttons/layout") {
16344
-
16345
- .k-actions {
16346
- padding: $actions-padding-y $actions-padding-x;
16347
- border-width: $actions-border-width 0 0 0;
16348
- border-style: solid;
16349
- border-color: inherit;
16350
- flex-shrink: 0;
16351
- display: flex;
16352
- flex-flow: row nowrap;
16353
- align-items: center;
16354
- gap: $actions-button-spacing;
16355
- overflow: hidden;
16356
- // TODO: remove
16357
- clear: both;
16358
- }
16359
-
16360
-
16361
- // Actions in popup
16362
- .k-popup .k-actions {
16363
- margin-top: $actions-margin-top;
16364
- }
16365
-
16366
-
16367
- // Aliases
16368
- .k-edit-buttons,
16369
- .k-action-buttons,
16370
- .k-columnmenu-actions {
16371
- @extend .k-actions;
16372
- }
16373
-
16374
-
16375
- // Legacy spacing
16376
- .k-ie {
16377
- .k-actions .k-button ~ .k-button {
16378
- margin-left: $actions-button-spacing;
16379
- flex-shrink: 0;
16380
-
16381
- .k-rtl &,
16382
- [dir="rtl"] & {
16383
- margin-left: 0;
16384
- margin-right: $actions-button-spacing;
16385
- }
16386
- }
16387
- }
16388
-
16389
- // Actions align
16390
- .k-actions-start {
16391
- justify-content: flex-start;
16392
- }
16393
- .k-actions-center {
16394
- justify-content: center;
16395
- }
16396
- .k-actions-end {
16397
- justify-content: flex-end;
16398
- }
16399
- .k-actions-stretched > * {
16400
- flex: 1 0 0%;
16401
- }
16402
-
16403
- // Actions orientation
16404
- .k-actions-horizontal {
16405
- width: 100%;
16406
- flex-flow: row nowrap;
16407
- }
16408
- .k-actions-vertical {
16409
- flex-flow: column nowrap;
16410
- }
16411
-
16412
- }
16413
-
16414
- // #endregion
16415
-
16416
- // #endregion
16417
- // #region @import "_theme.scss"; -> packages/classic/scss/action-buttons/_theme.scss
16418
- // #region @import "~@progress/kendo-theme-default/scss/action-buttons/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/action-buttons/_theme.scss
16419
- @include exports("action-buttons/theme") {
16420
-
16421
- .k-actions {
16422
- @include fill(
16423
- $actions-text,
16424
- $actions-bg,
16425
- $actions-border,
16426
- $actions-gradient
16427
- );
16428
- }
16429
-
16430
- }
16431
-
16432
- // #endregion
16433
-
16434
- // #endregion
16435
-
16436
16413
  // #endregion
16437
16414
  // #region @import "../color-preview/_index.scss"; -> packages/classic/scss/color-preview/_index.scss
16438
16415
  // File already imported_once. Skipping output.
@@ -26230,10 +26207,10 @@ $tabstrip-indicator-color: null !default;
26230
26207
 
26231
26208
  /// Horizontal padding of tabstrip content
26232
26209
  /// @group tabstrip
26233
- $tabstrip-content-padding-x: $tabstrip-item-padding-x !default;
26210
+ $tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
26234
26211
  /// Vertical padding of tabstrip content
26235
26212
  /// @group tabstrip
26236
- $tabstrip-content-padding-y: $tabstrip-item-padding-y !default;
26213
+ $tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
26237
26214
  /// Width of border around tabstrip content
26238
26215
  /// @group tabstrip
26239
26216
  $tabstrip-content-border-width: 1px !default;
@@ -29119,11 +29096,6 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29119
29096
  border-right-width: 0;
29120
29097
  }
29121
29098
 
29122
- .k-filtercell-operator {
29123
- margin-left: 0;
29124
- margin-right: $table-cell-padding-y / 2;
29125
- }
29126
-
29127
29099
  .k-dirty {
29128
29100
  border-color: currentColor currentColor transparent transparent;
29129
29101
  left: auto;
@@ -29556,77 +29528,38 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
29556
29528
  .k-multiselect {
29557
29529
  height: auto;
29558
29530
  }
29559
-
29560
- .k-filtercell .k-widget.k-sized-input {
29561
- flex: 0 1 auto;
29562
- }
29563
29531
  }
29564
29532
 
29565
29533
  .k-filtercell {
29566
29534
  width: auto;
29567
29535
  display: flex;
29536
+ flex-flow: row nowrap;
29537
+ align-items: center;
29568
29538
 
29569
29539
  > span,
29570
29540
  .k-filtercell-wrapper {
29571
29541
  display: flex;
29542
+ flex-flow: row nowrap;
29543
+ align-items: center;
29544
+ gap: ( $grid-cell-padding-y / 2 );
29572
29545
  flex: 1 1 auto;
29573
29546
 
29574
- > label {
29575
- vertical-align: middle;
29576
- }
29577
- }
29578
-
29579
- .k-filtercell-wrapper > .k-widget {
29580
- width: 100%;
29581
- }
29582
-
29583
- > span {
29584
- .k-button {
29585
- visibility: visible;
29586
- pointer-events: all;
29547
+ > .k-widget,
29548
+ > .k-textbox {
29549
+ width: 100%;
29587
29550
  }
29588
29551
 
29589
- .k-button,
29552
+ .k-colorpicker,
29590
29553
  .k-dropdown-operator {
29591
- margin-left: $grid-cell-padding-y / 2;
29592
-
29593
- .k-ie & {
29594
- min-width: $button-inner-calc-size;
29595
- }
29596
- }
29597
-
29598
- .k-widget {
29599
- width: auto;
29600
- }
29601
- }
29602
-
29603
- .k-filtercell-operator {
29604
- > .k-button.k-clear-button-visible {
29605
- visibility: visible;
29606
- height: $button-calc-size;
29554
+ width: min-content;
29555
+ flex: none;
29607
29556
  }
29608
29557
 
29609
- > .k-button:not(.k-clear-button-visible) {
29610
- visibility: hidden;
29611
- pointer-events: none;
29558
+ > .k-button {
29559
+ flex: none;
29612
29560
  }
29613
29561
  }
29614
29562
 
29615
- .k-filtercell-operator {
29616
- margin-left: $grid-cell-padding-y / 2;
29617
- }
29618
-
29619
- .k-widget:not(.k-dropdown-operator),
29620
- .k-filtercell-wrapper > .k-textbox {
29621
- display: flex;
29622
- flex: 1 1 auto;
29623
- }
29624
-
29625
- .k-filtercell-wrapper > .k-textbox {
29626
- width: 100%;
29627
- min-width: 0;
29628
- }
29629
-
29630
29563
  }
29631
29564
 
29632
29565
  // Grid content
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-default",
3
3
  "description": "SASS resources for the default Kendo UI theme",
4
- "version": "4.43.0",
4
+ "version": "4.43.1-dev.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -47,5 +47,5 @@
47
47
  "dart:flat": "gulp dart:flat",
48
48
  "prepublishOnly": "echo 'no prebublish for default theme'"
49
49
  },
50
- "gitHead": "8841c18b8c8f2b159bcd5ed316ce283c5de2fd7c"
50
+ "gitHead": "e315a28dad00d287edbdf58668becda3d815504f"
51
51
  }
@@ -1,17 +1,17 @@
1
1
  // Button
2
2
 
3
3
  /// Width of border around buttons
4
- /// @group buttons
4
+ /// @group button
5
5
  $button-border-width: 1px !default;
6
6
  /// Border radius of buttons
7
- /// @group buttons
7
+ /// @group button
8
8
  $button-border-radius: $border-radius !default;
9
9
 
10
10
  /// Horizontal padding of buttons
11
- /// @group buttons
11
+ /// @group button
12
12
  $button-padding-x: $padding-x !default;
13
13
  /// Vertical padding of buttons
14
- /// @group buttons
14
+ /// @group button
15
15
  $button-padding-y: $padding-y !default;
16
16
  $button-font-family: $font-family !default;
17
17
  $button-font-size: $font-size !default;
@@ -25,63 +25,63 @@ $button-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2}
25
25
  $button-inner-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2} ) !default;
26
26
 
27
27
  /// The background of the buttons.
28
- /// @group buttons
28
+ /// @group button
29
29
  $button-bg: #f5f5f5 !default;
30
30
  /// The text color of the buttons.
31
- /// @group buttons
31
+ /// @group button
32
32
  $button-text: #424242 !default;
33
33
  /// The border color of the buttons.
34
- /// @group buttons
34
+ /// @group button
35
35
  $button-border: rgba( black, .08 ) !default;
36
36
  /// The background gradient of the buttons.
37
- /// @group buttons
37
+ /// @group button
38
38
  $button-gradient: rgba( black, 0 ), rgba( black, .02 ) !default;
39
39
  $button-shadow: null !default;
40
40
 
41
41
  /// The background of hovered buttons.
42
- /// @group buttons
42
+ /// @group button
43
43
  $button-hovered-bg: try-shade( $button-bg, .5 ) !default;
44
44
  /// The text color of hovered buttons.
45
- /// @group buttons
45
+ /// @group button
46
46
  $button-hovered-text: null !default;
47
47
  /// The border color of hovered buttons.
48
- /// @group buttons
48
+ /// @group button
49
49
  $button-hovered-border: null !default;
50
50
  /// The background gradient of hovered buttons.
51
- /// @group buttons
51
+ /// @group button
52
52
  $button-hovered-gradient: null !default;
53
53
  $button-hovered-shadow: null !default;
54
54
 
55
55
  /// The background color of active buttons.
56
- /// @group buttons
56
+ /// @group button
57
57
  $button-active-bg: try-shade( $button-bg, 1.5 ) !default;
58
58
  /// The text color of active buttons.
59
- /// @group buttons
59
+ /// @group button
60
60
  $button-active-text: null !default;
61
61
  /// The border color of active buttons.
62
- /// @group buttons
62
+ /// @group button
63
63
  $button-active-border: null !default;
64
64
  /// The background gradient of active buttons.
65
- /// @group buttons
65
+ /// @group button
66
66
  $button-active-gradient: null !default;
67
67
  $button-active-shadow: null !default;
68
68
 
69
69
  /// The background color of selected buttons.
70
- /// @group buttons
70
+ /// @group button
71
71
  $button-selected-bg: $primary !default;
72
72
  /// The text color of selected buttons.
73
- /// @group buttons
73
+ /// @group button
74
74
  $button-selected-text: contrast-wcag( $button-selected-bg ) !default;
75
75
  /// The border color of selected buttons.
76
- /// @group buttons
76
+ /// @group button
77
77
  $button-selected-border: $button-selected-bg !default;
78
78
  /// The background gradient of selected buttons.
79
- /// @group buttons
79
+ /// @group button
80
80
  $button-selected-gradient: null !default;
81
81
  $button-selected-shadow: null !default;
82
82
 
83
83
  /// The shadow of focused buttons.
84
- /// @group buttons
84
+ /// @group button
85
85
  $button-focused-shadow: 0 0 0 2px rgba( $button-border, .08 ) !default;
86
86
 
87
87
 
@@ -7,7 +7,7 @@
7
7
  @import "../button/_variables.scss";
8
8
  @import "../input/_variables.scss";
9
9
  @import "../toolbar/_index.scss";
10
- @import "../action-buttons/_variables.scss";
10
+ @import "../action-buttons/_index.scss";
11
11
  @import "../window/_variables.scss";
12
12
 
13
13
 
@@ -106,7 +106,6 @@
106
106
  }
107
107
 
108
108
  .k-form-field,
109
- .k-form-buttons,
110
109
  .k-daterangepicker .k-textbox-container {
111
110
  margin-top: $form-field-margin-top;
112
111
  }
@@ -170,15 +169,9 @@
170
169
 
171
170
  // Form Buttons Container
172
171
  .k-form-buttons {
173
- display: flex;
174
-
175
- > * {
176
- margin-right: $form-button-margin-x;
177
-
178
- &:last-child {
179
- margin-right: 0;
180
- }
181
- }
172
+ @extend .k-actions;
173
+ margin-top: 2 * $form-field-margin-top;
174
+ padding: 0;
182
175
  }
183
176
 
184
177
  // Form Hint/Error Messages
@@ -235,28 +228,12 @@
235
228
  max-width: $horizontal-form-field-wrap-max-width;
236
229
  flex: 1 1 auto;
237
230
  }
238
-
239
- .k-form-buttons {
240
- margin-top: 2 * $form-field-margin-top;
241
- }
242
231
  }
243
232
 
244
233
  // RTL Adjustments
245
234
  .k-form {
246
235
  [dir="rtl"],
247
236
  .k-rtl & {
248
- .k-form-buttons,
249
- &.k-form-buttons {
250
- > * {
251
- margin-right: 0;
252
- margin-left: $form-button-margin-x;
253
-
254
- &:last-child {
255
- margin-left: 0;
256
- }
257
- }
258
- }
259
-
260
237
  .k-label-optional {
261
238
  margin-left: 0;
262
239
  margin-right: $label-optional-margin-x;
@@ -320,11 +320,6 @@
320
320
  border-right-width: 0;
321
321
  }
322
322
 
323
- .k-filtercell-operator {
324
- margin-left: 0;
325
- margin-right: $table-cell-padding-y / 2;
326
- }
327
-
328
323
  .k-dirty {
329
324
  border-color: currentColor currentColor transparent transparent;
330
325
  left: auto;
@@ -757,77 +752,38 @@
757
752
  .k-multiselect {
758
753
  height: auto;
759
754
  }
760
-
761
- .k-filtercell .k-widget.k-sized-input {
762
- flex: 0 1 auto;
763
- }
764
755
  }
765
756
 
766
757
  .k-filtercell {
767
758
  width: auto;
768
759
  display: flex;
760
+ flex-flow: row nowrap;
761
+ align-items: center;
769
762
 
770
763
  > span,
771
764
  .k-filtercell-wrapper {
772
765
  display: flex;
766
+ flex-flow: row nowrap;
767
+ align-items: center;
768
+ gap: ( $grid-cell-padding-y / 2 );
773
769
  flex: 1 1 auto;
774
770
 
775
- > label {
776
- vertical-align: middle;
777
- }
778
- }
779
-
780
- .k-filtercell-wrapper > .k-widget {
781
- width: 100%;
782
- }
783
-
784
- > span {
785
- .k-button {
786
- visibility: visible;
787
- pointer-events: all;
771
+ > .k-widget,
772
+ > .k-textbox {
773
+ width: 100%;
788
774
  }
789
775
 
790
- .k-button,
776
+ .k-colorpicker,
791
777
  .k-dropdown-operator {
792
- margin-left: $grid-cell-padding-y / 2;
793
-
794
- .k-ie & {
795
- min-width: $button-inner-calc-size;
796
- }
797
- }
798
-
799
- .k-widget {
800
- width: auto;
801
- }
802
- }
803
-
804
- .k-filtercell-operator {
805
- > .k-button.k-clear-button-visible {
806
- visibility: visible;
807
- height: $button-calc-size;
778
+ width: min-content;
779
+ flex: none;
808
780
  }
809
781
 
810
- > .k-button:not(.k-clear-button-visible) {
811
- visibility: hidden;
812
- pointer-events: none;
782
+ > .k-button {
783
+ flex: none;
813
784
  }
814
785
  }
815
786
 
816
- .k-filtercell-operator {
817
- margin-left: $grid-cell-padding-y / 2;
818
- }
819
-
820
- .k-widget:not(.k-dropdown-operator),
821
- .k-filtercell-wrapper > .k-textbox {
822
- display: flex;
823
- flex: 1 1 auto;
824
- }
825
-
826
- .k-filtercell-wrapper > .k-textbox {
827
- width: 100%;
828
- min-width: 0;
829
- }
830
-
831
787
  }
832
788
 
833
789
  // Grid content
@@ -86,10 +86,10 @@ $tabstrip-indicator-color: null !default;
86
86
 
87
87
  /// Horizontal padding of tabstrip content
88
88
  /// @group tabstrip
89
- $tabstrip-content-padding-x: $tabstrip-item-padding-x !default;
89
+ $tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
90
90
  /// Vertical padding of tabstrip content
91
91
  /// @group tabstrip
92
- $tabstrip-content-padding-y: $tabstrip-item-padding-y !default;
92
+ $tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
93
93
  /// Width of border around tabstrip content
94
94
  /// @group tabstrip
95
95
  $tabstrip-content-border-width: 1px !default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-classic",
3
3
  "description": "Sass port of less based themes for Kendo UI theme",
4
- "version": "4.43.0",
4
+ "version": "4.43.1-dev.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -50,7 +50,7 @@
50
50
  "postpublish": "rm -rf modules && git checkout scss"
51
51
  },
52
52
  "dependencies": {
53
- "@progress/kendo-theme-default": "^4.43.0"
53
+ "@progress/kendo-theme-default": "^4.43.1-dev.0"
54
54
  },
55
- "gitHead": "8841c18b8c8f2b159bcd5ed316ce283c5de2fd7c"
55
+ "gitHead": "e315a28dad00d287edbdf58668becda3d815504f"
56
56
  }
@@ -1,17 +1,17 @@
1
1
  // Button
2
2
 
3
3
  /// Width of border around buttons
4
- /// @group buttons
4
+ /// @group button
5
5
  $button-border-width: 1px !default;
6
6
  /// Border radius of buttons
7
- /// @group buttons
7
+ /// @group button
8
8
  $button-border-radius: $border-radius !default;
9
9
 
10
10
  /// Horizontal padding of buttons
11
- /// @group buttons
11
+ /// @group button
12
12
  $button-padding-x: $padding-x !default;
13
13
  /// Vertical padding of buttons
14
- /// @group buttons
14
+ /// @group button
15
15
  $button-padding-y: $padding-y !default;
16
16
  $button-font-family: $font-family !default;
17
17
  $button-font-size: $font-size !default;
@@ -25,63 +25,63 @@ $button-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2}
25
25
  $button-inner-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2} ) !default;
26
26
 
27
27
  /// The background of the buttons.
28
- /// @group buttons
28
+ /// @group button
29
29
  $button-bg: $base-bg !default;
30
30
  /// The text color of the buttons.
31
- /// @group buttons
31
+ /// @group button
32
32
  $button-text: $base-text !default;
33
33
  /// The border color of the buttons.
34
- /// @group buttons
34
+ /// @group button
35
35
  $button-border: try-shade( $button-bg, 2 ) !default;
36
36
  /// The background gradient of the buttons.
37
- /// @group buttons
37
+ /// @group button
38
38
  $button-gradient: $base-gradient !default;
39
39
  $button-shadow: null !default;
40
40
 
41
41
  /// The background of hovered buttons.
42
- /// @group buttons
42
+ /// @group button
43
43
  $button-hovered-bg: try-shade( $button-bg, 1 ) !default;
44
44
  /// The text color of hovered buttons.
45
- /// @group buttons
45
+ /// @group button
46
46
  $button-hovered-text: null !default;
47
47
  /// The border color of hovered buttons.
48
- /// @group buttons
48
+ /// @group button
49
49
  $button-hovered-border: try-shade( $button-hovered-bg, 2 ) !default;
50
50
  /// The background gradient of hovered buttons.
51
- /// @group buttons
51
+ /// @group button
52
52
  $button-hovered-gradient: null !default;
53
53
  $button-hovered-shadow: null !default;
54
54
 
55
55
  /// The background color of active buttons.
56
- /// @group buttons
56
+ /// @group button
57
57
  $button-active-bg: try-shade( $button-bg, 2 ) !default;
58
58
  /// The text color of active buttons.
59
- /// @group buttons
59
+ /// @group button
60
60
  $button-active-text: null !default;
61
61
  /// The border color of active buttons.
62
- /// @group buttons
62
+ /// @group button
63
63
  $button-active-border: try-shade( $button-active-bg, 2 ) !default;
64
64
  /// The background gradient of active buttons.
65
- /// @group buttons
65
+ /// @group button
66
66
  $button-active-gradient: null !default;
67
67
  $button-active-shadow: null !default;
68
68
 
69
69
  /// The background color of selected buttons.
70
- /// @group buttons
70
+ /// @group button
71
71
  $button-selected-bg: $button-active-bg !default;
72
72
  /// The text color of selected buttons.
73
- /// @group buttons
73
+ /// @group button
74
74
  $button-selected-text: $button-active-text !default;
75
75
  /// The border color of selected buttons.
76
- /// @group buttons
76
+ /// @group button
77
77
  $button-selected-border: $button-active-border !default;
78
78
  /// The background gradient of selected buttons.
79
- /// @group buttons
79
+ /// @group button
80
80
  $button-selected-gradient: null !default;
81
81
  $button-selected-shadow: null !default;
82
82
 
83
83
  /// The shadow of focused buttons.
84
- /// @group buttons
84
+ /// @group button
85
85
  $button-focused-shadow: 0 0 4px 0 rgba( $button-border, .75 ) !default;
86
86
 
87
87
 
@@ -7,7 +7,7 @@
7
7
  @import "../button/_variables.scss";
8
8
  @import "../input/_variables.scss";
9
9
  @import "../toolbar/_index.scss";
10
- @import "../action-buttons/_variables.scss";
10
+ @import "../action-buttons/_index.scss";
11
11
  @import "../window/_variables.scss";
12
12
 
13
13
 
@@ -86,10 +86,10 @@ $tabstrip-indicator-color: null !default;
86
86
 
87
87
  /// Horizontal padding of tabstrip content
88
88
  /// @group tabstrip
89
- $tabstrip-content-padding-x: $tabstrip-item-padding-x !default;
89
+ $tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
90
90
  /// Vertical padding of tabstrip content
91
91
  /// @group tabstrip
92
- $tabstrip-content-padding-y: $tabstrip-item-padding-y !default;
92
+ $tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
93
93
  /// Width of border around tabstrip content
94
94
  /// @group tabstrip
95
95
  $tabstrip-content-border-width: 1px !default;