@syncfusion/ej2-splitbuttons 25.2.4 → 26.1.35-750253
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/.eslintrc.json +3 -2
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +29 -48
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +30 -45
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/src/drop-down-button/drop-down-button.js +6 -1
- package/src/progress-button/progress-button.js +3 -3
- package/src/split-button/split-button.js +2 -1
- package/styles/bootstrap-dark.css +263 -97
- package/styles/bootstrap-dark.scss +14 -4
- package/styles/bootstrap.css +263 -97
- package/styles/bootstrap.scss +14 -4
- package/styles/bootstrap4.css +227 -80
- package/styles/bootstrap4.scss +14 -4
- package/styles/bootstrap5-dark.css +227 -174
- package/styles/bootstrap5-dark.scss +14 -4
- package/styles/bootstrap5.css +227 -174
- package/styles/bootstrap5.scss +14 -4
- package/styles/button-group/_bootstrap-dark-definition.scss +0 -2
- package/styles/button-group/_bootstrap5.3-definition.scss +31 -0
- package/styles/button-group/_fabric-dark-definition.scss +0 -2
- package/styles/button-group/_fluent2-definition.scss +31 -0
- package/styles/button-group/_group-button-mixin.scss +21 -0
- package/styles/button-group/_highcontrast-light-definition.scss +0 -2
- package/styles/button-group/_layout.scss +5 -13
- package/styles/button-group/_material-dark-definition.scss +0 -2
- package/styles/button-group/_theme.scss +30 -84
- package/styles/button-group/bootstrap-dark.css +93 -57
- package/styles/button-group/bootstrap.css +93 -57
- package/styles/button-group/bootstrap4.css +69 -46
- package/styles/button-group/bootstrap5-dark.css +69 -46
- package/styles/button-group/bootstrap5.css +69 -46
- package/styles/button-group/fabric-dark.css +93 -57
- package/styles/button-group/fabric.css +98 -62
- package/styles/button-group/fluent-dark.css +109 -65
- package/styles/button-group/fluent.css +109 -65
- package/styles/button-group/fluent2.css +1849 -0
- package/styles/button-group/fluent2.scss +4 -0
- package/styles/button-group/highcontrast-light.css +93 -57
- package/styles/button-group/highcontrast.css +93 -57
- package/styles/button-group/material-dark.css +107 -64
- package/styles/button-group/material.css +109 -65
- package/styles/button-group/material3-dark.css +151 -77
- package/styles/button-group/material3.css +151 -77
- package/styles/button-group/tailwind-dark.css +91 -57
- package/styles/button-group/tailwind.css +91 -57
- package/styles/drop-down-button/_bds-definition.scss +5 -5
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -3
- package/styles/drop-down-button/_bootstrap5-definition.scss +0 -1
- package/styles/drop-down-button/_bootstrap5.3-definition.scss +49 -0
- package/styles/drop-down-button/_fabric-dark-definition.scss +0 -3
- package/styles/drop-down-button/_fluent-definition.scss +0 -1
- package/styles/drop-down-button/_fluent2-definition.scss +48 -0
- package/styles/drop-down-button/_fusionnew-definition.scss +0 -1
- package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -3
- package/styles/drop-down-button/_layout.scss +51 -6
- package/styles/drop-down-button/_material-dark-definition.scss +0 -3
- package/styles/drop-down-button/_material3-definition.scss +0 -1
- package/styles/drop-down-button/_tailwind-definition.scss +0 -1
- package/styles/drop-down-button/_theme.scss +8 -8
- package/styles/drop-down-button/bootstrap-dark.css +27 -14
- package/styles/drop-down-button/bootstrap.css +27 -14
- package/styles/drop-down-button/bootstrap4.css +23 -12
- package/styles/drop-down-button/bootstrap5-dark.css +23 -12
- package/styles/drop-down-button/bootstrap5.css +23 -12
- package/styles/drop-down-button/fabric-dark.css +27 -14
- package/styles/drop-down-button/fabric.css +27 -14
- package/styles/drop-down-button/fluent-dark.css +27 -14
- package/styles/drop-down-button/fluent.css +27 -14
- package/styles/drop-down-button/fluent2.css +1308 -0
- package/styles/drop-down-button/fluent2.scss +6 -0
- package/styles/drop-down-button/highcontrast-light.css +27 -14
- package/styles/drop-down-button/highcontrast.css +27 -14
- package/styles/drop-down-button/icons/_bootstrap5.3.scss +10 -0
- package/styles/drop-down-button/icons/_fluent2.scss +10 -0
- package/styles/drop-down-button/material-dark.css +27 -14
- package/styles/drop-down-button/material.css +27 -14
- package/styles/drop-down-button/material3-dark.css +33 -17
- package/styles/drop-down-button/material3.css +33 -17
- package/styles/drop-down-button/tailwind-dark.css +27 -14
- package/styles/drop-down-button/tailwind.css +27 -14
- package/styles/fabric-dark.css +263 -97
- package/styles/fabric-dark.scss +14 -4
- package/styles/fabric.css +268 -102
- package/styles/fabric.scss +14 -4
- package/styles/fluent-dark.css +271 -102
- package/styles/fluent-dark.scss +14 -4
- package/styles/fluent.css +271 -102
- package/styles/fluent.scss +14 -4
- package/styles/fluent2.css +3072 -0
- package/styles/fluent2.scss +14 -0
- package/styles/highcontrast-light.css +263 -97
- package/styles/highcontrast-light.scss +14 -4
- package/styles/highcontrast.css +263 -97
- package/styles/highcontrast.scss +14 -4
- package/styles/material-dark.css +277 -104
- package/styles/material-dark.scss +14 -4
- package/styles/material.css +279 -105
- package/styles/material.scss +14 -4
- package/styles/material3-dark.css +357 -134
- package/styles/material3-dark.scss +14 -4
- package/styles/material3.css +353 -132
- package/styles/material3.scss +14 -4
- package/styles/progress-button/_bootstrap-dark-definition.scss +0 -3
- package/styles/progress-button/_bootstrap5-definition.scss +0 -1
- package/styles/progress-button/_bootstrap5.3-definition.scss +20 -0
- package/styles/progress-button/_fabric-dark-definition.scss +0 -3
- package/styles/progress-button/_fluent-definition.scss +0 -1
- package/styles/progress-button/_fluent2-definition.scss +26 -0
- package/styles/progress-button/_fusionnew-definition.scss +0 -1
- package/styles/progress-button/_layout.scss +0 -2
- package/styles/progress-button/_material-dark-definition.scss +0 -3
- package/styles/progress-button/_material3-definition.scss +0 -1
- package/styles/progress-button/_tailwind-definition.scss +0 -1
- package/styles/progress-button/_theme.scss +115 -50
- package/styles/progress-button/bootstrap-dark.css +118 -13
- package/styles/progress-button/bootstrap.css +118 -13
- package/styles/progress-button/bootstrap4.css +118 -13
- package/styles/progress-button/bootstrap5-dark.css +118 -106
- package/styles/progress-button/bootstrap5.css +118 -106
- package/styles/progress-button/fabric-dark.css +118 -13
- package/styles/progress-button/fabric.css +118 -13
- package/styles/progress-button/fluent-dark.css +118 -13
- package/styles/progress-button/fluent.css +118 -13
- package/styles/progress-button/fluent2.css +1636 -0
- package/styles/progress-button/fluent2.scss +5 -0
- package/styles/progress-button/highcontrast-light.css +118 -13
- package/styles/progress-button/highcontrast.css +118 -13
- package/styles/progress-button/material-dark.css +118 -13
- package/styles/progress-button/material.css +118 -13
- package/styles/progress-button/material3-dark.css +119 -14
- package/styles/progress-button/material3.css +119 -14
- package/styles/progress-button/tailwind-dark.css +118 -13
- package/styles/progress-button/tailwind.css +118 -13
- package/styles/split-button/_bds-definition.scss +0 -1
- package/styles/split-button/_bootstrap-dark-definition.scss +0 -3
- package/styles/split-button/_bootstrap4-definition.scss +0 -3
- package/styles/split-button/_bootstrap5-definition.scss +0 -1
- package/styles/split-button/_bootstrap5.3-definition.scss +23 -0
- package/styles/split-button/_fabric-dark-definition.scss +0 -3
- package/styles/split-button/_fluent-definition.scss +0 -1
- package/styles/split-button/_fluent2-definition.scss +23 -0
- package/styles/split-button/_fusionnew-definition.scss +0 -1
- package/styles/split-button/_highcontrast-light-definition.scss +0 -3
- package/styles/split-button/_layout.scss +16 -4
- package/styles/split-button/_theme.scss +0 -2
- package/styles/split-button/bootstrap-dark.css +25 -13
- package/styles/split-button/bootstrap.css +25 -13
- package/styles/split-button/bootstrap4.css +17 -9
- package/styles/split-button/bootstrap5-dark.css +17 -9
- package/styles/split-button/bootstrap5.css +17 -9
- package/styles/split-button/fabric-dark.css +25 -13
- package/styles/split-button/fabric.css +25 -13
- package/styles/split-button/fluent-dark.css +17 -9
- package/styles/split-button/fluent.css +17 -9
- package/styles/split-button/fluent2.css +1379 -0
- package/styles/split-button/fluent2.scss +6 -0
- package/styles/split-button/highcontrast-light.css +25 -13
- package/styles/split-button/highcontrast.css +25 -13
- package/styles/split-button/material-dark.css +25 -13
- package/styles/split-button/material.css +25 -13
- package/styles/split-button/material3-dark.css +57 -28
- package/styles/split-button/material3.css +53 -26
- package/styles/split-button/tailwind-dark.css +25 -13
- package/styles/split-button/tailwind.css +25 -13
- package/styles/tailwind-dark.css +261 -98
- package/styles/tailwind-dark.scss +14 -4
- package/styles/tailwind.css +261 -98
- package/styles/tailwind.scss +14 -4
- package/CHANGELOG.md +0 -373
package/styles/bootstrap5.scss
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
|
-
@import '
|
|
2
|
-
@import '
|
|
3
|
-
@import '
|
|
4
|
-
@import '
|
|
1
|
+
@import 'ej2-base/styles/definition/bootstrap5.scss';
|
|
2
|
+
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
3
|
+
@import 'ej2-popups/styles/popup/bootstrap5-definition.scss';
|
|
4
|
+
@import 'drop-down-button/bootstrap5-definition.scss';
|
|
5
|
+
@import 'drop-down-button/icons/bootstrap5.scss';
|
|
6
|
+
@import 'drop-down-button/all.scss';
|
|
7
|
+
|
|
8
|
+
@import 'split-button/bootstrap5-definition.scss';
|
|
9
|
+
@import 'split-button/all.scss';
|
|
10
|
+
@import 'button-group/bootstrap5-definition.scss';
|
|
11
|
+
@import 'button-group/all.scss';
|
|
12
|
+
@import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
|
|
13
|
+
@import 'progress-button/bootstrap5-definition.scss';
|
|
14
|
+
@import 'progress-button/all.scss';
|
|
@@ -0,0 +1,31 @@
|
|
|
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-base !default;
|
|
7
|
+
$btn-grp-icon-font-size-bigger: $text-xl !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;
|
|
@@ -0,0 +1,31 @@
|
|
|
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-sm !default;
|
|
7
|
+
$btn-grp-icon-font-size-bigger: 16px !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;
|
|
@@ -70,3 +70,24 @@
|
|
|
70
70
|
box-shadow: $btn-flat-box-shadow;
|
|
71
71
|
color: $btn-disabled-color;
|
|
72
72
|
}
|
|
73
|
+
|
|
74
|
+
@mixin box-shadow-theme {
|
|
75
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
76
|
+
box-shadow: none;
|
|
77
|
+
}
|
|
78
|
+
@if $skin-name == 'fabric' {
|
|
79
|
+
border-color: transparent;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
@mixin outline-box-shadow-theme {
|
|
84
|
+
@if $skin-name != 'bootstrap5' and $skin-name != 'bootstrap4' and $skin-name != 'tailwind' {
|
|
85
|
+
box-shadow: none;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@mixin Mat3-box-shadow-none {
|
|
90
|
+
@if $skin-name == 'Material3' {
|
|
91
|
+
box-shadow: none;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
// Sharp corner for sides individual Button and SplitButton
|
|
49
49
|
&:not(.e-rtl):not(.e-vertical) {
|
|
50
50
|
.e-btn {
|
|
51
|
-
@if $skin-name != 'Material3' {
|
|
51
|
+
@if $skin-name != 'Material3' and $skin-name != 'fluent2' {
|
|
52
52
|
margin-left: $btn-grp-margin-left;
|
|
53
53
|
}
|
|
54
54
|
|
|
@@ -56,7 +56,8 @@
|
|
|
56
56
|
border-radius: 0;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
&:first-of-type
|
|
59
|
+
&:first-of-type,
|
|
60
|
+
&:last-of-type:not(:last-child) {
|
|
60
61
|
border-bottom-right-radius: 0;
|
|
61
62
|
border-top-right-radius: 0;
|
|
62
63
|
}
|
|
@@ -65,11 +66,6 @@
|
|
|
65
66
|
border-bottom-left-radius: 0;
|
|
66
67
|
border-top-left-radius: 0;
|
|
67
68
|
}
|
|
68
|
-
|
|
69
|
-
&:last-of-type:not(:last-child) {
|
|
70
|
-
border-bottom-right-radius: 0;
|
|
71
|
-
border-top-right-radius: 0;
|
|
72
|
-
}
|
|
73
69
|
}
|
|
74
70
|
|
|
75
71
|
.e-split-btn-wrapper {
|
|
@@ -115,7 +111,8 @@
|
|
|
115
111
|
border-radius: 0;
|
|
116
112
|
}
|
|
117
113
|
|
|
118
|
-
&:first-of-type
|
|
114
|
+
&:first-of-type,
|
|
115
|
+
&:last-of-type:not(:last-child) {
|
|
119
116
|
border-bottom-left-radius: 0;
|
|
120
117
|
border-top-left-radius: 0;
|
|
121
118
|
}
|
|
@@ -124,11 +121,6 @@
|
|
|
124
121
|
border-bottom-right-radius: 0;
|
|
125
122
|
border-top-right-radius: 0;
|
|
126
123
|
}
|
|
127
|
-
|
|
128
|
-
&:last-of-type:not(:last-child) {
|
|
129
|
-
border-bottom-left-radius: 0;
|
|
130
|
-
border-top-left-radius: 0;
|
|
131
|
-
}
|
|
132
124
|
}
|
|
133
125
|
|
|
134
126
|
.e-split-btn-wrapper {
|
|
@@ -50,6 +50,13 @@
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
+
@if $skin-name == 'fluent2' {
|
|
54
|
+
.e-btn:focus-visible,
|
|
55
|
+
input:focus-visible+label.e-btn { // only for keybord
|
|
56
|
+
box-shadow: $btn-keyboard-focus-box-shadow !important;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
53
60
|
//Focus state for Normal and Outline GroupButton
|
|
54
61
|
.e-btn:focus,
|
|
55
62
|
input:focus-visible+label.e-btn,
|
|
@@ -72,72 +79,47 @@
|
|
|
72
79
|
|
|
73
80
|
&.e-primary {
|
|
74
81
|
@include primary-focus;
|
|
75
|
-
@
|
|
76
|
-
box-shadow: none;
|
|
77
|
-
}
|
|
82
|
+
@include box-shadow-theme;
|
|
78
83
|
@if $skin-name == 'bootstrap5' {
|
|
79
84
|
border-color: $btn-primary-focus-bgcolor;
|
|
80
85
|
}
|
|
81
86
|
outline-color: $btn-grp-outline-focus-primary-color;
|
|
82
|
-
@if $skin-name == 'fabric' {
|
|
83
|
-
border-color: transparent;
|
|
84
|
-
}
|
|
85
87
|
}
|
|
86
88
|
|
|
87
89
|
&.e-success {
|
|
88
90
|
@include success-focus;
|
|
89
|
-
@
|
|
90
|
-
box-shadow: none;
|
|
91
|
-
}
|
|
91
|
+
@include box-shadow-theme;
|
|
92
92
|
@if $skin-name == 'bootstrap5' {
|
|
93
93
|
border-color: $btn-success-focus-bgcolor;
|
|
94
94
|
}
|
|
95
95
|
outline-color: $btn-grp-outline-focus-success-color;
|
|
96
|
-
@if $skin-name == 'fabric' {
|
|
97
|
-
border-color: transparent;
|
|
98
|
-
}
|
|
99
96
|
}
|
|
100
97
|
|
|
101
98
|
&.e-info {
|
|
102
99
|
@include info-focus;
|
|
103
|
-
@
|
|
104
|
-
box-shadow: none;
|
|
105
|
-
}
|
|
100
|
+
@include box-shadow-theme;
|
|
106
101
|
@if $skin-name == 'bootstrap5' {
|
|
107
102
|
border-color: $btn-info-focus-bgcolor;
|
|
108
103
|
}
|
|
109
104
|
outline-color: $btn-grp-outline-focus-info-color;
|
|
110
|
-
@if $skin-name == 'fabric' {
|
|
111
|
-
border-color: transparent;
|
|
112
|
-
}
|
|
113
105
|
}
|
|
114
106
|
|
|
115
107
|
&.e-warning {
|
|
116
108
|
@include warning-focus;
|
|
117
|
-
@
|
|
118
|
-
box-shadow: none;
|
|
119
|
-
}
|
|
109
|
+
@include box-shadow-theme;
|
|
120
110
|
@if $skin-name == 'bootstrap5' {
|
|
121
111
|
border-color: $btn-warning-focus-bgcolor;
|
|
122
112
|
}
|
|
123
113
|
outline-color: $btn-grp-outline-focus-warning-color;
|
|
124
|
-
@if $skin-name == 'fabric' {
|
|
125
|
-
border-color: transparent;
|
|
126
|
-
}
|
|
127
114
|
}
|
|
128
115
|
|
|
129
116
|
&.e-danger {
|
|
130
117
|
@include danger-focus;
|
|
131
|
-
@
|
|
132
|
-
box-shadow: none;
|
|
133
|
-
}
|
|
118
|
+
@include box-shadow-theme;
|
|
134
119
|
@if $skin-name == 'bootstrap5' {
|
|
135
120
|
border-color: $btn-danger-focus-bgcolor;
|
|
136
121
|
}
|
|
137
122
|
outline-color: $btn-grp-outline-focus-danger-color;
|
|
138
|
-
@if $skin-name == 'fabric' {
|
|
139
|
-
border-color: transparent;
|
|
140
|
-
}
|
|
141
123
|
}
|
|
142
124
|
|
|
143
125
|
&.e-link {
|
|
@@ -150,18 +132,14 @@
|
|
|
150
132
|
|
|
151
133
|
&.e-outline {
|
|
152
134
|
@include outline-focus;
|
|
153
|
-
@
|
|
154
|
-
box-shadow: none;
|
|
155
|
-
}
|
|
135
|
+
@include outline-box-shadow-theme;
|
|
156
136
|
@if $skin-name == 'bootstrap5' {
|
|
157
137
|
border-color: $btn-outline-focus-bgcolor;
|
|
158
138
|
}
|
|
159
139
|
|
|
160
140
|
&.e-primary {
|
|
161
141
|
@include outline-primary-focus;
|
|
162
|
-
@
|
|
163
|
-
box-shadow: none;
|
|
164
|
-
}
|
|
142
|
+
@include outline-box-shadow-theme;
|
|
165
143
|
@if $skin-name == 'bootstrap5' {
|
|
166
144
|
border-color: $btn-outline-primary-focus-bgcolor;
|
|
167
145
|
}
|
|
@@ -169,9 +147,7 @@
|
|
|
169
147
|
|
|
170
148
|
&.e-success {
|
|
171
149
|
@include outline-success-focus;
|
|
172
|
-
@
|
|
173
|
-
box-shadow: none;
|
|
174
|
-
}
|
|
150
|
+
@include outline-box-shadow-theme;
|
|
175
151
|
@if $skin-name == 'bootstrap5' {
|
|
176
152
|
border-color: $btn-success-focus-bgcolor;
|
|
177
153
|
}
|
|
@@ -179,9 +155,7 @@
|
|
|
179
155
|
|
|
180
156
|
&.e-info {
|
|
181
157
|
@include outline-info-focus;
|
|
182
|
-
@
|
|
183
|
-
box-shadow: none;
|
|
184
|
-
}
|
|
158
|
+
@include outline-box-shadow-theme;
|
|
185
159
|
@if $skin-name == 'bootstrap5' {
|
|
186
160
|
border-color: $btn-info-hover-bgcolor;
|
|
187
161
|
}
|
|
@@ -189,9 +163,7 @@
|
|
|
189
163
|
|
|
190
164
|
&.e-warning {
|
|
191
165
|
@include outline-warning-focus;
|
|
192
|
-
@
|
|
193
|
-
box-shadow: none;
|
|
194
|
-
}
|
|
166
|
+
@include outline-box-shadow-theme;
|
|
195
167
|
@if $skin-name == 'bootstrap5' {
|
|
196
168
|
border-color: $btn-warning-hover-bgcolor;
|
|
197
169
|
}
|
|
@@ -199,9 +171,7 @@
|
|
|
199
171
|
|
|
200
172
|
&.e-danger {
|
|
201
173
|
@include outline-danger-focus;
|
|
202
|
-
@
|
|
203
|
-
box-shadow: none;
|
|
204
|
-
}
|
|
174
|
+
@include outline-box-shadow-theme;
|
|
205
175
|
@if $skin-name == 'bootstrap5' {
|
|
206
176
|
border-color: $btn-danger-hover-bgcolor;
|
|
207
177
|
}
|
|
@@ -214,84 +184,60 @@
|
|
|
214
184
|
input:active+label.e-btn,
|
|
215
185
|
input:checked+label.e-btn {
|
|
216
186
|
@include button-active;
|
|
217
|
-
@
|
|
218
|
-
box-shadow: none;
|
|
219
|
-
}
|
|
187
|
+
@include Mat3-box-shadow-none;
|
|
220
188
|
|
|
221
189
|
&.e-primary {
|
|
222
190
|
@include primary-active;
|
|
223
|
-
@
|
|
224
|
-
box-shadow: none;
|
|
225
|
-
}
|
|
191
|
+
@include Mat3-box-shadow-none;
|
|
226
192
|
}
|
|
227
193
|
|
|
228
194
|
&.e-success {
|
|
229
195
|
@include success-active;
|
|
230
|
-
@
|
|
231
|
-
box-shadow: none;
|
|
232
|
-
}
|
|
196
|
+
@include Mat3-box-shadow-none;
|
|
233
197
|
}
|
|
234
198
|
|
|
235
199
|
&.e-info {
|
|
236
200
|
@include info-active;
|
|
237
|
-
@
|
|
238
|
-
box-shadow: none;
|
|
239
|
-
}
|
|
201
|
+
@include Mat3-box-shadow-none;
|
|
240
202
|
}
|
|
241
203
|
|
|
242
204
|
&.e-warning {
|
|
243
205
|
@include warning-active;
|
|
244
|
-
@
|
|
245
|
-
box-shadow: none;
|
|
246
|
-
}
|
|
206
|
+
@include Mat3-box-shadow-none;
|
|
247
207
|
}
|
|
248
208
|
|
|
249
209
|
&.e-danger {
|
|
250
210
|
@include danger-active;
|
|
251
|
-
@
|
|
252
|
-
box-shadow: none;
|
|
253
|
-
}
|
|
211
|
+
@include Mat3-box-shadow-none;
|
|
254
212
|
}
|
|
255
213
|
|
|
256
214
|
&.e-outline {
|
|
257
215
|
@include outline-active;
|
|
258
|
-
@
|
|
259
|
-
box-shadow: none;
|
|
260
|
-
}
|
|
216
|
+
@include Mat3-box-shadow-none;
|
|
261
217
|
|
|
262
218
|
&.e-primary {
|
|
263
219
|
@include outline-primary-active;
|
|
264
|
-
@
|
|
265
|
-
box-shadow: none;
|
|
266
|
-
}
|
|
220
|
+
@include Mat3-box-shadow-none;
|
|
267
221
|
}
|
|
268
222
|
|
|
269
223
|
&.e-success {
|
|
270
224
|
@include outline-success-active;
|
|
271
|
-
@
|
|
272
|
-
box-shadow: none;
|
|
273
|
-
}
|
|
225
|
+
@include Mat3-box-shadow-none;
|
|
274
226
|
}
|
|
275
227
|
|
|
276
228
|
&.e-info {
|
|
277
229
|
@include outline-info-active;
|
|
278
|
-
@
|
|
279
|
-
box-shadow: none;
|
|
280
|
-
}
|
|
230
|
+
@include Mat3-box-shadow-none;
|
|
281
231
|
}
|
|
282
232
|
|
|
283
233
|
&.e-warning {
|
|
284
234
|
@include outline-warning-active;
|
|
285
|
-
@
|
|
286
|
-
box-shadow: none;
|
|
287
|
-
}
|
|
235
|
+
@include Mat3-box-shadow-none;
|
|
288
236
|
}
|
|
289
237
|
|
|
290
238
|
&.e-danger {
|
|
291
239
|
@include outline-danger-active;
|
|
292
|
-
@
|
|
293
|
-
box-shadow: none;
|
|
294
|
-
}
|
|
240
|
+
@include Mat3-box-shadow-none;
|
|
295
241
|
}
|
|
296
242
|
}
|
|
297
243
|
}
|