@progress/kendo-theme-material 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.scss CHANGED
@@ -7486,17 +7486,17 @@ $badge-dot-size-lg: 12px !default;
7486
7486
  // Button
7487
7487
 
7488
7488
  /// Width of border around buttons
7489
- /// @group buttons
7489
+ /// @group button
7490
7490
  $button-border-width: 0px !default;
7491
7491
  /// Border radius of buttons
7492
- /// @group buttons
7492
+ /// @group button
7493
7493
  $button-border-radius: $border-radius !default;
7494
7494
 
7495
7495
  /// Horizontal padding of buttons
7496
- /// @group buttons
7496
+ /// @group button
7497
7497
  $button-padding-x: $padding-x !default;
7498
7498
  /// Vertical padding of buttons
7499
- /// @group buttons
7499
+ /// @group button
7500
7500
  $button-padding-y: 8px !default;
7501
7501
  $button-font-family: $font-family !default;
7502
7502
  $button-font-size: $font-size !default;
@@ -7510,63 +7510,63 @@ $button-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2}
7510
7510
  $button-inner-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-y * 2} ) !default;
7511
7511
 
7512
7512
  /// The background of the buttons.
7513
- /// @group buttons
7513
+ /// @group button
7514
7514
  $button-bg: $base-bg !default;
7515
7515
  /// The text color of the buttons.
7516
- /// @group buttons
7516
+ /// @group button
7517
7517
  $button-text: $base-text !default;
7518
7518
  /// The border color of the buttons.
7519
- /// @group buttons
7519
+ /// @group button
7520
7520
  $button-border: $button-bg !default;
7521
7521
  /// The background gradient of the buttons.
7522
- /// @group buttons
7522
+ /// @group button
7523
7523
  $button-gradient: null !default;
7524
7524
  $button-shadow: $box-shadow-depth-2 !default;
7525
7525
 
7526
7526
  /// The background of hovered buttons.
7527
- /// @group buttons
7527
+ /// @group button
7528
7528
  $button-hovered-bg: null !default;
7529
7529
  /// The text color of hovered buttons.
7530
- /// @group buttons
7530
+ /// @group button
7531
7531
  $button-hovered-text: null !default;
7532
7532
  /// The border color of hovered buttons.
7533
- /// @group buttons
7533
+ /// @group button
7534
7534
  $button-hovered-border: null !default;
7535
7535
  /// The background gradient of hovered buttons.
7536
- /// @group buttons
7536
+ /// @group button
7537
7537
  $button-hovered-gradient: null !default;
7538
7538
  $button-hovered-shadow: null !default;
7539
7539
 
7540
7540
  /// The background color of active buttons.
7541
- /// @group buttons
7541
+ /// @group button
7542
7542
  $button-active-bg: null !default;
7543
7543
  /// The text color of active buttons.
7544
- /// @group buttons
7544
+ /// @group button
7545
7545
  $button-active-text: null !default;
7546
7546
  /// The border color of active buttons.
7547
- /// @group buttons
7547
+ /// @group button
7548
7548
  $button-active-border: null !default;
7549
7549
  /// The background gradient of active buttons.
7550
- /// @group buttons
7550
+ /// @group button
7551
7551
  $button-active-gradient: null !default;
7552
7552
  $button-active-shadow: $box-shadow-depth-3 !default;
7553
7553
 
7554
7554
  /// The background color of selected buttons.
7555
- /// @group buttons
7555
+ /// @group button
7556
7556
  $button-selected-bg: $button-active-bg !default;
7557
7557
  /// The text color of selected buttons.
7558
- /// @group buttons
7558
+ /// @group button
7559
7559
  $button-selected-text: $button-active-text !default;
7560
7560
  /// The border color of selected buttons.
7561
- /// @group buttons
7561
+ /// @group button
7562
7562
  $button-selected-border: $button-active-bg !default;
7563
7563
  /// The background gradient of selected buttons.
7564
- /// @group buttons
7564
+ /// @group button
7565
7565
  $button-selected-gradient: null !default;
7566
7566
  $button-selected-shadow: null !default;
