@syncfusion/ej2-angular-splitbuttons 23.2.4 → 24.1.41-ngcc
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/@syncfusion/ej2-angular-splitbuttons.es5.js +565 -0
- package/@syncfusion/ej2-angular-splitbuttons.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-splitbuttons.js +516 -0
- package/@syncfusion/ej2-angular-splitbuttons.js.map +1 -0
- package/CHANGELOG.md +256 -0
- package/dist/ej2-angular-splitbuttons.umd.js +603 -0
- package/dist/ej2-angular-splitbuttons.umd.js.map +1 -0
- package/dist/ej2-angular-splitbuttons.umd.min.js +11 -0
- package/dist/ej2-angular-splitbuttons.umd.min.js.map +1 -0
- package/ej2-angular-splitbuttons.d.ts +7 -0
- package/ej2-angular-splitbuttons.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/drop-down-button/dropdownbutton-all.module.d.ts +0 -6
- package/src/drop-down-button/dropdownbutton.component.d.ts +0 -3
- package/src/drop-down-button/dropdownbutton.module.d.ts +0 -7
- package/src/drop-down-button/items.directive.d.ts +0 -5
- package/src/progress-button/progressbutton-all.module.d.ts +0 -6
- package/src/progress-button/progressbutton.component.d.ts +0 -3
- package/src/progress-button/progressbutton.module.d.ts +0 -6
- package/src/split-button/items.directive.d.ts +0 -5
- package/src/split-button/splitbutton-all.module.d.ts +0 -6
- package/src/split-button/splitbutton.component.d.ts +0 -3
- package/src/split-button/splitbutton.module.d.ts +0 -7
- package/styles/bootstrap-dark.css +1 -1761
- package/styles/bootstrap.css +1 -1811
- package/styles/bootstrap4.css +1 -1836
- package/styles/bootstrap5-dark.css +1 -1851
- package/styles/bootstrap5.css +1 -1851
- package/styles/button-group/bootstrap-dark.css +1 -752
- package/styles/button-group/bootstrap-dark.scss +1 -4
- package/styles/button-group/bootstrap.css +1 -726
- package/styles/button-group/bootstrap.scss +1 -4
- package/styles/button-group/bootstrap4.css +1 -756
- package/styles/button-group/bootstrap4.scss +1 -4
- package/styles/button-group/bootstrap5-dark.css +1 -751
- package/styles/button-group/bootstrap5-dark.scss +1 -4
- package/styles/button-group/bootstrap5.css +1 -751
- package/styles/button-group/bootstrap5.scss +1 -4
- package/styles/button-group/fabric-dark.css +1 -752
- package/styles/button-group/fabric-dark.scss +1 -4
- package/styles/button-group/fabric.css +1 -758
- package/styles/button-group/fabric.scss +1 -4
- package/styles/button-group/fluent-dark.css +1 -755
- package/styles/button-group/fluent-dark.scss +1 -4
- package/styles/button-group/fluent.css +1 -755
- package/styles/button-group/fluent.scss +1 -4
- package/styles/button-group/highcontrast-light.css +1 -752
- package/styles/button-group/highcontrast-light.scss +1 -4
- package/styles/button-group/highcontrast.css +1 -803
- package/styles/button-group/highcontrast.scss +1 -4
- package/styles/button-group/material-dark.css +1 -752
- package/styles/button-group/material-dark.scss +1 -4
- package/styles/button-group/material.css +1 -756
- package/styles/button-group/material.scss +1 -4
- package/styles/button-group/material3-dark.css +1 -901
- package/styles/button-group/material3-dark.scss +1 -4
- package/styles/button-group/material3.css +1 -957
- package/styles/button-group/material3.scss +1 -4
- package/styles/button-group/tailwind-dark.css +1 -739
- package/styles/button-group/tailwind-dark.scss +1 -4
- package/styles/button-group/tailwind.css +1 -739
- package/styles/button-group/tailwind.scss +1 -4
- package/styles/drop-down-button/bootstrap-dark.css +1 -231
- package/styles/drop-down-button/bootstrap-dark.scss +1 -6
- package/styles/drop-down-button/bootstrap.css +1 -231
- package/styles/drop-down-button/bootstrap.scss +1 -6
- package/styles/drop-down-button/bootstrap4.css +1 -226
- package/styles/drop-down-button/bootstrap4.scss +1 -6
- package/styles/drop-down-button/bootstrap5-dark.css +1 -236
- package/styles/drop-down-button/bootstrap5-dark.scss +1 -6
- package/styles/drop-down-button/bootstrap5.css +1 -236
- package/styles/drop-down-button/bootstrap5.scss +1 -6
- package/styles/drop-down-button/fabric-dark.css +1 -231
- package/styles/drop-down-button/fabric-dark.scss +1 -6
- package/styles/drop-down-button/fabric.css +1 -231
- package/styles/drop-down-button/fabric.scss +1 -6
- package/styles/drop-down-button/fluent-dark.css +1 -233
- package/styles/drop-down-button/fluent-dark.scss +1 -6
- package/styles/drop-down-button/fluent.css +1 -233
- package/styles/drop-down-button/fluent.scss +1 -6
- package/styles/drop-down-button/highcontrast-light.css +1 -231
- package/styles/drop-down-button/highcontrast-light.scss +1 -6
- package/styles/drop-down-button/highcontrast.css +1 -232
- package/styles/drop-down-button/highcontrast.scss +1 -6
- package/styles/drop-down-button/material-dark.css +1 -231
- package/styles/drop-down-button/material-dark.scss +1 -6
- package/styles/drop-down-button/material.css +1 -231
- package/styles/drop-down-button/material.scss +1 -6
- package/styles/drop-down-button/material3-dark.css +1 -292
- package/styles/drop-down-button/material3-dark.scss +1 -6
- package/styles/drop-down-button/material3.css +1 -348
- package/styles/drop-down-button/material3.scss +1 -6
- package/styles/drop-down-button/tailwind-dark.css +1 -241
- package/styles/drop-down-button/tailwind-dark.scss +1 -6
- package/styles/drop-down-button/tailwind.css +1 -241
- package/styles/drop-down-button/tailwind.scss +1 -6
- package/styles/fabric-dark.css +1 -1761
- package/styles/fabric.css +1 -1841
- package/styles/fluent-dark.css +1 -1852
- package/styles/fluent.css +1 -1852
- package/styles/highcontrast-light.css +1 -1761
- package/styles/highcontrast.css +1 -1813
- package/styles/material-dark.css +1 -1761
- package/styles/material.css +1 -1839
- package/styles/material3-dark.css +1 -1999
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +1 -2049
- package/styles/material3.scss +0 -1
- package/styles/progress-button/bootstrap-dark.css +1 -445
- package/styles/progress-button/bootstrap-dark.scss +1 -5
- package/styles/progress-button/bootstrap.css +1 -522
- package/styles/progress-button/bootstrap.scss +1 -5
- package/styles/progress-button/bootstrap4.css +1 -525
- package/styles/progress-button/bootstrap4.scss +1 -5
- package/styles/progress-button/bootstrap5-dark.css +1 -538
- package/styles/progress-button/bootstrap5-dark.scss +1 -5
- package/styles/progress-button/bootstrap5.css +1 -538
- package/styles/progress-button/bootstrap5.scss +1 -5
- package/styles/progress-button/fabric-dark.css +1 -445
- package/styles/progress-button/fabric-dark.scss +1 -5
- package/styles/progress-button/fabric.css +1 -522
- package/styles/progress-button/fabric.scss +1 -5
- package/styles/progress-button/fluent-dark.css +1 -538
- package/styles/progress-button/fluent-dark.scss +1 -5
- package/styles/progress-button/fluent.css +1 -538
- package/styles/progress-button/fluent.scss +1 -5
- package/styles/progress-button/highcontrast-light.css +1 -445
- package/styles/progress-button/highcontrast-light.scss +1 -5
- package/styles/progress-button/highcontrast.css +1 -445
- package/styles/progress-button/highcontrast.scss +1 -5
- package/styles/progress-button/material-dark.css +1 -445
- package/styles/progress-button/material-dark.scss +1 -5
- package/styles/progress-button/material.css +1 -522
- package/styles/progress-button/material.scss +1 -5
- package/styles/progress-button/material3-dark.css +1 -556
- package/styles/progress-button/material3-dark.scss +1 -5
- package/styles/progress-button/material3.css +1 -612
- package/styles/progress-button/material3.scss +1 -5
- package/styles/progress-button/tailwind-dark.css +1 -542
- package/styles/progress-button/tailwind-dark.scss +1 -5
- package/styles/progress-button/tailwind.css +1 -542
- package/styles/progress-button/tailwind.scss +1 -5
- package/styles/split-button/bootstrap-dark.css +1 -330
- package/styles/split-button/bootstrap-dark.scss +1 -6
- package/styles/split-button/bootstrap.css +1 -330
- package/styles/split-button/bootstrap.scss +1 -6
- package/styles/split-button/bootstrap4.css +1 -326
- package/styles/split-button/bootstrap4.scss +1 -6
- package/styles/split-button/bootstrap5-dark.css +1 -323
- package/styles/split-button/bootstrap5-dark.scss +1 -6
- package/styles/split-button/bootstrap5.css +1 -323
- package/styles/split-button/bootstrap5.scss +1 -6
- package/styles/split-button/fabric-dark.css +1 -330
- package/styles/split-button/fabric-dark.scss +1 -6
- package/styles/split-button/fabric.css +1 -327
- package/styles/split-button/fabric.scss +1 -6
- package/styles/split-button/fluent-dark.css +1 -323
- package/styles/split-button/fluent-dark.scss +1 -6
- package/styles/split-button/fluent.css +1 -323
- package/styles/split-button/fluent.scss +1 -6
- package/styles/split-button/highcontrast-light.css +1 -330
- package/styles/split-button/highcontrast-light.scss +1 -6
- package/styles/split-button/highcontrast.css +1 -330
- package/styles/split-button/highcontrast.scss +1 -6
- package/styles/split-button/material-dark.css +1 -330
- package/styles/split-button/material-dark.scss +1 -6
- package/styles/split-button/material.css +1 -327
- package/styles/split-button/material.scss +1 -6
- package/styles/split-button/material3-dark.css +1 -412
- package/styles/split-button/material3-dark.scss +1 -6
- package/styles/split-button/material3.css +1 -462
- package/styles/split-button/material3.scss +1 -6
- package/styles/split-button/tailwind-dark.css +1 -344
- package/styles/split-button/tailwind-dark.scss +1 -6
- package/styles/split-button/tailwind.css +1 -344
- package/styles/split-button/tailwind.scss +1 -6
- package/styles/tailwind-dark.css +1 -1868
- package/styles/tailwind.css +1 -1868
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/drop-down-button/dropdownbutton-all.module.mjs +0 -23
- package/esm2020/src/drop-down-button/dropdownbutton.component.mjs +0 -64
- package/esm2020/src/drop-down-button/dropdownbutton.module.mjs +0 -34
- package/esm2020/src/drop-down-button/items.directive.mjs +0 -46
- package/esm2020/src/index.mjs +0 -13
- package/esm2020/src/progress-button/progressbutton-all.module.mjs +0 -23
- package/esm2020/src/progress-button/progressbutton.component.mjs +0 -59
- package/esm2020/src/progress-button/progressbutton.module.mjs +0 -25
- package/esm2020/src/split-button/items.directive.mjs +0 -46
- package/esm2020/src/split-button/splitbutton-all.module.mjs +0 -23
- package/esm2020/src/split-button/splitbutton.component.mjs +0 -64
- package/esm2020/src/split-button/splitbutton.module.mjs +0 -34
- package/esm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
- package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -405
- package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
- package/styles/button-group/_all.scss +0 -2
- package/styles/button-group/_bootstrap-dark-definition.scss +0 -33
- package/styles/button-group/_bootstrap-definition.scss +0 -30
- package/styles/button-group/_bootstrap4-definition.scss +0 -30
- package/styles/button-group/_bootstrap5-dark-definition.scss +0 -1
- package/styles/button-group/_bootstrap5-definition.scss +0 -31
- package/styles/button-group/_fabric-dark-definition.scss +0 -33
- package/styles/button-group/_fabric-definition.scss +0 -30
- package/styles/button-group/_fluent-dark-definition.scss +0 -1
- package/styles/button-group/_fluent-definition.scss +0 -31
- package/styles/button-group/_fusionnew-definition.scss +0 -31
- package/styles/button-group/_group-button-mixin.scss +0 -72
- package/styles/button-group/_highcontrast-definition.scss +0 -32
- package/styles/button-group/_highcontrast-light-definition.scss +0 -35
- package/styles/button-group/_layout.scss +0 -294
- package/styles/button-group/_material-dark-definition.scss +0 -33
- package/styles/button-group/_material-definition.scss +0 -30
- package/styles/button-group/_material3-dark-definition.scss +0 -1
- package/styles/button-group/_material3-definition.scss +0 -31
- package/styles/button-group/_tailwind-dark-definition.scss +0 -1
- package/styles/button-group/_tailwind-definition.scss +0 -31
- package/styles/button-group/_theme.scss +0 -454
- package/styles/drop-down-button/_all.scss +0 -2
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -51
- package/styles/drop-down-button/_bootstrap-definition.scss +0 -48
- package/styles/drop-down-button/_bootstrap4-definition.scss +0 -48
- package/styles/drop-down-button/_bootstrap5-dark-definition.scss +0 -1
- package/styles/drop-down-button/_bootstrap5-definition.scss +0 -50
- package/styles/drop-down-button/_fabric-dark-definition.scss +0 -51
- package/styles/drop-down-button/_fabric-definition.scss +0 -48
- package/styles/drop-down-button/_fluent-dark-definition.scss +0 -1
- package/styles/drop-down-button/_fluent-definition.scss +0 -52
- package/styles/drop-down-button/_fusionnew-definition.scss +0 -50
- package/styles/drop-down-button/_highcontrast-definition.scss +0 -47
- package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -50
- package/styles/drop-down-button/_layout.scss +0 -238
- package/styles/drop-down-button/_material-dark-definition.scss +0 -51
- package/styles/drop-down-button/_material-definition.scss +0 -48
- package/styles/drop-down-button/_material3-dark-definition.scss +0 -1
- package/styles/drop-down-button/_material3-definition.scss +0 -51
- package/styles/drop-down-button/_tailwind-dark-definition.scss +0 -1
- package/styles/drop-down-button/_tailwind-definition.scss +0 -49
- package/styles/drop-down-button/_theme.scss +0 -83
- package/styles/drop-down-button/icons/_bootstrap-dark.scss +0 -10
- package/styles/drop-down-button/icons/_bootstrap.scss +0 -10
- package/styles/drop-down-button/icons/_bootstrap4.scss +0 -10
- package/styles/drop-down-button/icons/_bootstrap5-dark.scss +0 -1
- package/styles/drop-down-button/icons/_bootstrap5.scss +0 -10
- package/styles/drop-down-button/icons/_fabric-dark.scss +0 -10
- package/styles/drop-down-button/icons/_fabric.scss +0 -10
- package/styles/drop-down-button/icons/_fluent-dark.scss +0 -1
- package/styles/drop-down-button/icons/_fluent.scss +0 -10
- package/styles/drop-down-button/icons/_fusionnew.scss +0 -10
- package/styles/drop-down-button/icons/_highcontrast-light.scss +0 -10
- package/styles/drop-down-button/icons/_highcontrast.scss +0 -10
- package/styles/drop-down-button/icons/_material-dark.scss +0 -10
- package/styles/drop-down-button/icons/_material.scss +0 -10
- package/styles/drop-down-button/icons/_material3-dark.scss +0 -1
- package/styles/drop-down-button/icons/_material3.scss +0 -10
- package/styles/drop-down-button/icons/_tailwind-dark.scss +0 -10
- package/styles/drop-down-button/icons/_tailwind.scss +0 -10
- package/styles/progress-button/_all.scss +0 -2
- package/styles/progress-button/_bootstrap-dark-definition.scss +0 -27
- package/styles/progress-button/_bootstrap-definition.scss +0 -24
- package/styles/progress-button/_bootstrap4-definition.scss +0 -24
- package/styles/progress-button/_bootstrap5-dark-definition.scss +0 -1
- package/styles/progress-button/_bootstrap5-definition.scss +0 -21
- package/styles/progress-button/_fabric-dark-definition.scss +0 -27
- package/styles/progress-button/_fabric-definition.scss +0 -24
- package/styles/progress-button/_fluent-dark-definition.scss +0 -1
- package/styles/progress-button/_fluent-definition.scss +0 -21
- package/styles/progress-button/_fusionnew-definition.scss +0 -21
- package/styles/progress-button/_highcontrast-definition.scss +0 -24
- package/styles/progress-button/_highcontrast-light-definition.scss +0 -24
- package/styles/progress-button/_layout.scss +0 -396
- package/styles/progress-button/_material-dark-definition.scss +0 -27
- package/styles/progress-button/_material-definition.scss +0 -24
- package/styles/progress-button/_material3-dark-definition.scss +0 -1
- package/styles/progress-button/_material3-definition.scss +0 -25
- package/styles/progress-button/_tailwind-dark-definition.scss +0 -1
- package/styles/progress-button/_tailwind-definition.scss +0 -21
- package/styles/progress-button/_theme.scss +0 -638
- package/styles/split-button/_all.scss +0 -2
- package/styles/split-button/_bootstrap-dark-definition.scss +0 -26
- package/styles/split-button/_bootstrap-definition.scss +0 -23
- package/styles/split-button/_bootstrap4-definition.scss +0 -26
- package/styles/split-button/_bootstrap5-dark-definition.scss +0 -1
- package/styles/split-button/_bootstrap5-definition.scss +0 -24
- package/styles/split-button/_fabric-dark-definition.scss +0 -26
- package/styles/split-button/_fabric-definition.scss +0 -23
- package/styles/split-button/_fluent-dark-definition.scss +0 -1
- package/styles/split-button/_fluent-definition.scss +0 -24
- package/styles/split-button/_fusionnew-definition.scss +0 -24
- package/styles/split-button/_highcontrast-definition.scss +0 -23
- package/styles/split-button/_highcontrast-light-definition.scss +0 -26
- package/styles/split-button/_layout.scss +0 -484
- package/styles/split-button/_material-dark-definition.scss +0 -26
- package/styles/split-button/_material-definition.scss +0 -23
- package/styles/split-button/_material3-dark-definition.scss +0 -1
- package/styles/split-button/_material3-definition.scss +0 -26
- package/styles/split-button/_tailwind-dark-definition.scss +0 -1
- package/styles/split-button/_tailwind-definition.scss +0 -24
- package/styles/split-button/_theme.scss +0 -187
- package/syncfusion-ej2-angular-splitbuttons.d.ts +0 -5
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
//layout variables
|
|
2
|
-
$btn-grp-margin: -1px !default;
|
|
3
|
-
$btn-grp-margin-left: -1px !default;
|
|
4
|
-
$btn-grp-wrapper-border: 4px !default;
|
|
5
|
-
$btn-grp-round-radius: 20px !default;
|
|
6
|
-
$btn-grp-icon-font-size: $text-lg !default;
|
|
7
|
-
$btn-grp-icon-font-size-bigger: 22px !default;
|
|
8
|
-
|
|
9
|
-
//Normal Outline GroupButton
|
|
10
|
-
$btn-grp-outline-focus-border-color: $secondary-border-color !default;
|
|
11
|
-
$btn-grp-outline-focus-color: inherit !default;
|
|
12
|
-
|
|
13
|
-
//Outline Primary
|
|
14
|
-
$btn-grp-outline-primary-focus-border-color: $primary !default;
|
|
15
|
-
$btn-grp-outline-focus-primary-color: inherit !default;
|
|
16
|
-
|
|
17
|
-
//Outline Success
|
|
18
|
-
$btn-grp-outline-success-focus-border-color: $btn-success-focus-border-color !default;
|
|
19
|
-
$btn-grp-outline-focus-success-color: inherit !default;
|
|
20
|
-
|
|
21
|
-
//Outline Info
|
|
22
|
-
$btn-grp-outline-info-focus-border-color: $btn-info-focus-border-color !default;
|
|
23
|
-
$btn-grp-outline-focus-info-color: inherit !default;
|
|
24
|
-
|
|
25
|
-
//Outline warning
|
|
26
|
-
$btn-grp-outline-warning-focus-border-color: $btn-warning-focus-border-color !default;
|
|
27
|
-
$btn-grp-outline-focus-warning-color: inherit !default;
|
|
28
|
-
|
|
29
|
-
//Outline danger
|
|
30
|
-
$btn-grp-outline-danger-focus-border-color: $btn-danger-focus-border-color !default;
|
|
31
|
-
$btn-grp-outline-focus-danger-color: inherit !default;
|
|
@@ -1,454 +0,0 @@
|
|
|
1
|
-
@import 'ej2-buttons/styles/button/mixin.scss';
|
|
2
|
-
@import 'group-button-mixin.scss';
|
|
3
|
-
@include export-module('button-group-theme') {
|
|
4
|
-
/* stylelint-disable */
|
|
5
|
-
.e-btn-group,
|
|
6
|
-
.e-css.e-btn-group {
|
|
7
|
-
&:not(.e-outline) {
|
|
8
|
-
@if $skin-name != 'Material3' {
|
|
9
|
-
box-shadow: $btn-box-shadow;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@if $skin-name == 'material' or $skin-name == 'bootstrap4' or $skin-name == 'Material3' {
|
|
14
|
-
.e-btn {
|
|
15
|
-
box-shadow: none;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-btn:hover {
|
|
20
|
-
box-shadow: none;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
@if $skin-name == 'Material3' {
|
|
24
|
-
.e-btn:focus-visible,
|
|
25
|
-
input:focus-visible+label.e-btn { // only for keybord
|
|
26
|
-
box-shadow: $btn-keyboard-focus-box-shadow !important;
|
|
27
|
-
z-index: 1;
|
|
28
|
-
|
|
29
|
-
&.e-primary,
|
|
30
|
-
&.e-success,
|
|
31
|
-
&.e-info,
|
|
32
|
-
&.e-warning,
|
|
33
|
-
&.e-danger {
|
|
34
|
-
box-shadow: $btn-keyboard-focus-box-shadow !important;
|
|
35
|
-
z-index: 1;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
&.e-outline {
|
|
39
|
-
box-shadow: $btn-keyboard-focus-box-shadow !important;
|
|
40
|
-
z-index: 1;
|
|
41
|
-
&.e-primary,
|
|
42
|
-
&.e-success,
|
|
43
|
-
&.e-info,
|
|
44
|
-
&.e-warning,
|
|
45
|
-
&.e-danger {
|
|
46
|
-
box-shadow: $btn-keyboard-focus-box-shadow !important;
|
|
47
|
-
z-index: 1;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
//Focus state for Normal and Outline GroupButton
|
|
54
|
-
.e-btn:focus,
|
|
55
|
-
input:focus+label.e-btn {
|
|
56
|
-
@include button-focus;
|
|
57
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
58
|
-
box-shadow: none;
|
|
59
|
-
}
|
|
60
|
-
@if $skin-name == 'bootstrap5' {
|
|
61
|
-
border-color: $btn-focus-bgcolor;
|
|
62
|
-
}
|
|
63
|
-
outline-color: $btn-grp-outline-focus-color;
|
|
64
|
-
@if $skin-name == 'fabric' {
|
|
65
|
-
outline-offset: -2px;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
@if $skin-name == 'highcontrast' {
|
|
69
|
-
outline-offset: -4px;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
&.e-primary {
|
|
73
|
-
@include primary-focus;
|
|
74
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
75
|
-
box-shadow: none;
|
|
76
|
-
}
|
|
77
|
-
@if $skin-name == 'bootstrap5' {
|
|
78
|
-
border-color: $btn-primary-focus-bgcolor;
|
|
79
|
-
}
|
|
80
|
-
outline-color: $btn-grp-outline-focus-primary-color;
|
|
81
|
-
@if $skin-name == 'fabric' {
|
|
82
|
-
border-color: transparent;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
&.e-success {
|
|
87
|
-
@include success-focus;
|
|
88
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
89
|
-
box-shadow: none;
|
|
90
|
-
}
|
|
91
|
-
@if $skin-name == 'bootstrap5' {
|
|
92
|
-
border-color: $btn-success-focus-bgcolor;
|
|
93
|
-
}
|
|
94
|
-
outline-color: $btn-grp-outline-focus-success-color;
|
|
95
|
-
@if $skin-name == 'fabric' {
|
|
96
|
-
border-color: transparent;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
&.e-info {
|
|
101
|
-
@include info-focus;
|
|
102
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
103
|
-
box-shadow: none;
|
|
104
|
-
}
|
|
105
|
-
@if $skin-name == 'bootstrap5' {
|
|
106
|
-
border-color: $btn-info-focus-bgcolor;
|
|
107
|
-
}
|
|
108
|
-
outline-color: $btn-grp-outline-focus-info-color;
|
|
109
|
-
@if $skin-name == 'fabric' {
|
|
110
|
-
border-color: transparent;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
&.e-warning {
|
|
115
|
-
@include warning-focus;
|
|
116
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
117
|
-
box-shadow: none;
|
|
118
|
-
}
|
|
119
|
-
@if $skin-name == 'bootstrap5' {
|
|
120
|
-
border-color: $btn-warning-focus-bgcolor;
|
|
121
|
-
}
|
|
122
|
-
outline-color: $btn-grp-outline-focus-warning-color;
|
|
123
|
-
@if $skin-name == 'fabric' {
|
|
124
|
-
border-color: transparent;
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
&.e-danger {
|
|
129
|
-
@include danger-focus;
|
|
130
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
131
|
-
box-shadow: none;
|
|
132
|
-
}
|
|
133
|
-
@if $skin-name == 'bootstrap5' {
|
|
134
|
-
border-color: $btn-danger-focus-bgcolor;
|
|
135
|
-
}
|
|
136
|
-
outline-color: $btn-grp-outline-focus-danger-color;
|
|
137
|
-
@if $skin-name == 'fabric' {
|
|
138
|
-
border-color: transparent;
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
&.e-link {
|
|
143
|
-
@include link-focus;
|
|
144
|
-
background-color: transparent;
|
|
145
|
-
border-color: transparent;
|
|
146
|
-
box-shadow: none;
|
|
147
|
-
outline: none;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
&.e-outline {
|
|
151
|
-
@include outline-focus;
|
|
152
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
153
|
-
box-shadow: none;
|
|
154
|
-
}
|
|
155
|
-
@if $skin-name == 'bootstrap5' {
|
|
156
|
-
border-color: $btn-outline-focus-bgcolor;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
&.e-primary {
|
|
160
|
-
@include outline-primary-focus;
|
|
161
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
162
|
-
box-shadow: none;
|
|
163
|
-
}
|
|
164
|
-
@if $skin-name == 'bootstrap5' {
|
|
165
|
-
border-color: $btn-outline-primary-focus-bgcolor;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
&.e-success {
|
|
170
|
-
@include outline-success-focus;
|
|
171
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
172
|
-
box-shadow: none;
|
|
173
|
-
}
|
|
174
|
-
@if $skin-name == 'bootstrap5' {
|
|
175
|
-
border-color: $btn-success-focus-bgcolor;
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
&.e-info {
|
|
180
|
-
@include outline-info-focus;
|
|
181
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
182
|
-
box-shadow: none;
|
|
183
|
-
}
|
|
184
|
-
@if $skin-name == 'bootstrap5' {
|
|
185
|
-
border-color: $btn-info-hover-bgcolor;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
&.e-warning {
|
|
190
|
-
@include outline-warning-focus;
|
|
191
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
192
|
-
box-shadow: none;
|
|
193
|
-
}
|
|
194
|
-
@if $skin-name == 'bootstrap5' {
|
|
195
|
-
border-color: $btn-warning-hover-bgcolor;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
&.e-danger {
|
|
200
|
-
@include outline-danger-focus;
|
|
201
|
-
@if $skin-name != 'bootstrap5' and $skin-name != 'tailwind' {
|
|
202
|
-
box-shadow: none;
|
|
203
|
-
}
|
|
204
|
-
@if $skin-name == 'bootstrap5' {
|
|
205
|
-
border-color: $btn-danger-hover-bgcolor;
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
//Active/Checked state for Normal and Outline GroupButton
|
|
212
|
-
.e-btn:active,
|
|
213
|
-
input:active+label.e-btn,
|
|
214
|
-
input:checked+label.e-btn {
|
|
215
|
-
@include button-active;
|
|
216
|
-
@if $skin-name == 'Material3' {
|
|
217
|
-
box-shadow: none;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
&.e-primary {
|
|
221
|
-
@include primary-active;
|
|
222
|
-
@if $skin-name == 'Material3' {
|
|
223
|
-
box-shadow: none;
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
&.e-success {
|
|
228
|
-
@include success-active;
|
|
229
|
-
@if $skin-name == 'Material3' {
|
|
230
|
-
box-shadow: none;
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
&.e-info {
|
|
235
|
-
@include info-active;
|
|
236
|
-
@if $skin-name == 'Material3' {
|
|
237
|
-
box-shadow: none;
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
&.e-warning {
|
|
242
|
-
@include warning-active;
|
|
243
|
-
@if $skin-name == 'Material3' {
|
|
244
|
-
box-shadow: none;
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
&.e-danger {
|
|
249
|
-
@include danger-active;
|
|
250
|
-
@if $skin-name == 'Material3' {
|
|
251
|
-
box-shadow: none;
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
&.e-outline {
|
|
256
|
-
@include outline-active;
|
|
257
|
-
@if $skin-name == 'Material3' {
|
|
258
|
-
box-shadow: none;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
&.e-primary {
|
|
262
|
-
@include outline-primary-active;
|
|
263
|
-
@if $skin-name == 'Material3' {
|
|
264
|
-
box-shadow: none;
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
&.e-success {
|
|
269
|
-
@include outline-success-active;
|
|
270
|
-
@if $skin-name == 'Material3' {
|
|
271
|
-
box-shadow: none;
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
&.e-info {
|
|
276
|
-
@include outline-info-active;
|
|
277
|
-
@if $skin-name == 'Material3' {
|
|
278
|
-
box-shadow: none;
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
&.e-warning {
|
|
283
|
-
@include outline-warning-active;
|
|
284
|
-
@if $skin-name == 'Material3' {
|
|
285
|
-
box-shadow: none;
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
&.e-danger {
|
|
290
|
-
@include outline-danger-active;
|
|
291
|
-
@if $skin-name == 'Material3' {
|
|
292
|
-
box-shadow: none;
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
//Disabled state for Normal and Outline GroupButton
|
|
299
|
-
.e-btn:disabled,
|
|
300
|
-
input:disabled+label.e-btn {
|
|
301
|
-
@include disabled;
|
|
302
|
-
@if $skin-name != 'bootstrap4' {
|
|
303
|
-
border-color: $btn-border-color;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
&.e-primary {
|
|
307
|
-
@include primary-disabled;
|
|
308
|
-
@if $skin-name != 'bootstrap4' {
|
|
309
|
-
border-color: $btn-primary-border-color;
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
&.e-success {
|
|
314
|
-
@include success-disabled;
|
|
315
|
-
@if $skin-name != 'bootstrap4' {
|
|
316
|
-
border-color: $btn-success-border-color;
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
&.e-info {
|
|
321
|
-
@include info-disabled;
|
|
322
|
-
@if $skin-name != 'bootstrap4' {
|
|
323
|
-
border-color: $btn-info-border-color;
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
&.e-warning {
|
|
328
|
-
@include warning-disabled;
|
|
329
|
-
@if $skin-name != 'bootstrap4' {
|
|
330
|
-
border-color: $btn-warning-border-color;
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
&.e-danger {
|
|
335
|
-
@include danger-disabled;
|
|
336
|
-
@if $skin-name != 'bootstrap4' {
|
|
337
|
-
border-color: $btn-danger-border-color;
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
&.e-link {
|
|
342
|
-
@include link-disabled;
|
|
343
|
-
@if $skin-name != 'bootstrap4' {
|
|
344
|
-
border-color: $btn-link-border-color;
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
&.e-outline {
|
|
349
|
-
@include outline-disabled;
|
|
350
|
-
border-color: $btn-outline-border-color;
|
|
351
|
-
|
|
352
|
-
&.e-primary {
|
|
353
|
-
@include outline-primary-disabled;
|
|
354
|
-
border-color: $btn-primary-bgcolor;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
&.e-success {
|
|
358
|
-
@include outline-success-disabled;
|
|
359
|
-
border-color: $btn-success-bgcolor;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
&.e-info {
|
|
363
|
-
@include outline-info-disabled;
|
|
364
|
-
border-color: $btn-info-bgcolor;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
&.e-warning {
|
|
368
|
-
@include outline-warning-disabled;
|
|
369
|
-
border-color: $btn-warning-bgcolor;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
&.e-danger {
|
|
373
|
-
@include outline-danger-disabled;
|
|
374
|
-
border-color: $btn-danger-bgcolor;
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
//Normal ButtonGroup layout for highcontrast theme
|
|
380
|
-
@if $skin-name == 'highcontrast' {
|
|
381
|
-
&:not(.e-vertical):not(.e-rtl) {
|
|
382
|
-
.e-btn {
|
|
383
|
-
@include apply-border;
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
&.e-vertical:not(.e-rtl) {
|
|
388
|
-
.e-btn {
|
|
389
|
-
@include apply-border-vertical;
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.e-btn:hover {
|
|
394
|
-
border-color: $btn-border-color;
|
|
395
|
-
|
|
396
|
-
&.e-primary {
|
|
397
|
-
border-color: $btn-primary-bgcolor;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
&.e-success {
|
|
401
|
-
border-color: $btn-success-bgcolor;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
&.e-info {
|
|
405
|
-
border-color: $btn-info-bgcolor;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
&.e-warning {
|
|
409
|
-
border-color: $btn-warning-bgcolor;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
&.e-danger {
|
|
413
|
-
border-color: $btn-danger-bgcolor;
|
|
414
|
-
}
|
|
415
|
-
}
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
&:not(.e-vertical):not(.e-rtl) {// Outline GroupButton - Horizontal orientation
|
|
419
|
-
.e-outline {
|
|
420
|
-
@if $skin-name != 'bootstrap' {
|
|
421
|
-
@include apply-border;
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
@include different-states;
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
&.e-vertical:not(.e-rtl) {// Outline GroupButton - Vertical Orientation
|
|
428
|
-
.e-outline {
|
|
429
|
-
@include apply-border-vertical;
|
|
430
|
-
}
|
|
431
|
-
@include different-states;
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
// RTL
|
|
435
|
-
&.e-rtl {
|
|
436
|
-
.e-btn {
|
|
437
|
-
@if $skin-name != 'bootstrap' and $skin-name != 'tailwind' and $skin-name !='tailwind-dark' {
|
|
438
|
-
&:not(:first-of-type):not(:last-of-type) {
|
|
439
|
-
border-left: transparent;
|
|
440
|
-
border-right: transparent;
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
&:first-of-type {
|
|
444
|
-
border-left: transparent;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
&:last-of-type {
|
|
448
|
-
border-right: transparent;
|
|
449
|
-
}
|
|
450
|
-
}
|
|
451
|
-
}
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
//default
|
|
2
|
-
$drop-down-btn-arrow-content: '\e969' !default;
|
|
3
|
-
$drop-down-btn-vertical-btn-padding: 6px 12px !default;
|
|
4
|
-
$drop-down-btn-vertical-bigger-padding: 8px 16px !default;
|
|
5
|
-
$drop-down-btn-bigger-font-size: 15px !default;
|
|
6
|
-
$drop-down-btn-bigger-li-height: 40px !default;
|
|
7
|
-
$drop-down-btn-bigger-max-width: 280px !default;
|
|
8
|
-
$drop-down-btn-bigger-min-width: 112px !default;
|
|
9
|
-
$drop-down-btn-color: $grey-dark-font !default;
|
|
10
|
-
$drop-down-btn-disable-text: rgba($grey-dark-font, .65) !default;
|
|
11
|
-
$drop-down-btn-font-size: 14px !default;
|
|
12
|
-
$drop-down-btn-font-weight: normal !default;
|
|
13
|
-
$drop-down-btn-icon-margin-right: 12px !default;
|
|
14
|
-
$drop-down-btn-bigger-icon-margin-right: 12px !default;
|
|
15
|
-
$drop-down-btn-li-bgcolor: $grey-44 !default;
|
|
16
|
-
$drop-down-btn-li-box-shadow: inset 0 0 0 1px $grey-8c !default;
|
|
17
|
-
$drop-down-btn-li-border-color: $grey-44 !default;
|
|
18
|
-
$drop-down-btn-li-border-style: solid !default;
|
|
19
|
-
$drop-down-btn-li-border-width: 1px !default;
|
|
20
|
-
$drop-down-btn-li-focus-bgcolor: transparent !default;
|
|
21
|
-
$drop-down-btn-li-height: 26px !default;
|
|
22
|
-
$drop-down-btn-li-padding: 0 14px !default;
|
|
23
|
-
$drop-down-btn-bigger-li-padding: 0 14px !default;
|
|
24
|
-
$drop-down-btn-small-li-padding: 0 14px !default;
|
|
25
|
-
$drop-down-btn-li-selection-bgcolor: $brand-primary !default;
|
|
26
|
-
$drop-down-btn-li-selection-font-color: $brand-primary-font !default;
|
|
27
|
-
$drop-down-btn-max-width: 240px !default;
|
|
28
|
-
$drop-down-btn-icon-font-size: 14px !default;
|
|
29
|
-
$drop-down-btn-menu-icon-bigger-font-size: 16px !default;
|
|
30
|
-
$drop-down-btn-menu-icon-color: $grey-dark-font !default;
|
|
31
|
-
$drop-down-btn-menu-icon-disabled-color: rgba($grey-dark-font, .65) !default;
|
|
32
|
-
$drop-down-btn-menu-icon-font-size: 16px !default;
|
|
33
|
-
$drop-down-btn-min-width: 120px !default;
|
|
34
|
-
$drop-down-btn-parent-ul-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
35
|
-
$drop-down-btn-seperator-padding: 3px 0 !default;
|
|
36
|
-
$drop-down-btn-selected-color: $brand-primary-font !default;
|
|
37
|
-
$drop-down-btn-sub-ul-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
38
|
-
$drop-down-btn-ul-bgcolor: $grey-dark !default;
|
|
39
|
-
$drop-down-btn-ul-border: 1px solid $grey-44 !default;
|
|
40
|
-
$drop-down-btn-ul-border-radius: 4px !default;
|
|
41
|
-
$drop-down-btn-ul-padding: 3px 0 !default;
|
|
42
|
-
$drop-down-btn-ul-bigger-padding: 5px 0 !default;
|
|
43
|
-
$drop-down-btn-ul-small-padding: 5px 0 !default;
|
|
44
|
-
$drop-down-btn-caret-icon-font-size: 8px !default;
|
|
45
|
-
$drop-down-btn-icon-font-size-bigger: 16px !default;
|
|
46
|
-
$drop-down-btn-caret-icon-font-size-bigger: 10px !default;
|
|
47
|
-
$drop-down-btn-box-shadow: none !default;
|
|
48
|
-
$drop-down-btn-popup-margin-top: 0 !default;
|
|
49
|
-
$drop-down-btn-bigger-popup-margin-top: 0 !default;
|
|
50
|
-
|
|
51
|
-
//enddefault
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
$drop-down-btn-arrow-content: '\e969' !default;
|
|
2
|
-
$drop-down-btn-vertical-btn-padding: 6px 12px !default;
|
|
3
|
-
$drop-down-btn-vertical-bigger-padding: 8px 16px !default;
|
|
4
|
-
$drop-down-btn-bigger-font-size: 15px !default;
|
|
5
|
-
$drop-down-btn-bigger-li-height: 40px !default;
|
|
6
|
-
$drop-down-btn-bigger-max-width: 280px !default;
|
|
7
|
-
$drop-down-btn-bigger-min-width: 112px !default;
|
|
8
|
-
$drop-down-btn-color: $grey-dark !default;
|
|
9
|
-
$drop-down-btn-disable-text: rgba($grey, .65) !default;
|
|
10
|
-
$drop-down-btn-font-size: 14px !default;
|
|
11
|
-
$drop-down-btn-font-weight: normal !default;
|
|
12
|
-
$drop-down-btn-icon-font-size: 14px !default;
|
|
13
|
-
$drop-down-btn-icon-margin-right: 12px !default;
|
|
14
|
-
$drop-down-btn-bigger-icon-margin-right: 12px !default;
|
|
15
|
-
$drop-down-btn-li-bgcolor: $grey-e6 !default;
|
|
16
|
-
$drop-down-btn-li-box-shadow: 0 0 0 1px $grey-8c inset !default;
|
|
17
|
-
$drop-down-btn-li-border-color: $grey-e6 !default;
|
|
18
|
-
$drop-down-btn-li-border-style: solid !default;
|
|
19
|
-
$drop-down-btn-li-border-width: 1px !default;
|
|
20
|
-
$drop-down-btn-li-focus-bgcolor: transparent !default;
|
|
21
|
-
$drop-down-btn-li-height: 26px !default;
|
|
22
|
-
$drop-down-btn-li-padding: 0 14px !default;
|
|
23
|
-
$drop-down-btn-bigger-li-padding: 0 14px !default;
|
|
24
|
-
$drop-down-btn-small-li-padding: 0 14px !default;
|
|
25
|
-
$drop-down-btn-li-selection-bgcolor: $grey-e6 !default;
|
|
26
|
-
$drop-down-btn-li-selection-font-color: $grey-dark !default;
|
|
27
|
-
$drop-down-btn-max-width: 240px !default;
|
|
28
|
-
$drop-down-btn-menu-icon-bigger-font-size: 16px !default;
|
|
29
|
-
$drop-down-btn-menu-icon-color: $grey-dark !default;
|
|
30
|
-
$drop-down-btn-menu-icon-disabled-color: rgba($grey-light-font, .65) !default;
|
|
31
|
-
$drop-down-btn-menu-icon-font-size: 16px !default;
|
|
32
|
-
$drop-down-btn-min-width: 120px !default;
|
|
33
|
-
$drop-down-btn-parent-ul-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
34
|
-
$drop-down-btn-seperator-padding: 3px 0 !default;
|
|
35
|
-
$drop-down-btn-selected-color: $grey-dark !default;
|
|
36
|
-
$drop-down-btn-sub-ul-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
|
|
37
|
-
$drop-down-btn-ul-bgcolor: $grey-white !default;
|
|
38
|
-
$drop-down-btn-ul-border: 1px solid $grey-cc !default;
|
|
39
|
-
$drop-down-btn-ul-border-radius: 4px !default;
|
|
40
|
-
$drop-down-btn-ul-padding: 3px 0 !default;
|
|
41
|
-
$drop-down-btn-ul-bigger-padding: 5px 0 !default;
|
|
42
|
-
$drop-down-btn-ul-small-padding: 5px 0 !default;
|
|
43
|
-
$drop-down-btn-caret-icon-font-size: 8px !default;
|
|
44
|
-
$drop-down-btn-icon-font-size-bigger: 16px !default;
|
|
45
|
-
$drop-down-btn-caret-icon-font-size-bigger: 10px !default;
|
|
46
|
-
$drop-down-btn-box-shadow: none !default;
|
|
47
|
-
$drop-down-btn-popup-margin-top: 0 !default;
|
|
48
|
-
$drop-down-btn-bigger-popup-margin-top: 0 !default;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
$drop-down-btn-arrow-content: '\e969' !default;
|
|
2
|
-
$drop-down-btn-vertical-btn-padding: 6px 12px !default;
|
|
3
|
-
$drop-down-btn-vertical-bigger-padding: 8px 16px !default;
|
|
4
|
-
$drop-down-btn-bigger-font-size: 16px !default;
|
|
5
|
-
$drop-down-btn-bigger-li-height: 32px !default;
|
|
6
|
-
$drop-down-btn-bigger-max-width: 280px !default;
|
|
7
|
-
$drop-down-btn-bigger-min-width: 112px !default;
|
|
8
|
-
$drop-down-btn-color: $gray-900 !default;
|
|
9
|
-
$drop-down-btn-disable-text: rgba($gray-600, .65) !default;
|
|
10
|
-
$drop-down-btn-font-size: 14px !default;
|
|
11
|
-
$drop-down-btn-font-weight: normal !default;
|
|
12
|
-
$drop-down-btn-icon-font-size: 14px !default;
|
|
13
|
-
$drop-down-btn-icon-margin-right: 8px !default;
|
|
14
|
-
$drop-down-btn-bigger-icon-margin-right: 0 !default;
|
|
15
|
-
$drop-down-btn-li-bgcolor: darken($gray-100, 2%) !default;
|
|
16
|
-
$drop-down-btn-li-box-shadow: none !default;
|
|
17
|
-
$drop-down-btn-li-border-color: $gray-600 !default;
|
|
18
|
-
$drop-down-btn-li-border-style: solid !default;
|
|
19
|
-
$drop-down-btn-li-border-width: 1px !default;
|
|
20
|
-
$drop-down-btn-li-focus-bgcolor: darken($gray-100, 2%) !default;
|
|
21
|
-
$drop-down-btn-li-height: 26px !default;
|
|
22
|
-
$drop-down-btn-li-padding: 0 20px !default;
|
|
23
|
-
$drop-down-btn-bigger-li-padding: 0 24px !default;
|
|
24
|
-
$drop-down-btn-small-li-padding: 0 16px !default;
|
|
25
|
-
$drop-down-btn-li-selection-bgcolor: $primary !default;
|
|
26
|
-
$drop-down-btn-li-selection-font-color: $gray-900 !default;
|
|
27
|
-
$drop-down-btn-max-width: 240px !default;
|
|
28
|
-
$drop-down-btn-menu-icon-bigger-font-size: 16px !default;
|
|
29
|
-
$drop-down-btn-menu-icon-color: $gray-900 !default;
|
|
30
|
-
$drop-down-btn-menu-icon-disabled-color: $gray-600 !default;
|
|
31
|
-
$drop-down-btn-menu-icon-font-size: 16px !default;
|
|
32
|
-
$drop-down-btn-min-width: 120px !default;
|
|
33
|
-
$drop-down-btn-parent-ul-box-shadow: none !default;
|
|
34
|
-
$drop-down-btn-seperator-padding: 3px 0 !default;
|
|
35
|
-
$drop-down-btn-selected-color: $white !default;
|
|
36
|
-
$drop-down-btn-sub-ul-box-shadow: none !default;
|
|
37
|
-
$drop-down-btn-ul-bgcolor: $content-popup-bg !default;
|
|
38
|
-
$drop-down-btn-ul-border: 1px solid rgba($black, .15) !default;
|
|
39
|
-
$drop-down-btn-ul-border-radius: 4px !default;
|
|
40
|
-
$drop-down-btn-ul-padding: 6px 0 !default;
|
|
41
|
-
$drop-down-btn-ul-bigger-padding: 8px 0 !default;
|
|
42
|
-
$drop-down-btn-ul-small-padding: 4px 0 !default;
|
|
43
|
-
$drop-down-btn-caret-icon-font-size: 8px !default;
|
|
44
|
-
$drop-down-btn-icon-font-size-bigger: 16px !default;
|
|
45
|
-
$drop-down-btn-caret-icon-font-size-bigger: 10px !default;
|
|
46
|
-
$drop-down-btn-box-shadow: none !default;
|
|
47
|
-
$drop-down-btn-popup-margin-top: 0 !default;
|
|
48
|
-
$drop-down-btn-bigger-popup-margin-top: 0 !default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './bootstrap5-definition.scss';
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
//layout variables
|
|
2
|
-
$drop-down-btn-arrow-content: '\e70d' !default;
|
|
3
|
-
$drop-down-btn-vertical-btn-padding: 6px 12px !default;
|
|
4
|
-
$drop-down-btn-vertical-bigger-padding: 8px 16px !default;
|
|
5
|
-
$drop-down-btn-bigger-font-size: $text-base !default;
|
|
6
|
-
$drop-down-btn-bigger-li-height: 32px !default;
|
|
7
|
-
$drop-down-btn-bigger-max-width: 202px !default;
|
|
8
|
-
$drop-down-btn-bigger-min-width: 112px !default;
|
|
9
|
-
$drop-down-btn-icon-font-size: $text-sm !default;
|
|
10
|
-
$drop-down-btn-icon-margin-right: 11px !default;
|
|
11
|
-
$drop-down-btn-bigger-icon-margin-right: 12px !default;
|
|
12
|
-
$drop-down-btn-li-border-width: 1px !default;
|
|
13
|
-
$drop-down-btn-li-height: 30px !default;
|
|
14
|
-
$drop-down-btn-li-padding: 0 12px !default;
|
|
15
|
-
$drop-down-btn-bigger-li-padding: 0 16px !default;
|
|
16
|
-
$drop-down-btn-small-li-padding: 0 8px !default;
|
|
17
|
-
$drop-down-btn-max-width: 178px !default;
|
|
18
|
-
$drop-down-btn-menu-icon-bigger-font-size: 22px !default;
|
|
19
|
-
$drop-down-btn-menu-icon-font-size: $text-lg !default;
|
|
20
|
-
$drop-down-btn-min-width: 120px !default;
|
|
21
|
-
$drop-down-btn-seperator-padding: 3px 0 !default;
|
|
22
|
-
$drop-down-btn-sub-ul-box-shadow: none !default;
|
|
23
|
-
$drop-down-btn-ul-border-radius: 4px !default;
|
|
24
|
-
$drop-down-btn-ul-padding: 4px 0 !default;
|
|
25
|
-
$drop-down-btn-ul-bigger-padding: 8px 0 !default;
|
|
26
|
-
$drop-down-btn-ul-small-padding: 4px 0 !default;
|
|
27
|
-
$drop-down-btn-caret-icon-font-size: $text-xxs !default;
|
|
28
|
-
$drop-down-btn-icon-font-size-bigger: $text-base !default;
|
|
29
|
-
$drop-down-btn-caret-icon-font-size-bigger: $text-xs !default;
|
|
30
|
-
$drop-down-btn-box-shadow: $secondary-shadow-focus !default;
|
|
31
|
-
$drop-down-btn-popup-margin-top: 2px !default;
|
|
32
|
-
$drop-down-btn-bigger-popup-margin-top: 4px !default;
|
|
33
|
-
$drop-down-btn-ul-border: 1px solid $border-light !default;
|
|
34
|
-
$drop-down-btn-li-box-shadow: none !default;
|
|
35
|
-
$drop-down-btn-li-border-style: solid !default;
|
|
36
|
-
$drop-down-btn-color: $content-text-color !default;
|
|
37
|
-
$drop-down-btn-disable-text: $secondary-text-color-disabled !default;
|
|
38
|
-
$drop-down-btn-font-size: $text-sm !default;
|
|
39
|
-
$drop-down-btn-font-weight: $font-weight-normal !default;
|
|
40
|
-
$drop-down-btn-li-bgcolor: $content-bg-color-hover !default;
|
|
41
|
-
$drop-down-btn-ul-bgcolor: $flyout-bg-color !default;
|
|
42
|
-
$drop-down-btn-li-border-color: $border-light !default;
|
|
43
|
-
$drop-down-btn-selected-color: $content-text-color-selected !default;
|
|
44
|
-
$drop-down-btn-parent-ul-box-shadow: none !default;
|
|
45
|
-
$drop-down-btn-li-focus-bgcolor: $content-bg-color-hover !default;
|
|
46
|
-
$drop-down-btn-li-selection-bgcolor: $content-bg-color-selected !default;
|
|
47
|
-
$drop-down-btn-li-selection-font-color: $content-text-color !default;
|
|
48
|
-
$drop-down-btn-menu-icon-color: $icon-color !default;
|
|
49
|
-
$drop-down-btn-menu-icon-disabled-color: $secondary-text-color-disabled !default;
|
|
50
|
-
$drop-down-btn-li-hover-bgcolor: $flyout-bg-color-hover !default;
|