@syncfusion/blazor-themes 20.4.48 → 20.4.50
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/SCSS-Themes/bootstrap-dark.scss +38 -11
- package/SCSS-Themes/bootstrap.scss +38 -11
- package/SCSS-Themes/bootstrap4.scss +38 -11
- package/SCSS-Themes/bootstrap5-dark.scss +38 -11
- package/SCSS-Themes/bootstrap5.scss +38 -11
- package/SCSS-Themes/fabric-dark.scss +42 -15
- package/SCSS-Themes/fabric.scss +42 -15
- package/SCSS-Themes/fluent-dark.scss +41 -14
- package/SCSS-Themes/fluent.scss +41 -14
- package/SCSS-Themes/highcontrast.scss +38 -11
- package/SCSS-Themes/material-dark.scss +38 -11
- package/SCSS-Themes/material.scss +38 -11
- package/SCSS-Themes/navigations/accordion/bootstrap-dark.scss +4 -4
- package/SCSS-Themes/navigations/accordion/bootstrap.scss +4 -4
- package/SCSS-Themes/navigations/accordion/bootstrap4.scss +4 -4
- package/SCSS-Themes/navigations/accordion/bootstrap5-dark.scss +4 -4
- package/SCSS-Themes/navigations/accordion/bootstrap5.scss +4 -4
- package/SCSS-Themes/navigations/accordion/fabric-dark.scss +4 -4
- package/SCSS-Themes/navigations/accordion/fabric.scss +4 -4
- package/SCSS-Themes/navigations/accordion/fluent-dark.scss +4 -4
- package/SCSS-Themes/navigations/accordion/fluent.scss +4 -4
- package/SCSS-Themes/navigations/accordion/highcontrast.scss +4 -4
- package/SCSS-Themes/navigations/accordion/material-dark.scss +4 -4
- package/SCSS-Themes/navigations/accordion/material.scss +4 -4
- package/SCSS-Themes/navigations/accordion/tailwind-dark.scss +4 -4
- package/SCSS-Themes/navigations/accordion/tailwind.scss +4 -4
- package/SCSS-Themes/navigations/context-menu/bootstrap-dark.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/bootstrap.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/bootstrap4.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/bootstrap5-dark.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/bootstrap5.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/fabric-dark.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/fabric.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/fluent-dark.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/fluent.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/highcontrast.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/material-dark.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/material.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/tailwind-dark.scss +6 -2
- package/SCSS-Themes/navigations/context-menu/tailwind.scss +6 -2
- package/SCSS-Themes/navigations/menu/bootstrap-dark.scss +2 -1
- package/SCSS-Themes/navigations/menu/bootstrap.scss +2 -1
- package/SCSS-Themes/navigations/menu/bootstrap4.scss +2 -1
- package/SCSS-Themes/navigations/menu/bootstrap5-dark.scss +2 -1
- package/SCSS-Themes/navigations/menu/bootstrap5.scss +2 -1
- package/SCSS-Themes/navigations/menu/fabric-dark.scss +6 -5
- package/SCSS-Themes/navigations/menu/fabric.scss +6 -5
- package/SCSS-Themes/navigations/menu/fluent-dark.scss +2 -1
- package/SCSS-Themes/navigations/menu/fluent.scss +2 -1
- package/SCSS-Themes/navigations/menu/highcontrast.scss +2 -1
- package/SCSS-Themes/navigations/menu/material-dark.scss +2 -1
- package/SCSS-Themes/navigations/menu/material.scss +2 -1
- package/SCSS-Themes/navigations/menu/tailwind-dark.scss +2 -1
- package/SCSS-Themes/navigations/menu/tailwind.scss +2 -1
- package/SCSS-Themes/pivotview/pivotview/bootstrap-dark.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/bootstrap.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/bootstrap4.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/bootstrap5-dark.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/bootstrap5.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/fabric-dark.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/fabric.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/fluent-dark.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/fluent.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/highcontrast.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/material-dark.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/material.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/tailwind-dark.scss +26 -4
- package/SCSS-Themes/pivotview/pivotview/tailwind.scss +26 -4
- package/SCSS-Themes/popups/dialog/fluent-dark.scss +3 -3
- package/SCSS-Themes/popups/dialog/fluent.scss +3 -3
- package/SCSS-Themes/popups/dialog/tailwind-dark.scss +1 -1
- package/SCSS-Themes/popups/dialog/tailwind.scss +1 -1
- package/SCSS-Themes/tailwind-dark.scss +39 -12
- package/SCSS-Themes/tailwind.scss +39 -12
- package/package.json +1 -1
|
@@ -171,7 +171,9 @@ $cmenu-hover-icon-color: $cmenu-icon-color !default;
|
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
&.e-menu-caret-icon {
|
|
174
|
-
|
|
174
|
+
@if $skin-name != 'FluentUI' {
|
|
175
|
+
padding-left: $cmenu-caret-li-padding;
|
|
176
|
+
}
|
|
175
177
|
padding-right: $cmenu-li-right-padding;
|
|
176
178
|
}
|
|
177
179
|
|
|
@@ -364,7 +366,9 @@ $cmenu-hover-icon-color: $cmenu-icon-color !default;
|
|
|
364
366
|
.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon,
|
|
365
367
|
.e-bigger .e-contextmenu-container.e-rtl ul .e-blankicon,
|
|
366
368
|
.e-bigger.e-contextmenu-container.e-rtl ul .e-blankicon {
|
|
367
|
-
@
|
|
369
|
+
@if $skin-name != 'FluentUI' {
|
|
370
|
+
@include bigger-rtl-blank-icon;
|
|
371
|
+
}
|
|
368
372
|
}
|
|
369
373
|
}
|
|
370
374
|
|
|
@@ -174,7 +174,9 @@ $cmenu-hover-icon-color: $cmenu-icon-color !default;
|
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
&.e-menu-caret-icon {
|
|
177
|
-
|
|
177
|
+
@if $skin-name != 'FluentUI' {
|
|
178
|
+
padding-left: $cmenu-caret-li-padding;
|
|
179
|
+
}
|
|
178
180
|
padding-right: $cmenu-li-right-padding;
|
|
179
181
|
}
|
|
180
182
|
|
|
@@ -367,7 +369,9 @@ $cmenu-hover-icon-color: $cmenu-icon-color !default;
|
|
|
367
369
|
.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon,
|
|
368
370
|
.e-bigger .e-contextmenu-container.e-rtl ul .e-blankicon,
|
|
369
371
|
.e-bigger.e-contextmenu-container.e-rtl ul .e-blankicon {
|
|
370
|
-
@
|
|
372
|
+
@if $skin-name != 'FluentUI' {
|
|
373
|
+
@include bigger-rtl-blank-icon;
|
|
374
|
+
}
|
|
371
375
|
}
|
|
372
376
|
}
|
|
373
377
|
|
|
@@ -174,7 +174,9 @@ $cmenu-hover-icon-color: $cmenu-icon-color !default;
|
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
&.e-menu-caret-icon {
|
|
177
|
-
|
|
177
|
+
@if $skin-name != 'FluentUI' {
|
|
178
|
+
padding-left: $cmenu-caret-li-padding;
|
|
179
|
+
}
|
|
178
180
|
padding-right: $cmenu-li-right-padding;
|
|
179
181
|
}
|
|
180
182
|
|
|
@@ -367,7 +369,9 @@ $cmenu-hover-icon-color: $cmenu-icon-color !default;
|
|
|
367
369
|
.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon,
|
|
368
370
|
.e-bigger .e-contextmenu-container.e-rtl ul .e-blankicon,
|
|
369
371
|
.e-bigger.e-contextmenu-container.e-rtl ul .e-blankicon {
|
|
370
|
-
@
|
|
372
|
+
@if $skin-name != 'FluentUI' {
|
|
373
|
+
@include bigger-rtl-blank-icon;
|
|
374
|
+
}
|
|
371
375
|
}
|
|
372
376
|
}
|
|
373
377
|
|
|
@@ -135,6 +135,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
135
135
|
line-height: $menu-li-height;
|
|
136
136
|
margin-right: $menu-icon-margin-right;
|
|
137
137
|
text-align: center;
|
|
138
|
+
margin-bottom: 4px;
|
|
138
139
|
}
|
|
139
140
|
|
|
140
141
|
& .e-caret {
|
|
@@ -788,7 +789,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
788
789
|
|
|
789
790
|
@at-root {
|
|
790
791
|
& .e-menu {
|
|
791
|
-
@if $skin-name == 'bootstrap4'
|
|
792
|
+
@if $skin-name == 'bootstrap4' {
|
|
792
793
|
background-color: $cmenu-ul-bgcolor;
|
|
793
794
|
}
|
|
794
795
|
@else {
|
|
@@ -136,6 +136,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
136
136
|
line-height: $menu-li-height;
|
|
137
137
|
margin-right: $menu-icon-margin-right;
|
|
138
138
|
text-align: center;
|
|
139
|
+
margin-bottom: 4px;
|
|
139
140
|
}
|
|
140
141
|
|
|
141
142
|
& .e-caret {
|
|
@@ -789,7 +790,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
789
790
|
|
|
790
791
|
@at-root {
|
|
791
792
|
& .e-menu {
|
|
792
|
-
@if $skin-name == 'bootstrap4'
|
|
793
|
+
@if $skin-name == 'bootstrap4' {
|
|
793
794
|
background-color: $cmenu-ul-bgcolor;
|
|
794
795
|
}
|
|
795
796
|
@else {
|
|
@@ -135,6 +135,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
135
135
|
line-height: $menu-li-height;
|
|
136
136
|
margin-right: $menu-icon-margin-right;
|
|
137
137
|
text-align: center;
|
|
138
|
+
margin-bottom: 4px;
|
|
138
139
|
}
|
|
139
140
|
|
|
140
141
|
& .e-caret {
|
|
@@ -788,7 +789,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
788
789
|
|
|
789
790
|
@at-root {
|
|
790
791
|
& .e-menu {
|
|
791
|
-
@if $skin-name == 'bootstrap4'
|
|
792
|
+
@if $skin-name == 'bootstrap4' {
|
|
792
793
|
background-color: $cmenu-ul-bgcolor;
|
|
793
794
|
}
|
|
794
795
|
@else {
|
|
@@ -138,6 +138,7 @@ $menu-caret-color: $cmenu-caret-color !default;
|
|
|
138
138
|
line-height: $menu-li-height;
|
|
139
139
|
margin-right: $menu-icon-margin-right;
|
|
140
140
|
text-align: center;
|
|
141
|
+
margin-bottom: 4px;
|
|
141
142
|
}
|
|
142
143
|
|
|
143
144
|
& .e-caret {
|
|
@@ -791,7 +792,7 @@ $menu-caret-color: $cmenu-caret-color !default;
|
|
|
791
792
|
|
|
792
793
|
@at-root {
|
|
793
794
|
& .e-menu {
|
|
794
|
-
@if $skin-name == 'bootstrap4'
|
|
795
|
+
@if $skin-name == 'bootstrap4' {
|
|
795
796
|
background-color: $cmenu-ul-bgcolor;
|
|
796
797
|
}
|
|
797
798
|
@else {
|
|
@@ -138,6 +138,7 @@ $menu-caret-color: $cmenu-caret-color !default;
|
|
|
138
138
|
line-height: $menu-li-height;
|
|
139
139
|
margin-right: $menu-icon-margin-right;
|
|
140
140
|
text-align: center;
|
|
141
|
+
margin-bottom: 4px;
|
|
141
142
|
}
|
|
142
143
|
|
|
143
144
|
& .e-caret {
|
|
@@ -791,7 +792,7 @@ $menu-caret-color: $cmenu-caret-color !default;
|
|
|
791
792
|
|
|
792
793
|
@at-root {
|
|
793
794
|
& .e-menu {
|
|
794
|
-
@if $skin-name == 'bootstrap4'
|
|
795
|
+
@if $skin-name == 'bootstrap4' {
|
|
795
796
|
background-color: $cmenu-ul-bgcolor;
|
|
796
797
|
}
|
|
797
798
|
@else {
|
|
@@ -135,6 +135,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
135
135
|
line-height: $menu-li-height;
|
|
136
136
|
margin-right: $menu-icon-margin-right;
|
|
137
137
|
text-align: center;
|
|
138
|
+
margin-bottom: 4px;
|
|
138
139
|
}
|
|
139
140
|
|
|
140
141
|
& .e-caret {
|
|
@@ -788,7 +789,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
788
789
|
|
|
789
790
|
@at-root {
|
|
790
791
|
& .e-menu {
|
|
791
|
-
@if $skin-name == 'bootstrap4'
|
|
792
|
+
@if $skin-name == 'bootstrap4' {
|
|
792
793
|
background-color: $cmenu-ul-bgcolor;
|
|
793
794
|
}
|
|
794
795
|
@else {
|
|
@@ -1147,7 +1148,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
1147
1148
|
&.e-vertical {
|
|
1148
1149
|
& .e-caret {
|
|
1149
1150
|
&::before {
|
|
1150
|
-
content: '\
|
|
1151
|
+
content: '\e98f';
|
|
1151
1152
|
}
|
|
1152
1153
|
}
|
|
1153
1154
|
}
|
|
@@ -1155,7 +1156,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
1155
1156
|
&.e-ul {
|
|
1156
1157
|
& .e-caret {
|
|
1157
1158
|
&::before {
|
|
1158
|
-
content: '\
|
|
1159
|
+
content: '\e98f';
|
|
1159
1160
|
}
|
|
1160
1161
|
}
|
|
1161
1162
|
}
|
|
@@ -1168,7 +1169,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
1168
1169
|
&.e-vertical {
|
|
1169
1170
|
& .e-caret {
|
|
1170
1171
|
&::before {
|
|
1171
|
-
content: '\
|
|
1172
|
+
content: '\e98f';
|
|
1172
1173
|
}
|
|
1173
1174
|
}
|
|
1174
1175
|
}
|
|
@@ -1176,7 +1177,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
1176
1177
|
&.e-ul {
|
|
1177
1178
|
& .e-caret {
|
|
1178
1179
|
&::before {
|
|
1179
|
-
content: '\
|
|
1180
|
+
content: '\e98f';
|
|
1180
1181
|
}
|
|
1181
1182
|
}
|
|
1182
1183
|
}
|
|
@@ -135,6 +135,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
135
135
|
line-height: $menu-li-height;
|
|
136
136
|
margin-right: $menu-icon-margin-right;
|
|
137
137
|
text-align: center;
|
|
138
|
+
margin-bottom: 4px;
|
|
138
139
|
}
|
|
139
140
|
|
|
140
141
|
& .e-caret {
|
|
@@ -788,7 +789,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
788
789
|
|
|
789
790
|
@at-root {
|
|
790
791
|
& .e-menu {
|
|
791
|
-
@if $skin-name == 'bootstrap4'
|
|
792
|
+
@if $skin-name == 'bootstrap4' {
|
|
792
793
|
background-color: $cmenu-ul-bgcolor;
|
|
793
794
|
}
|
|
794
795
|
@else {
|
|
@@ -1147,7 +1148,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
1147
1148
|
&.e-vertical {
|
|
1148
1149
|
& .e-caret {
|
|
1149
1150
|
&::before {
|
|
1150
|
-
content: '\
|
|
1151
|
+
content: '\e98f';
|
|
1151
1152
|
}
|
|
1152
1153
|
}
|
|
1153
1154
|
}
|
|
@@ -1155,7 +1156,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
1155
1156
|
&.e-ul {
|
|
1156
1157
|
& .e-caret {
|
|
1157
1158
|
&::before {
|
|
1158
|
-
content: '\
|
|
1159
|
+
content: '\e98f';
|
|
1159
1160
|
}
|
|
1160
1161
|
}
|
|
1161
1162
|
}
|
|
@@ -1168,7 +1169,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
1168
1169
|
&.e-vertical {
|
|
1169
1170
|
& .e-caret {
|
|
1170
1171
|
&::before {
|
|
1171
|
-
content: '\
|
|
1172
|
+
content: '\e98f';
|
|
1172
1173
|
}
|
|
1173
1174
|
}
|
|
1174
1175
|
}
|
|
@@ -1176,7 +1177,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
1176
1177
|
&.e-ul {
|
|
1177
1178
|
& .e-caret {
|
|
1178
1179
|
&::before {
|
|
1179
|
-
content: '\
|
|
1180
|
+
content: '\e98f';
|
|
1180
1181
|
}
|
|
1181
1182
|
}
|
|
1182
1183
|
}
|
|
@@ -138,6 +138,7 @@ $menu-caret-color: $cmenu-caret-color !default;
|
|
|
138
138
|
line-height: $menu-li-height;
|
|
139
139
|
margin-right: $menu-icon-margin-right;
|
|
140
140
|
text-align: center;
|
|
141
|
+
margin-bottom: 4px;
|
|
141
142
|
}
|
|
142
143
|
|
|
143
144
|
& .e-caret {
|
|
@@ -791,7 +792,7 @@ $menu-caret-color: $cmenu-caret-color !default;
|
|
|
791
792
|
|
|
792
793
|
@at-root {
|
|
793
794
|
& .e-menu {
|
|
794
|
-
@if $skin-name == 'bootstrap4'
|
|
795
|
+
@if $skin-name == 'bootstrap4' {
|
|
795
796
|
background-color: $cmenu-ul-bgcolor;
|
|
796
797
|
}
|
|
797
798
|
@else {
|
|
@@ -138,6 +138,7 @@ $menu-caret-color: $cmenu-caret-color !default;
|
|
|
138
138
|
line-height: $menu-li-height;
|
|
139
139
|
margin-right: $menu-icon-margin-right;
|
|
140
140
|
text-align: center;
|
|
141
|
+
margin-bottom: 4px;
|
|
141
142
|
}
|
|
142
143
|
|
|
143
144
|
& .e-caret {
|
|
@@ -791,7 +792,7 @@ $menu-caret-color: $cmenu-caret-color !default;
|
|
|
791
792
|
|
|
792
793
|
@at-root {
|
|
793
794
|
& .e-menu {
|
|
794
|
-
@if $skin-name == 'bootstrap4'
|
|
795
|
+
@if $skin-name == 'bootstrap4' {
|
|
795
796
|
background-color: $cmenu-ul-bgcolor;
|
|
796
797
|
}
|
|
797
798
|
@else {
|
|
@@ -136,6 +136,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
136
136
|
line-height: $menu-li-height;
|
|
137
137
|
margin-right: $menu-icon-margin-right;
|
|
138
138
|
text-align: center;
|
|
139
|
+
margin-bottom: 4px;
|
|
139
140
|
}
|
|
140
141
|
|
|
141
142
|
& .e-caret {
|
|
@@ -789,7 +790,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
789
790
|
|
|
790
791
|
@at-root {
|
|
791
792
|
& .e-menu {
|
|
792
|
-
@if $skin-name == 'bootstrap4'
|
|
793
|
+
@if $skin-name == 'bootstrap4' {
|
|
793
794
|
background-color: $cmenu-ul-bgcolor;
|
|
794
795
|
}
|
|
795
796
|
@else {
|
|
@@ -135,6 +135,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
135
135
|
line-height: $menu-li-height;
|
|
136
136
|
margin-right: $menu-icon-margin-right;
|
|
137
137
|
text-align: center;
|
|
138
|
+
margin-bottom: 4px;
|
|
138
139
|
}
|
|
139
140
|
|
|
140
141
|
& .e-caret {
|
|
@@ -788,7 +789,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
788
789
|
|
|
789
790
|
@at-root {
|
|
790
791
|
& .e-menu {
|
|
791
|
-
@if $skin-name == 'bootstrap4'
|
|
792
|
+
@if $skin-name == 'bootstrap4' {
|
|
792
793
|
background-color: $cmenu-ul-bgcolor;
|
|
793
794
|
}
|
|
794
795
|
@else {
|
|
@@ -135,6 +135,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
135
135
|
line-height: $menu-li-height;
|
|
136
136
|
margin-right: $menu-icon-margin-right;
|
|
137
137
|
text-align: center;
|
|
138
|
+
margin-bottom: 4px;
|
|
138
139
|
}
|
|
139
140
|
|
|
140
141
|
& .e-caret {
|
|
@@ -788,7 +789,7 @@ $menu-header-icon-padding: 0 16px !default;
|
|
|
788
789
|
|
|
789
790
|
@at-root {
|
|
790
791
|
& .e-menu {
|
|
791
|
-
@if $skin-name == 'bootstrap4'
|
|
792
|
+
@if $skin-name == 'bootstrap4' {
|
|
792
793
|
background-color: $cmenu-ul-bgcolor;
|
|
793
794
|
}
|
|
794
795
|
@else {
|
|
@@ -137,6 +137,7 @@ $menu-caret-color: $cmenu-caret-color !default;
|
|
|
137
137
|
line-height: $menu-li-height;
|
|
138
138
|
margin-right: $menu-icon-margin-right;
|
|
139
139
|
text-align: center;
|
|
140
|
+
margin-bottom: 4px;
|
|
140
141
|
}
|
|
141
142
|
|
|
142
143
|
& .e-caret {
|
|
@@ -790,7 +791,7 @@ $menu-caret-color: $cmenu-caret-color !default;
|
|
|
790
791
|
|
|
791
792
|
@at-root {
|
|
792
793
|
& .e-menu {
|
|
793
|
-
@if $skin-name == 'bootstrap4'
|
|
794
|
+
@if $skin-name == 'bootstrap4' {
|
|
794
795
|
background-color: $cmenu-ul-bgcolor;
|
|
795
796
|
}
|
|
796
797
|
@else {
|
|
@@ -137,6 +137,7 @@ $menu-caret-color: $cmenu-caret-color !default;
|
|
|
137
137
|
line-height: $menu-li-height;
|
|
138
138
|
margin-right: $menu-icon-margin-right;
|
|
139
139
|
text-align: center;
|
|
140
|
+
margin-bottom: 4px;
|
|
140
141
|
}
|
|
141
142
|
|
|
142
143
|
& .e-caret {
|
|
@@ -790,7 +791,7 @@ $menu-caret-color: $cmenu-caret-color !default;
|
|
|
790
791
|
|
|
791
792
|
@at-root {
|
|
792
793
|
& .e-menu {
|
|
793
|
-
@if $skin-name == 'bootstrap4'
|
|
794
|
+
@if $skin-name == 'bootstrap4' {
|
|
794
795
|
background-color: $cmenu-ul-bgcolor;
|
|
795
796
|
}
|
|
796
797
|
@else {
|
|
@@ -834,6 +834,26 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
834
834
|
|
|
835
835
|
.e-toolbar-items {
|
|
836
836
|
background: $pivotgrid-grp-bg-color;
|
|
837
|
+
|
|
838
|
+
.e-toolbar-item {
|
|
839
|
+
.e-tbar-btn.e-btn.e-control {
|
|
840
|
+
@if ($skin-name =='fabric') or ($skin-name =='fabric-dark') or ($skin-name =='material') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') or ($skin-name =='bootstrap4') {
|
|
841
|
+
background: $pivotgrid-grp-bg-color;
|
|
842
|
+
|
|
843
|
+
&:hover {
|
|
844
|
+
@if ($skin-name =='material') or ($skin-name =='material-dark') or ($skin-name =='fabric-dark') or ($skin-name =='bootstrap4') {
|
|
845
|
+
background: $pivotgrid-grp-bg-hover-color;
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
&:focus {
|
|
850
|
+
@if ($skin-name =='bootstrap4') {
|
|
851
|
+
background: $pivotgrid-grp-bg-hover-color;
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
}
|
|
837
857
|
}
|
|
838
858
|
|
|
839
859
|
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
@@ -1440,10 +1460,8 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1440
1460
|
}
|
|
1441
1461
|
|
|
1442
1462
|
.e-toolbar .e-tbar-btn {
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
@if ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
|
|
1446
|
-
border: none !important;
|
|
1463
|
+
@if ($skin-name == 'tailwind') {
|
|
1464
|
+
background-color: transparent;
|
|
1447
1465
|
}
|
|
1448
1466
|
|
|
1449
1467
|
&:hover {
|
|
@@ -2865,6 +2883,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
2865
2883
|
display: none !important;
|
|
2866
2884
|
}
|
|
2867
2885
|
|
|
2886
|
+
.e-pivotchart.e-chart {
|
|
2887
|
+
overflow: visible !important;
|
|
2888
|
+
}
|
|
2889
|
+
|
|
2868
2890
|
/* stylelint-enable */
|
|
2869
2891
|
}
|
|
2870
2892
|
|
|
@@ -831,6 +831,26 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
831
831
|
|
|
832
832
|
.e-toolbar-items {
|
|
833
833
|
background: $pivotgrid-grp-bg-color;
|
|
834
|
+
|
|
835
|
+
.e-toolbar-item {
|
|
836
|
+
.e-tbar-btn.e-btn.e-control {
|
|
837
|
+
@if ($skin-name =='fabric') or ($skin-name =='fabric-dark') or ($skin-name =='material') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') or ($skin-name =='bootstrap4') {
|
|
838
|
+
background: $pivotgrid-grp-bg-color;
|
|
839
|
+
|
|
840
|
+
&:hover {
|
|
841
|
+
@if ($skin-name =='material') or ($skin-name =='material-dark') or ($skin-name =='fabric-dark') or ($skin-name =='bootstrap4') {
|
|
842
|
+
background: $pivotgrid-grp-bg-hover-color;
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
&:focus {
|
|
847
|
+
@if ($skin-name =='bootstrap4') {
|
|
848
|
+
background: $pivotgrid-grp-bg-hover-color;
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
}
|
|
834
854
|
}
|
|
835
855
|
|
|
836
856
|
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
@@ -1437,10 +1457,8 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1437
1457
|
}
|
|
1438
1458
|
|
|
1439
1459
|
.e-toolbar .e-tbar-btn {
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
@if ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
|
|
1443
|
-
border: none !important;
|
|
1460
|
+
@if ($skin-name == 'tailwind') {
|
|
1461
|
+
background-color: transparent;
|
|
1444
1462
|
}
|
|
1445
1463
|
|
|
1446
1464
|
&:hover {
|
|
@@ -2862,6 +2880,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
2862
2880
|
display: none !important;
|
|
2863
2881
|
}
|
|
2864
2882
|
|
|
2883
|
+
.e-pivotchart.e-chart {
|
|
2884
|
+
overflow: visible !important;
|
|
2885
|
+
}
|
|
2886
|
+
|
|
2865
2887
|
/* stylelint-enable */
|
|
2866
2888
|
}
|
|
2867
2889
|
|
|
@@ -831,6 +831,26 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
831
831
|
|
|
832
832
|
.e-toolbar-items {
|
|
833
833
|
background: $pivotgrid-grp-bg-color;
|
|
834
|
+
|
|
835
|
+
.e-toolbar-item {
|
|
836
|
+
.e-tbar-btn.e-btn.e-control {
|
|
837
|
+
@if ($skin-name =='fabric') or ($skin-name =='fabric-dark') or ($skin-name =='material') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') or ($skin-name =='bootstrap4') {
|
|
838
|
+
background: $pivotgrid-grp-bg-color;
|
|
839
|
+
|
|
840
|
+
&:hover {
|
|
841
|
+
@if ($skin-name =='material') or ($skin-name =='material-dark') or ($skin-name =='fabric-dark') or ($skin-name =='bootstrap4') {
|
|
842
|
+
background: $pivotgrid-grp-bg-hover-color;
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
&:focus {
|
|
847
|
+
@if ($skin-name =='bootstrap4') {
|
|
848
|
+
background: $pivotgrid-grp-bg-hover-color;
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
}
|
|
834
854
|
}
|
|
835
855
|
|
|
836
856
|
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
@@ -1437,10 +1457,8 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1437
1457
|
}
|
|
1438
1458
|
|
|
1439
1459
|
.e-toolbar .e-tbar-btn {
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
@if ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
|
|
1443
|
-
border: none !important;
|
|
1460
|
+
@if ($skin-name == 'tailwind') {
|
|
1461
|
+
background-color: transparent;
|
|
1444
1462
|
}
|
|
1445
1463
|
|
|
1446
1464
|
&:hover {
|
|
@@ -2862,6 +2880,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
2862
2880
|
display: none !important;
|
|
2863
2881
|
}
|
|
2864
2882
|
|
|
2883
|
+
.e-pivotchart.e-chart {
|
|
2884
|
+
overflow: visible !important;
|
|
2885
|
+
}
|
|
2886
|
+
|
|
2865
2887
|
/* stylelint-enable */
|
|
2866
2888
|
}
|
|
2867
2889
|
|
|
@@ -836,6 +836,26 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
836
836
|
|
|
837
837
|
.e-toolbar-items {
|
|
838
838
|
background: $pivotgrid-grp-bg-color;
|
|
839
|
+
|
|
840
|
+
.e-toolbar-item {
|
|
841
|
+
.e-tbar-btn.e-btn.e-control {
|
|
842
|
+
@if ($skin-name =='fabric') or ($skin-name =='fabric-dark') or ($skin-name =='material') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') or ($skin-name =='bootstrap4') {
|
|
843
|
+
background: $pivotgrid-grp-bg-color;
|
|
844
|
+
|
|
845
|
+
&:hover {
|
|
846
|
+
@if ($skin-name =='material') or ($skin-name =='material-dark') or ($skin-name =='fabric-dark') or ($skin-name =='bootstrap4') {
|
|
847
|
+
background: $pivotgrid-grp-bg-hover-color;
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
&:focus {
|
|
852
|
+
@if ($skin-name =='bootstrap4') {
|
|
853
|
+
background: $pivotgrid-grp-bg-hover-color;
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
}
|
|
839
859
|
}
|
|
840
860
|
|
|
841
861
|
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
@@ -1442,10 +1462,8 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1442
1462
|
}
|
|
1443
1463
|
|
|
1444
1464
|
.e-toolbar .e-tbar-btn {
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
@if ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
|
|
1448
|
-
border: none !important;
|
|
1465
|
+
@if ($skin-name == 'tailwind') {
|
|
1466
|
+
background-color: transparent;
|
|
1449
1467
|
}
|
|
1450
1468
|
|
|
1451
1469
|
&:hover {
|
|
@@ -2867,6 +2885,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
2867
2885
|
display: none !important;
|
|
2868
2886
|
}
|
|
2869
2887
|
|
|
2888
|
+
.e-pivotchart.e-chart {
|
|
2889
|
+
overflow: visible !important;
|
|
2890
|
+
}
|
|
2891
|
+
|
|
2870
2892
|
/* stylelint-enable */
|
|
2871
2893
|
}
|
|
2872
2894
|
|
|
@@ -836,6 +836,26 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
836
836
|
|
|
837
837
|
.e-toolbar-items {
|
|
838
838
|
background: $pivotgrid-grp-bg-color;
|
|
839
|
+
|
|
840
|
+
.e-toolbar-item {
|
|
841
|
+
.e-tbar-btn.e-btn.e-control {
|
|
842
|
+
@if ($skin-name =='fabric') or ($skin-name =='fabric-dark') or ($skin-name =='material') or ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') or ($skin-name =='bootstrap4') {
|
|
843
|
+
background: $pivotgrid-grp-bg-color;
|
|
844
|
+
|
|
845
|
+
&:hover {
|
|
846
|
+
@if ($skin-name =='material') or ($skin-name =='material-dark') or ($skin-name =='fabric-dark') or ($skin-name =='bootstrap4') {
|
|
847
|
+
background: $pivotgrid-grp-bg-hover-color;
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
&:focus {
|
|
852
|
+
@if ($skin-name =='bootstrap4') {
|
|
853
|
+
background: $pivotgrid-grp-bg-hover-color;
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
}
|
|
839
859
|
}
|
|
840
860
|
|
|
841
861
|
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
@@ -1442,10 +1462,8 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
1442
1462
|
}
|
|
1443
1463
|
|
|
1444
1464
|
.e-toolbar .e-tbar-btn {
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
@if ($skin-name =='highcontrast') or ($skin-name =='highcontrast-light') {
|
|
1448
|
-
border: none !important;
|
|
1465
|
+
@if ($skin-name == 'tailwind') {
|
|
1466
|
+
background-color: transparent;
|
|
1449
1467
|
}
|
|
1450
1468
|
|
|
1451
1469
|
&:hover {
|
|
@@ -2867,6 +2885,10 @@ $pivotpager-single-size-title-padding: 8px !default;
|
|
|
2867
2885
|
display: none !important;
|
|
2868
2886
|
}
|
|
2869
2887
|
|
|
2888
|
+
.e-pivotchart.e-chart {
|
|
2889
|
+
overflow: visible !important;
|
|
2890
|
+
}
|
|
2891
|
+
|
|
2870
2892
|
/* stylelint-enable */
|
|
2871
2893
|
}
|
|
2872
2894
|
|