7567
7567
 
7568
7568
  /// The shadow of focused buttons.
7569
- /// @group buttons
7569
+ /// @group button
7570
7570
  $button-focused-shadow: null !default;
7571
7571
 
7572
7572
 
@@ -12020,7 +12020,23 @@ $toolbar-separator-border: $component-border !default;
12020
12020
  // #endregion
12021
12021
 
12022
12022
  // #endregion
12023
- // #region @import "../action-buttons/_variables.scss"; -> packages/material/scss/action-buttons/_variables.scss
12023
+ // #region @import "../action-buttons/_index.scss"; -> packages/material/scss/action-buttons/_index.scss
12024
+ // #region @import "../core/_index.scss"; -> packages/material/scss/core/_index.scss
12025
+ // File already imported_once. Skipping output.
12026
+ // #endregion
12027
+
12028
+
12029
+ // Dependencies
12030
+ // #region @import "../common/_index.scss"; -> packages/material/scss/common/_index.scss
12031
+ // File already imported_once. Skipping output.
12032
+ // #endregion
12033
+ // #region @import "../button/_index.scss"; -> packages/material/scss/button/_index.scss
12034
+ // File already imported_once. Skipping output.
12035
+ // #endregion
12036
+
12037
+
12038
+ // Component
12039
+ // #region @import "_variables.scss"; -> packages/material/scss/action-buttons/_variables.scss
12024
12040
  // Actions
12025
12041
  $actions-margin-top: map-get( $spacing, 4 ) !default;
12026
12042
  $actions-padding-x: map-get( $spacing, 2 ) !default;
@@ -12033,6 +12049,123 @@ $actions-text: null !default;
12033
12049
  $actions-border: null !default;
12034
12050
  $actions-gradient: null !default;
12035
12051
 
12052
+ // #endregion
12053
+ // #region @import "_layout.scss"; -> packages/material/scss/action-buttons/_layout.scss
12054
+ // #region @import "~@progress/kendo-theme-default/scss/action-buttons/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss
12055
+ @include exports("action-buttons/layout") {
12056
+
12057
+ .k-actions {
12058
+ padding: $actions-padding-y $actions-padding-x;
12059
+ border-width: $actions-border-width 0 0 0;
12060
+ border-style: solid;
12061
+ border-color: inherit;
12062
+ flex-shrink: 0;
12063
+ display: flex;
12064
+ flex-flow: row nowrap;
12065
+ align-items: center;
12066
+ gap: $actions-button-spacing;
12067
+ overflow: hidden;
12068
+ // TODO: remove
12069
+ clear: both;
12070
+ }
12071
+
12072
+
12073
+ // Actions in popup
12074
+ .k-popup .k-actions {
12075
+ margin-top: $actions-margin-top;
12076
+ }
12077
+
12078
+
12079
+ // Aliases
12080
+ .k-edit-buttons,
12081
+ .k-action-buttons,
12082
+ .k-columnmenu-actions {
12083
+ @extend .k-actions;
12084
+ }
12085
+
12086
+
12087
+ // Legacy spacing
12088
+ .k-ie {
12089
+ .k-actions .k-button ~ .k-button {
12090
+ margin-left: $actions-button-spacing;
12091
+ flex-shrink: 0;
12092
+
12093
+ .k-rtl &,
12094
+ [dir="rtl"] & {
12095
+ margin-left: 0;
12096
+ margin-right: $actions-button-spacing;
12097
+ }
12098
+ }
12099
+ }
12100
+
12101
+ // Actions align
12102
+ .k-actions-start {
12103
+ justify-content: flex-start;
12104
+ }
12105
+ .k-actions-center {
12106
+ justify-content: center;
12107
+ }
12108
+ .k-actions-end {
12109
+ justify-content: flex-end;
12110
+ }
12111
+ .k-actions-stretched > * {
12112
+ flex: 1 0 0%;
12113
+ }
12114
+
12115
+ // Actions orientation
12116
+ .k-actions-horizontal {
12117
+ width: 100%;
12118
+ flex-flow: row nowrap;
12119
+ }
12120
+ .k-actions-vertical {
12121
+ flex-flow: column nowrap;
12122
+ }
12123
+
12124
+ }
12125
+
12126
+ // #endregion
12127
+
12128
+ @include exports("action-buttons/layout/material") {
12129
+
12130
+ .k-actions {
12131
+ .k-button {
12132
+ @include box-shadow( none );
12133
+ }
12134
+ }
12135
+
12136
+ }
12137
+
12138
+ // #endregion
12139
+ // #region @import "_theme.scss"; -> packages/material/scss/action-buttons/_theme.scss
12140
+ // #region @import "~@progress/kendo-theme-default/scss/action-buttons/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/action-buttons/_theme.scss
12141
+ @include exports("action-buttons/theme") {
12142
+
12143
+ .k-actions {
12144
+ @include fill(
12145
+ $actions-text,
12146
+ $actions-bg,
12147
+ $actions-border,
12148
+ $actions-gradient
12149
+ );
12150
+ }
12151
+
12152
+ }
12153
+
12154
+ // #endregion
12155
+
12156
+ @include exports("action-buttons/theme/material") {
12157
+
12158
+ .k-actions {
12159
+ .k-button:not(.k-primary),
12160
+ .k-button-secondary {
12161
+ background-color: try-shade( $button-bg );
12162
+ }
12163
+ }
12164
+
12165
+ }
12166
+
12167
+ // #endregion
12168
+
12036
12169
  // #endregion
12037
12170
  // #region @import "../window/_variables.scss"; -> packages/material/scss/window/_variables.scss
12038
12171
  // Window
@@ -12197,7 +12330,6 @@ $window-sizes: (
12197
12330
  }
12198
12331
 
12199
12332
  .k-form-field,
12200
- .k-form-buttons,
12201
12333
  .k-daterangepicker .k-textbox-container {
12202
12334
  margin-top: $form-field-margin-top;
12203
12335
  }
@@ -12261,15 +12393,9 @@ $window-sizes: (
12261
12393
 
12262
12394
  // Form Buttons Container
12263
12395
  .k-form-buttons {
12264
- display: flex;
12265
-
12266
- > * {
12267
- margin-right: $form-button-margin-x;
12268
-
12269
- &:last-child {
12270
- margin-right: 0;
12271
- }
12272
- }
12396
+ @extend .k-actions;
12397
+ margin-top: 2 * $form-field-margin-top;
12398
+ padding: 0;
12273
12399
  }
12274
12400
 
12275
12401
  // Form Hint/Error Messages
@@ -12326,28 +12452,12 @@ $window-sizes: (
12326
12452
  max-width: $horizontal-form-field-wrap-max-width;
12327
12453
  flex: 1 1 auto;
12328
12454
  }
12329
-
12330
- .k-form-buttons {
12331
- margin-top: 2 * $form-field-margin-top;
12332
- }
12333
12455
  }
12334
12456
 
12335
12457
  // RTL Adjustments
12336
12458
  .k-form {
12337
12459
  [dir="rtl"],
12338
12460
  .k-rtl & {
12339
- .k-form-buttons,
12340
- &.k-form-buttons {
12341
- > * {
12342
- margin-right: 0;
12343
- margin-left: $form-button-margin-x;
12344
-
12345
- &:last-child {
12346
- margin-left: 0;
12347
- }
12348
- }
12349
- }
12350
-
12351
12461
  .k-label-optional {
12352
12462
  margin-left: 0;
12353
12463
  margin-right: $label-optional-margin-x;
@@ -18149,140 +18259,7 @@ $colorgradient-contrast-spacer: map-get( $spacing, 2 ) !default;
18149
18259
  // File already imported_once. Skipping output.
18150
18260
  // #endregion
18151
18261
  // #region @import "../action-buttons/_index.scss"; -> packages/material/scss/action-buttons/_index.scss
18152
- // #region @import "../core/_index.scss"; -> packages/material/scss/core/_index.scss
18153
- // File already imported_once. Skipping output.
18154
- // #endregion
18155
-
18156
-
18157
- // Dependencies
18158
- // #region @import "../common/_index.scss"; -> packages/material/scss/common/_index.scss
18159
- // File already imported_once. Skipping output.
18160
- // #endregion
18161
- // #region @import "../button/_index.scss"; -> packages/material/scss/button/_index.scss
18162
- // File already imported_once. Skipping output.
18163
- // #endregion
18164
-
18165
-
18166
- // Component
18167
- // #region @import "_variables.scss"; -> packages/material/scss/action-buttons/_variables.scss
18168
18262
  // File already imported_once. Skipping output.
18169
- // #endregion
18170
- // #region @import "_layout.scss"; -> packages/material/scss/action-buttons/_layout.scss
18171
- // #region @import "~@progress/kendo-theme-default/scss/action-buttons/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss
18172
- @include exports("action-buttons/layout") {
18173
-
18174
- .k-actions {
18175
- padding: $actions-padding-y $actions-padding-x;
18176
- border-width: $actions-border-width 0 0 0;
18177
- border-style: solid;
18178
- border-color: inherit;
18179
- flex-shrink: 0;
18180
- display: flex;
18181
- flex-flow: row nowrap;
18182
- align-items: center;
18183
- gap: $actions-button-spacing;
18184
- overflow: hidden;
18185
- // TODO: remove
18186
- clear: both;
18187
- }
18188
-
18189
-
18190
- // Actions in popup
18191
- .k-popup .k-actions {
18192
- margin-top: $actions-margin-top;
18193
- }
18194
-
18195
-
18196
- // Aliases
18197
- .k-edit-buttons,
18198
- .k-action-buttons,
18199
- .k-columnmenu-actions {
18200
- @extend .k-actions;
18201
- }
18202
-
18203
-
18204
- // Legacy spacing
18205
- .k-ie {
18206
- .k-actions .k-button ~ .k-button {
18207
- margin-left: $actions-button-spacing;
18208
- flex-shrink: 0;
18209
-
18210
- .k-rtl &,
18211
- [dir="rtl"] & {
18212
- margin-left: 0;
18213
- margin-right: $actions-button-spacing;
18214
- }
18215
- }
18216
- }
18217
-
18218
- // Actions align
18219
- .k-actions-start {
18220
- justify-content: flex-start;
18221
- }
18222
- .k-actions-center {
18223
- justify-content: center;
18224
- }
18225
- .k-actions-end {
18226
- justify-content: flex-end;
18227
- }
18228
- .k-actions-stretched > * {
18229
- flex: 1 0 0%;
18230
- }
18231
-
18232
- // Actions orientation
18233
- .k-actions-horizontal {
18234
- width: 100%;
18235
- flex-flow: row nowrap;
18236
- }
18237
- .k-actions-vertical {
18238
- flex-flow: column nowrap;
18239
- }
18240
-
18241
- }
18242
-
18243
- // #endregion
18244
-
18245
- @include exports("action-buttons/layout/material") {
18246
-
18247
- .k-actions {
18248
- .k-button {
18249
- @include box-shadow( none );
18250
- }
18251
- }
18252
-
18253
- }
18254
-
18255
- // #endregion
18256
- // #region @import "_theme.scss"; -> packages/material/scss/action-buttons/_theme.scss
18257
- // #region @import "~@progress/kendo-theme-default/scss/action-buttons/_theme.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/action-buttons/_theme.scss
18258
- @include exports("action-buttons/theme") {
18259
-
18260
- .k-actions {
18261
- @include fill(
18262
- $actions-text,
18263
- $actions-bg,
18264
- $actions-border,
18265
- $actions-gradient
18266
- );
18267
- }
18268
-
18269
- }
18270
-
18271
- // #endregion
18272
-
18273
- @include exports("action-buttons/theme/material") {
18274
-
18275
- .k-actions {
18276
- .k-button:not(.k-primary),
18277
- .k-button-secondary {
18278
- background-color: try-shade( $button-bg );
18279
- }
18280
- }
18281
-
18282
- }
18283
-
18284
- // #endregion
18285
-
18286
18263
  // #endregion
18287
18264
  // #region @import "../color-preview/_index.scss"; -> packages/material/scss/color-preview/_index.scss
18288
18265
  // File already imported_once. Skipping output.
@@ -28776,10 +28753,10 @@ $tabstrip-indicator-color: $primary !default;
28776
28753
 
28777
28754
  /// Horizontal padding of tabstrip content
28778
28755
  /// @group tabstrip
28779
- $tabstrip-content-padding-x: $tabstrip-item-padding-x !default;
28756
+ $tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
28780
28757
  /// Vertical padding of tabstrip content
28781
28758
  /// @group tabstrip
28782
- $tabstrip-content-padding-y: $tabstrip-item-padding-y !default;
28759
+ $tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
28783
28760
  /// Width of border around tabstrip content
28784
28761
  /// @group tabstrip
28785
28762
  $tabstrip-content-border-width: 0px !default;
@@ -31717,11 +31694,6 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
31717
31694
  border-right-width: 0;
31718
31695
  }
31719
31696
 
31720
- .k-filtercell-operator {
31721
- margin-left: 0;
31722
- margin-right: $table-cell-padding-y / 2;
31723
- }
31724
-
31725
31697
  .k-dirty {
31726
31698
  border-color: currentColor currentColor transparent transparent;
31727
31699
  left: auto;
@@ -32154,77 +32126,38 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
32154
32126
  .k-multiselect {
32155
32127
  height: auto;
32156
32128
  }
32157
-
32158
- .k-filtercell .k-widget.k-sized-input {
32159
- flex: 0 1 auto;
32160
- }
32161
32129
  }
32162
32130
 
32163
32131
  .k-filtercell {
32164
32132
  width: auto;
32165
32133
  display: flex;
32134
+ flex-flow: row nowrap;
32135
+ align-items: center;
32166
32136
 
32167
32137
  > span,
32168
32138
  .k-filtercell-wrapper {
32169
32139
  display: flex;
32140
+ flex-flow: row nowrap;
32141
+ align-items: center;
32142
+ gap: ( $grid-cell-padding-y / 2 );
32170
32143
  flex: 1 1 auto;
32171
32144
 
32172
- > label {
32173
- vertical-align: middle;
32174
- }
32175
- }
32176
-
32177
- .k-filtercell-wrapper > .k-widget {
32178
- width: 100%;
32179
- }
32180
-
32181
- > span {
32182
- .k-button {
32183
- visibility: visible;
32184
- pointer-events: all;
32145
+ > .k-widget,
32146
+ > .k-textbox {
32147
+ width: 100%;
32185
32148
  }
32186
32149
 
32187
- .k-button,
32150
+ .k-colorpicker,
32188
32151
  .k-dropdown-operator {
32189
- margin-left: $grid-cell-padding-y / 2;
32190
-
32191
- .k-ie & {
32192
- min-width: $button-inner-calc-size;
32193
- }
32152
+ width: min-content;
32153
+ flex: none;
32194
32154
  }
32195
32155
 
32196
- .k-widget {
32197
- width: auto;
32198
- }
32199
- }
32200
-
32201
- .k-filtercell-operator {
32202
- > .k-button.k-clear-button-visible {
32203
- visibility: visible;
32204
- height: $button-calc-size;
32205
- }
32206
-
32207
- > .k-button:not(.k-clear-button-visible) {
32208
- visibility: hidden;
32209
- pointer-events: none;
32156
+ > .k-button {
32157
+ flex: none;
32210
32158
  }
32211
32159
  }
32212
32160
 
32213
- .k-filtercell-operator {
32214
- margin-left: $grid-cell-padding-y / 2;
32215
- }
32216
-
32217
- .k-widget:not(.k-dropdown-operator),
32218
- .k-filtercell-wrapper > .k-textbox {
32219
- display: flex;
32220
- flex: 1 1 auto;
32221
- }
32222
-
32223
- .k-filtercell-wrapper > .k-textbox {
32224
- width: 100%;
32225
- min-width: 0;
32226
- }
32227
-
32228
32161
  }
32229
32162
 
32230
32163
  // 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