@syncfusion/ej2-navigations 17.2.55-1205479 → 17.3.14-96615
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 +244 -0
- package/CHANGELOG.md +898 -786
- package/README.md +163 -163
- package/dist/ej2-navigations.umd.min.js +1 -10
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +512 -255
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +642 -385
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +1 -10
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/dist/ts/accordion/accordion.ts +1312 -0
- package/dist/ts/common/h-scroll.ts +459 -0
- package/dist/ts/common/menu-base.ts +2131 -0
- package/dist/ts/common/v-scroll.ts +430 -0
- package/dist/ts/context-menu/context-menu.ts +119 -0
- package/dist/ts/menu/menu.ts +270 -0
- package/dist/ts/sidebar/sidebar.ts +817 -0
- package/dist/ts/tab/tab.ts +1761 -0
- package/dist/ts/toolbar/toolbar.ts +2076 -0
- package/dist/ts/treeview/treeview.ts +5050 -0
- package/helpers/e2e/index.js +3 -3
- package/license +10 -10
- package/package.json +135 -145
- package/src/accordion/accordion-model.d.ts +162 -143
- package/src/accordion/accordion.d.ts +35 -6
- package/src/accordion/accordion.js +193 -71
- package/src/common/h-scroll-model.d.ts +5 -5
- package/src/common/h-scroll.js +19 -20
- package/src/common/index.d.ts +1 -0
- package/src/common/index.js +1 -0
- package/src/common/menu-base-model.d.ts +157 -157
- package/src/common/menu-base.d.ts +19 -0
- package/src/common/menu-base.js +97 -24
- package/src/common/v-scroll-model.d.ts +5 -5
- package/src/common/v-scroll.js +19 -19
- package/src/context-menu/context-menu-model.d.ts +15 -15
- package/src/context-menu/context-menu.js +19 -19
- package/src/menu/menu-model.d.ts +30 -30
- package/src/menu/menu.js +19 -19
- package/src/sidebar/sidebar-model.d.ts +136 -136
- package/src/sidebar/sidebar.js +19 -19
- package/src/tab/tab-model.d.ts +215 -215
- package/src/tab/tab.d.ts +3 -0
- package/src/tab/tab.js +120 -83
- package/src/toolbar/toolbar-model.d.ts +175 -175
- package/src/toolbar/toolbar.d.ts +2 -1
- package/src/toolbar/toolbar.js +30 -24
- package/src/treeview/treeview-model.d.ts +323 -323
- package/src/treeview/treeview.d.ts +3 -1
- package/src/treeview/treeview.js +107 -87
- package/styles/accordion/_all.scss +2 -2
- package/styles/accordion/_bootstrap-dark-definition.scss +69 -69
- package/styles/accordion/_bootstrap-definition.scss +76 -76
- package/styles/accordion/_bootstrap4-definition.scss +82 -82
- package/styles/accordion/_fabric-dark-definition.scss +74 -74
- package/styles/accordion/_fabric-definition.scss +78 -78
- package/styles/accordion/_highcontrast-definition.scss +106 -106
- package/styles/accordion/_highcontrast-light-definition.scss +104 -104
- package/styles/accordion/_layout.scss +447 -447
- package/styles/accordion/_material-dark-definition.scss +75 -75
- package/styles/accordion/_material-definition.scss +72 -72
- package/styles/accordion/_theme.scss +479 -479
- package/styles/accordion/icons/_bootstrap-dark.scss +17 -17
- package/styles/accordion/icons/_bootstrap.scss +17 -17
- package/styles/accordion/icons/_bootstrap4.scss +17 -17
- package/styles/accordion/icons/_fabric-dark.scss +17 -17
- package/styles/accordion/icons/_fabric.scss +17 -17
- package/styles/accordion/icons/_highcontrast-light.scss +17 -17
- package/styles/accordion/icons/_highcontrast.scss +17 -17
- package/styles/accordion/icons/_material-dark.scss +17 -17
- package/styles/accordion/icons/_material.scss +17 -17
- package/styles/accordion/material-dark.css +2 -2
- package/styles/bootstrap-dark.css +10 -9
- package/styles/bootstrap.css +10 -9
- package/styles/bootstrap4.css +10 -9
- package/styles/bootstrap5-dark.css +0 -0
- package/styles/bootstrap5-dark.scss +0 -0
- package/styles/bootstrap5.css +0 -0
- package/styles/bootstrap5.scss +0 -0
- package/styles/context-menu/_all.scss +2 -2
- package/styles/context-menu/_bootstrap-dark-definition.scss +54 -54
- package/styles/context-menu/_bootstrap-definition.scss +52 -52
- package/styles/context-menu/_bootstrap4-definition.scss +52 -52
- package/styles/context-menu/_fabric-dark-definition.scss +54 -54
- package/styles/context-menu/_fabric-definition.scss +52 -52
- package/styles/context-menu/_highcontrast-definition.scss +52 -52
- package/styles/context-menu/_highcontrast-light-definition.scss +54 -54
- package/styles/context-menu/_layout-mixin.scss +175 -174
- package/styles/context-menu/_layout.scss +70 -70
- package/styles/context-menu/_material-dark-definition.scss +54 -54
- package/styles/context-menu/_material-definition.scss +52 -52
- package/styles/context-menu/_theme-mixin.scss +59 -59
- package/styles/context-menu/_theme.scss +36 -36
- package/styles/context-menu/bootstrap-dark.css +1 -1
- package/styles/context-menu/bootstrap.css +1 -1
- package/styles/context-menu/bootstrap4.css +1 -1
- package/styles/context-menu/fabric-dark.css +1 -1
- package/styles/context-menu/fabric.css +1 -1
- package/styles/context-menu/highcontrast-light.css +1 -1
- package/styles/context-menu/highcontrast.css +1 -1
- package/styles/context-menu/icons/_bootstrap-dark.scss +30 -30
- package/styles/context-menu/icons/_bootstrap.scss +30 -30
- package/styles/context-menu/icons/_bootstrap4.scss +30 -30
- package/styles/context-menu/icons/_fabric-dark.scss +30 -30
- package/styles/context-menu/icons/_fabric.scss +30 -30
- package/styles/context-menu/icons/_highcontrast-light.scss +30 -30
- package/styles/context-menu/icons/_highcontrast.scss +30 -30
- package/styles/context-menu/icons/_material-dark.scss +30 -30
- package/styles/context-menu/icons/_material.scss +30 -30
- package/styles/context-menu/material-dark.css +1 -1
- package/styles/context-menu/material.css +4 -4
- package/styles/fabric-dark.css +10 -9
- package/styles/fabric.css +10 -9
- package/styles/h-scroll/_all.scss +2 -2
- package/styles/h-scroll/_bootstrap-dark-definition.scss +49 -49
- package/styles/h-scroll/_bootstrap-definition.scss +50 -50
- package/styles/h-scroll/_bootstrap4-definition.scss +49 -49
- package/styles/h-scroll/_fabric-dark-definition.scss +50 -50
- package/styles/h-scroll/_fabric-definition.scss +48 -48
- package/styles/h-scroll/_highcontrast-definition.scss +52 -52
- package/styles/h-scroll/_highcontrast-light-definition.scss +54 -54
- package/styles/h-scroll/_layout.scss +198 -198
- package/styles/h-scroll/_material-dark-definition.scss +77 -77
- package/styles/h-scroll/_material-definition.scss +77 -77
- package/styles/h-scroll/_theme.scss +157 -157
- package/styles/h-scroll/icons/_bootstrap-dark.scss +49 -49
- package/styles/h-scroll/icons/_bootstrap.scss +49 -49
- package/styles/h-scroll/icons/_bootstrap4.scss +49 -49
- package/styles/h-scroll/icons/_fabric-dark.scss +49 -49
- package/styles/h-scroll/icons/_fabric.scss +49 -49
- package/styles/h-scroll/icons/_highcontrast-light.scss +49 -49
- package/styles/h-scroll/icons/_highcontrast.scss +49 -49
- package/styles/h-scroll/icons/_material-dark.scss +49 -49
- package/styles/h-scroll/icons/_material.scss +49 -49
- package/styles/highcontrast-light.css +10 -9
- package/styles/highcontrast.css +10 -9
- package/styles/material-dark.css +12 -11
- package/styles/material.css +24 -14
- package/styles/menu/_all.scss +2 -2
- package/styles/menu/_bootstrap-dark-definition.scss +63 -63
- package/styles/menu/_bootstrap-definition.scss +65 -65
- package/styles/menu/_bootstrap4-definition.scss +64 -64
- package/styles/menu/_fabric-dark-definition.scss +63 -63
- package/styles/menu/_fabric-definition.scss +64 -64
- package/styles/menu/_highcontrast-definition.scss +65 -65
- package/styles/menu/_highcontrast-light-definition.scss +61 -61
- package/styles/menu/_layout.scss +638 -637
- package/styles/menu/_material-dark-definition.scss +63 -63
- package/styles/menu/_material-definition.scss +64 -64
- package/styles/menu/_theme.scss +243 -243
- package/styles/menu/bootstrap-dark.css +2 -1
- package/styles/menu/bootstrap.css +2 -1
- package/styles/menu/bootstrap.scss +1 -0
- package/styles/menu/bootstrap4.css +2 -1
- package/styles/menu/fabric-dark.css +2 -1
- package/styles/menu/fabric.css +2 -1
- package/styles/menu/fabric.scss +1 -0
- package/styles/menu/highcontrast-light.css +2 -1
- package/styles/menu/highcontrast.css +2 -1
- package/styles/menu/highcontrast.scss +1 -0
- package/styles/menu/icons/_bootstrap-dark.scss +127 -127
- package/styles/menu/icons/_bootstrap.scss +127 -127
- package/styles/menu/icons/_bootstrap4.scss +127 -127
- package/styles/menu/icons/_fabric-dark.scss +127 -127
- package/styles/menu/icons/_fabric.scss +127 -127
- package/styles/menu/icons/_highcontrast-light.scss +127 -127
- package/styles/menu/icons/_highcontrast.scss +127 -127
- package/styles/menu/icons/_material-dark.scss +127 -127
- package/styles/menu/icons/_material.scss +127 -127
- package/styles/menu/material-dark.css +2 -1
- package/styles/menu/material.css +4 -3
- package/styles/menu/material.scss +1 -0
- package/styles/sidebar/_all.scss +3 -3
- package/styles/sidebar/_bootstrap-dark-definition.scss +4 -4
- package/styles/sidebar/_bootstrap-definition.scss +4 -4
- package/styles/sidebar/_bootstrap4-definition.scss +4 -4
- package/styles/sidebar/_fabric-dark-definition.scss +4 -4
- package/styles/sidebar/_fabric-definition.scss +6 -6
- package/styles/sidebar/_highcontrast-definition.scss +4 -4
- package/styles/sidebar/_highcontrast-light-definition.scss +4 -4
- package/styles/sidebar/_icons.scss +1 -1
- package/styles/sidebar/_material-dark-definition.scss +4 -4
- package/styles/sidebar/_material-definition.scss +6 -6
- package/styles/sidebar/_theme.scss +168 -168
- package/styles/sidebar/bootstrap-dark.css +0 -1
- package/styles/sidebar/bootstrap.css +0 -1
- package/styles/sidebar/bootstrap4.css +0 -1
- package/styles/sidebar/fabric-dark.css +0 -1
- package/styles/sidebar/fabric.css +0 -1
- package/styles/sidebar/highcontrast-light.css +0 -1
- package/styles/sidebar/highcontrast.css +0 -1
- package/styles/sidebar/material-dark.css +0 -1
- package/styles/sidebar/material.css +0 -1
- package/styles/tab/_all.scss +2 -2
- package/styles/tab/_bootstrap-dark-definition.scss +386 -386
- package/styles/tab/_bootstrap-definition.scss +396 -396
- package/styles/tab/_bootstrap4-definition.scss +401 -401
- package/styles/tab/_fabric-dark-definition.scss +394 -394
- package/styles/tab/_fabric-definition.scss +410 -410
- package/styles/tab/_highcontrast-definition.scss +434 -434
- package/styles/tab/_highcontrast-light-definition.scss +423 -423
- package/styles/tab/_icons.scss +43 -43
- package/styles/tab/_layout.scss +3528 -3521
- package/styles/tab/_material-dark-definition.scss +407 -407
- package/styles/tab/_material-definition.scss +416 -416
- package/styles/tab/_theme.scss +1751 -1751
- package/styles/tab/bootstrap-dark.css +7 -2
- package/styles/tab/bootstrap.css +7 -2
- package/styles/tab/bootstrap4.css +7 -2
- package/styles/tab/fabric-dark.css +7 -2
- package/styles/tab/fabric.css +7 -2
- package/styles/tab/highcontrast-light.css +7 -2
- package/styles/tab/highcontrast.css +7 -2
- package/styles/tab/icons/_bootstrap-dark.scss +132 -132
- package/styles/tab/icons/_bootstrap.scss +132 -132
- package/styles/tab/icons/_bootstrap4.scss +132 -132
- package/styles/tab/icons/_fabric-dark.scss +132 -132
- package/styles/tab/icons/_fabric.scss +132 -132
- package/styles/tab/icons/_highcontrast-light.scss +132 -132
- package/styles/tab/icons/_highcontrast.scss +132 -132
- package/styles/tab/icons/_material-dark.scss +132 -132
- package/styles/tab/icons/_material.scss +132 -132
- package/styles/tab/material-dark.css +7 -2
- package/styles/tab/material.css +7 -2
- package/styles/tailwind-dark.css +0 -0
- package/styles/tailwind-dark.scss +0 -0
- package/styles/tailwind.css +0 -0
- package/styles/tailwind.scss +0 -0
- package/styles/toolbar/_all.scss +2 -2
- package/styles/toolbar/_bootstrap-dark-definition.scss +135 -135
- package/styles/toolbar/_bootstrap-definition.scss +134 -134
- package/styles/toolbar/_bootstrap4-definition.scss +139 -139
- package/styles/toolbar/_fabric-dark-definition.scss +155 -155
- package/styles/toolbar/_fabric-definition.scss +139 -139
- package/styles/toolbar/_highcontrast-definition.scss +149 -149
- package/styles/toolbar/_highcontrast-light-definition.scss +164 -164
- package/styles/toolbar/_layout.scss +1460 -1460
- package/styles/toolbar/_material-dark-definition.scss +180 -180
- package/styles/toolbar/_material-definition.scss +164 -164
- package/styles/toolbar/_theme.scss +451 -451
- package/styles/toolbar/bootstrap-dark.css +0 -1
- package/styles/toolbar/bootstrap.css +0 -1
- package/styles/toolbar/bootstrap.scss +1 -0
- package/styles/toolbar/bootstrap4.css +0 -1
- package/styles/toolbar/fabric-dark.css +0 -1
- package/styles/toolbar/fabric.css +0 -1
- package/styles/toolbar/fabric.scss +1 -0
- package/styles/toolbar/highcontrast-light.css +0 -1
- package/styles/toolbar/highcontrast.css +0 -1
- package/styles/toolbar/highcontrast.scss +1 -0
- package/styles/toolbar/icons/_bootstrap-dark.scss +16 -16
- package/styles/toolbar/icons/_bootstrap.scss +16 -16
- package/styles/toolbar/icons/_bootstrap4.scss +16 -16
- package/styles/toolbar/icons/_fabric-dark.scss +16 -16
- package/styles/toolbar/icons/_fabric.scss +16 -16
- package/styles/toolbar/icons/_highcontrast-light.scss +16 -16
- package/styles/toolbar/icons/_highcontrast.scss +16 -16
- package/styles/toolbar/icons/_material-dark.scss +16 -16
- package/styles/toolbar/icons/_material.scss +16 -16
- package/styles/toolbar/material-dark.css +0 -1
- package/styles/toolbar/material.css +0 -1
- package/styles/toolbar/material.scss +1 -0
- package/styles/treeview/_all.scss +2 -2
- package/styles/treeview/_bootstrap-dark-definition.scss +131 -131
- package/styles/treeview/_bootstrap-definition.scss +127 -127
- package/styles/treeview/_bootstrap4-definition.scss +153 -153
- package/styles/treeview/_fabric-dark-definition.scss +130 -130
- package/styles/treeview/_fabric-definition.scss +126 -126
- package/styles/treeview/_highcontrast-definition.scss +132 -132
- package/styles/treeview/_highcontrast-light-definition.scss +137 -137
- package/styles/treeview/_layout.scss +551 -551
- package/styles/treeview/_material-dark-definition.scss +126 -126
- package/styles/treeview/_material-definition.scss +126 -126
- package/styles/treeview/_theme.scss +331 -331
- package/styles/treeview/bootstrap-dark.css +0 -3
- package/styles/treeview/bootstrap.css +0 -3
- package/styles/treeview/bootstrap4.css +0 -3
- package/styles/treeview/fabric-dark.css +0 -3
- package/styles/treeview/fabric.css +0 -3
- package/styles/treeview/highcontrast-light.css +0 -3
- package/styles/treeview/highcontrast.css +0 -3
- package/styles/treeview/icons/_bootstrap-dark.scss +39 -39
- package/styles/treeview/icons/_bootstrap.scss +39 -39
- package/styles/treeview/icons/_bootstrap4.scss +39 -39
- package/styles/treeview/icons/_fabric-dark.scss +43 -43
- package/styles/treeview/icons/_fabric.scss +43 -43
- package/styles/treeview/icons/_highcontrast-light.scss +43 -43
- package/styles/treeview/icons/_highcontrast.scss +43 -43
- package/styles/treeview/icons/_material-dark.scss +43 -43
- package/styles/treeview/icons/_material.scss +43 -43
- package/styles/treeview/material-dark.css +0 -3
- package/styles/treeview/material.css +9 -3
- package/styles/v-scroll/_all.scss +2 -2
- package/styles/v-scroll/_bootstrap-dark-definition.scss +50 -50
- package/styles/v-scroll/_bootstrap-definition.scss +49 -49
- package/styles/v-scroll/_bootstrap4-definition.scss +49 -49
- package/styles/v-scroll/_fabric-dark-definition.scss +51 -51
- package/styles/v-scroll/_fabric-definition.scss +50 -50
- package/styles/v-scroll/_highcontrast-definition.scss +51 -51
- package/styles/v-scroll/_highcontrast-light-definition.scss +52 -52
- package/styles/v-scroll/_layout.scss +162 -162
- package/styles/v-scroll/_material-dark-definition.scss +78 -78
- package/styles/v-scroll/_material-definition.scss +77 -77
- package/styles/v-scroll/_theme.scss +133 -133
- package/styles/v-scroll/icons/_bootstrap-dark.scss +26 -26
- package/styles/v-scroll/icons/_bootstrap.scss +26 -26
- package/styles/v-scroll/icons/_bootstrap4.scss +26 -26
- package/styles/v-scroll/icons/_fabric-dark.scss +26 -26
- package/styles/v-scroll/icons/_fabric.scss +26 -26
- package/styles/v-scroll/icons/_highcontrast-light.scss +26 -26
- package/styles/v-scroll/icons/_highcontrast.scss +26 -26
- package/styles/v-scroll/icons/_material-dark.scss +26 -26
- package/styles/v-scroll/icons/_material.scss +26 -26
- package/tslint.json +111 -0
|
@@ -1,451 +1,451 @@
|
|
|
1
|
-
@include export-module('toolbar-theme') {
|
|
2
|
-
/*! toolbar theme */
|
|
3
|
-
// sass-lint:disable no-vendor-prefixes
|
|
4
|
-
#{&}.e-toolbar {
|
|
5
|
-
-webkit-tap-highlight-color: $tbar-tab-highlight-color;
|
|
6
|
-
background: $tbar-default-bg;
|
|
7
|
-
border: $tbar-border-size $tbar-border-type $tbar-default-border;
|
|
8
|
-
box-shadow: $tbar-box-shadow;
|
|
9
|
-
|
|
10
|
-
&.e-vertical {
|
|
11
|
-
|
|
12
|
-
.e-hor-nav {
|
|
13
|
-
border: $tbar-border-nav-type $tbar-default-border;
|
|
14
|
-
border-width: $tbar-popup-vertical-border-width;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
&.e-rtl .e-hor-nav {
|
|
18
|
-
border: $tbar-border-nav-type $tbar-default-border;
|
|
19
|
-
border-width: $tbar-popup-vertical-rtl-border-width;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
.e-toolbar-items .e-toolbar-item {
|
|
24
|
-
|
|
25
|
-
&.e-separator {
|
|
26
|
-
border-width: $tba-vertical-separator;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&.e-extended-toolbar {
|
|
33
|
-
|
|
34
|
-
.e-toolbar-extended {
|
|
35
|
-
|
|
36
|
-
.e-toolbar-item.e-overlay {
|
|
37
|
-
background: $tbar-default-bg;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.e-toolbar-item.e-separator {
|
|
41
|
-
border: $tbar-separator-border-type $tbar-separator-border;
|
|
42
|
-
border-width: $tba-horizontal-separator;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.e-toolbar-item .e-tbar-btn .e-icons {
|
|
46
|
-
color: $tbar-default-icon-color;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.e-toolbar-item .e-tbar-btn {
|
|
50
|
-
background: $tbar-default-bg;
|
|
51
|
-
box-shadow: $tbar-btn-box-shadow;
|
|
52
|
-
color: $tbar-default-font;
|
|
53
|
-
@if $tbar-skin == 'bootstrap' {
|
|
54
|
-
margin: 1px 0;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
@if $tbar-skin == 'highcontrast' {
|
|
58
|
-
border: 2px $tbar-border-type $ext-tbar-btn-border-color;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
&:focus {
|
|
62
|
-
background: $tbar-focus-bg;
|
|
63
|
-
border-color: $tbar-focus-border-color;
|
|
64
|
-
border-radius: $tbar-btn-border-radius;
|
|
65
|
-
color: $tbar-hover-font;
|
|
66
|
-
|
|
67
|
-
@if $tbar-skin == 'bootstrap' {
|
|
68
|
-
border: 1px solid $tbar-focus-border-color;
|
|
69
|
-
margin: 0;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
@if $tbar-skin == 'highcontrast' {
|
|
73
|
-
border: $tbar-dash-border;
|
|
74
|
-
|
|
75
|
-
&:active {
|
|
76
|
-
background: $ext-tbar-btn-focus-active-bg-color;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
&:hover {
|
|
82
|
-
background: $tbar-hover-bg;
|
|
83
|
-
border-color: $tbar-hover-border-color;
|
|
84
|
-
border-radius: $tbar-btn-border-radius;
|
|
85
|
-
color: $tbar-hover-font;
|
|
86
|
-
|
|
87
|
-
@if $tbar-skin == 'bootstrap' {
|
|
88
|
-
border: 1px solid $tbar-hover-border-color;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
@if $tbar-skin == 'highcontrast' {
|
|
92
|
-
border: 2px $tbar-border-type $ext-tbar-btn-hover-border-color;
|
|
93
|
-
|
|
94
|
-
.e-icons {
|
|
95
|
-
color: $tbar-hover-font;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
&:focus {
|
|
99
|
-
|
|
100
|
-
.e-icons,
|
|
101
|
-
.e-tbar-btn-text {
|
|
102
|
-
color: $tbar-hover-font;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
&:active {
|
|
107
|
-
|
|
108
|
-
.e-icons,
|
|
109
|
-
.e-tbar-btn-text {
|
|
110
|
-
color: $tbar-select-font;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
&:active {
|
|
117
|
-
background: $tbar-press-bg;
|
|
118
|
-
border-color: $tbar-press-border-color;
|
|
119
|
-
border-radius: $tbar-btn-border-radius;
|
|
120
|
-
box-shadow: $tbar-btn-pressed-box-shadow;
|
|
121
|
-
color: $tbar-press-font;
|
|
122
|
-
|
|
123
|
-
@if $tbar-skin == 'bootstrap' {
|
|
124
|
-
border-left: 1px solid $tbar-press-border-color;
|
|
125
|
-
}
|
|
126
|
-
@if $tbar-skin == 'highcontrast' {
|
|
127
|
-
color: $tbar-pressed-font;
|
|
128
|
-
|
|
129
|
-
.e-icons,
|
|
130
|
-
.e-tbar-btn-text {
|
|
131
|
-
color: $tbar-pressed-font;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.e-toolbar-item .e-tbar-btn-text {
|
|
139
|
-
color: $tbar-default-font;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.e-icons {
|
|
145
|
-
color: $tbar-default-icon-color;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.e-toolbar-pop {
|
|
149
|
-
background: $tbar-default-bg;
|
|
150
|
-
border: $tbar-border-size $tbar-border-type $tbar-default-border;
|
|
151
|
-
box-shadow: $tbar-pop-box-shadow;
|
|
152
|
-
|
|
153
|
-
.e-toolbar-item {
|
|
154
|
-
|
|
155
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
156
|
-
.e-tbar-btn:hover,
|
|
157
|
-
.e-tbar-btn:active,
|
|
158
|
-
.e-tbar-btn:focus {
|
|
159
|
-
background: $primary;
|
|
160
|
-
box-shadow: none;
|
|
161
|
-
color: $primary-font;
|
|
162
|
-
|
|
163
|
-
.e-icons,
|
|
164
|
-
.e-tbar-btn-text {
|
|
165
|
-
color: inherit;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.e-tbar-btn {
|
|
170
|
-
background: $tbar-popup-btn-bg-color;
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.e-tbar-btn-text {
|
|
175
|
-
color: $tbar-default-font;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
@if $tbar-skin == 'highcontrast' or $tbar-skin == 'fabric' {
|
|
179
|
-
.e-btn:focus {
|
|
180
|
-
outline: none;
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
&.e-toolpop {
|
|
187
|
-
|
|
188
|
-
.e-hor-nav.e-nav-active,
|
|
189
|
-
.e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
190
|
-
background: $tbar-pressed-bg;
|
|
191
|
-
border: $tbar-nav-press-border;
|
|
192
|
-
border-left: $border-size $tbar-border-nav-active-type $tbar-pressed-bg;
|
|
193
|
-
box-shadow: $tbar-nav-pressed-box-shadow;
|
|
194
|
-
|
|
195
|
-
@if $tbar-skin == 'highcontrast' {
|
|
196
|
-
&:focus {
|
|
197
|
-
border: $tbar-dash-border;
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.e-icons {
|
|
202
|
-
color: $tbar-active-font-color;
|
|
203
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
204
|
-
&:active {
|
|
205
|
-
color: inherit;
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.e-tbar-btn {
|
|
213
|
-
background: $tbar-default-bg;
|
|
214
|
-
box-shadow: $tbar-btn-box-shadow;
|
|
215
|
-
color: $tbar-default-font;
|
|
216
|
-
@if $tbar-skin == 'bootstrap' {
|
|
217
|
-
margin: 1px 0;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
@if $tbar-skin == 'highcontrast' {
|
|
221
|
-
border: 2px $tbar-border-type $tbar-btn-border-color;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
&:focus {
|
|
225
|
-
background: $tbar-focus-bg;
|
|
226
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
227
|
-
box-shadow: $tbar-focus-btn-box-shadow;
|
|
228
|
-
}
|
|
229
|
-
@if $tbar-skin == 'bootstrap' or $tbar-skin == 'bootstrap4' {
|
|
230
|
-
border: 1px solid $tbar-focus-border-color;
|
|
231
|
-
margin: 0;
|
|
232
|
-
}
|
|
233
|
-
border-color: $tbar-focus-border-color;
|
|
234
|
-
border-radius: $tbar-btn-border-radius;
|
|
235
|
-
color: $tbar-hover-font;
|
|
236
|
-
@if $tbar-skin == 'highcontrast' {
|
|
237
|
-
border: $tbar-dash-border;
|
|
238
|
-
|
|
239
|
-
&:active {
|
|
240
|
-
background: $tbar-btn-focus-active-bg-color;
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
&:hover {
|
|
246
|
-
background: $tbar-hover-bg;
|
|
247
|
-
@if $tbar-skin == 'bootstrap' or $tbar-skin == 'bootstrap4' {
|
|
248
|
-
border: 1px solid $tbar-hover-border-color;
|
|
249
|
-
}
|
|
250
|
-
border-color: $tbar-hover-border-color;
|
|
251
|
-
border-radius: $tbar-btn-border-radius;
|
|
252
|
-
color: $tbar-hover-font;
|
|
253
|
-
|
|
254
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
255
|
-
.e-icons,
|
|
256
|
-
.e-tbar-btn-text {
|
|
257
|
-
color: inherit;
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
@if $tbar-skin == 'highcontrast' {
|
|
262
|
-
border: 2px $tbar-border-type $tbar-btn-hover-border-color;
|
|
263
|
-
|
|
264
|
-
.e-icons {
|
|
265
|
-
color: $tbar-hover-font;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
&:focus {
|
|
269
|
-
.e-icons,
|
|
270
|
-
.e-tbar-btn-text {
|
|
271
|
-
color: $tbar-hover-font;
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
&:active {
|
|
276
|
-
.e-icons,
|
|
277
|
-
.e-tbar-btn-text {
|
|
278
|
-
color: $tbar-select-font;
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
.e-toolbar-items {
|
|
286
|
-
background: $tbar-default-bg;
|
|
287
|
-
|
|
288
|
-
.e-toolbar-item {
|
|
289
|
-
|
|
290
|
-
&.e-overlay {
|
|
291
|
-
background: $tbar-default-bg;
|
|
292
|
-
|
|
293
|
-
@if $tbar-skin == 'highcontrast' {
|
|
294
|
-
opacity: 1;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
298
|
-
opacity: .65;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.e-tbar-btn-text {
|
|
302
|
-
color: $tbar-default-font-overlay;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
.e-icons {
|
|
306
|
-
color: $tbar-default-icon-overlay;
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.e-tbar-btn-text {
|
|
311
|
-
color: $tbar-default-font;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
315
|
-
.e-tbar-btn {
|
|
316
|
-
&:hover,
|
|
317
|
-
&:focus {
|
|
318
|
-
.e-icons,
|
|
319
|
-
.e-tbar-btn-text {
|
|
320
|
-
color: inherit;
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
&.e-separator {
|
|
327
|
-
border: $tbar-separator-border-type $tbar-separator-border;
|
|
328
|
-
border-width: $tba-horizontal-separator;
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
&.e-rtl .e-hor-nav {
|
|
334
|
-
background: $tbar-default-bg;
|
|
335
|
-
border: $tbar-border-nav-type $tbar-default-border;
|
|
336
|
-
border-left: 0;
|
|
337
|
-
border-width: $tbar-popup-rtl-border-width;
|
|
338
|
-
|
|
339
|
-
&:not(.e-hor-nav.e-nav-active):hover {
|
|
340
|
-
background: $tbar-hover-bg;
|
|
341
|
-
color: $tbar-hover-font;
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
.e-hor-nav {
|
|
346
|
-
background: $tbar-default-bg;
|
|
347
|
-
border: $tbar-border-nav-type $tbar-default-border;
|
|
348
|
-
border-width: $tbar-popup-border-width;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
.e-hor-nav:not(.e-expended-nav) {
|
|
352
|
-
|
|
353
|
-
&::after {
|
|
354
|
-
@include tbar-btn-animation;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
&:active {
|
|
358
|
-
border: $tbar-nav-press-border;
|
|
359
|
-
box-shadow: $tbar-nav-pressed-box-shadow;
|
|
360
|
-
color: $tbar-select-font;
|
|
361
|
-
|
|
362
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
363
|
-
background: $tbar-hover-bg;
|
|
364
|
-
|
|
365
|
-
.e-icons {
|
|
366
|
-
color: inherit;
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
&::after {
|
|
371
|
-
@include tbar-btn-animation-after;
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
&:hover {
|
|
376
|
-
background: $tbar-hover-bg;
|
|
377
|
-
border-left: $tbar-nav-hover-border;
|
|
378
|
-
color: $tbar-hover-font;
|
|
379
|
-
|
|
380
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
381
|
-
background: $tbar-popup-hover-bg;
|
|
382
|
-
|
|
383
|
-
.e-icons {
|
|
384
|
-
color: inherit;
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
@if $tbar-skin == 'highcontrast' {
|
|
389
|
-
&:not(.e-nav-active) {
|
|
390
|
-
border: 2px $tbar-border-type $tbar-nav-hover-color;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
&:active {
|
|
394
|
-
background: $tbar-nav-hover-active-bg-color;
|
|
395
|
-
border: 0;
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
&:focus {
|
|
401
|
-
background: $tbar-hover-bg;
|
|
402
|
-
border-color: $tbar-pressed-border;
|
|
403
|
-
border-left: $tbar-nav-focus-border;
|
|
404
|
-
color: $tbar-pressed-font;
|
|
405
|
-
|
|
406
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
407
|
-
.e-icons {
|
|
408
|
-
color: inherit;
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
@if $tbar-skin == 'highcontrast' {
|
|
413
|
-
background: inherit;
|
|
414
|
-
border: $tbar-dash-border;
|
|
415
|
-
}
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
.e-tbar-btn {
|
|
420
|
-
|
|
421
|
-
&:active {
|
|
422
|
-
background: $tbar-press-bg;
|
|
423
|
-
@if $tbar-skin == 'bootstrap' {
|
|
424
|
-
border-left: 1px solid $tbar-press-border-color;
|
|
425
|
-
}
|
|
426
|
-
border-color: $tbar-press-border-color;
|
|
427
|
-
border-radius: $tbar-btn-border-radius;
|
|
428
|
-
box-shadow: $tbar-btn-pressed-box-shadow;
|
|
429
|
-
color: $tbar-press-font;
|
|
430
|
-
|
|
431
|
-
@if $tbar-skin == 'bootstrap4' {
|
|
432
|
-
background: $tbar-active-btn-bg;
|
|
433
|
-
border: 1px solid $tbar-active-border-color;
|
|
434
|
-
|
|
435
|
-
.e-icons,
|
|
436
|
-
.e-tbar-btn-text {
|
|
437
|
-
color: inherit;
|
|
438
|
-
}
|
|
439
|
-
}
|
|
440
|
-
@if $tbar-skin == 'highcontrast' {
|
|
441
|
-
color: $tbar-pressed-font;
|
|
442
|
-
|
|
443
|
-
.e-icons,
|
|
444
|
-
.e-tbar-btn-text {
|
|
445
|
-
color: $tbar-pressed-font;
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
}
|
|
450
|
-
}
|
|
451
|
-
}
|
|
1
|
+
@include export-module('toolbar-theme') {
|
|
2
|
+
/*! toolbar theme */
|
|
3
|
+
// sass-lint:disable no-vendor-prefixes
|
|
4
|
+
#{&}.e-toolbar {
|
|
5
|
+
-webkit-tap-highlight-color: $tbar-tab-highlight-color;
|
|
6
|
+
background: $tbar-default-bg;
|
|
7
|
+
border: $tbar-border-size $tbar-border-type $tbar-default-border;
|
|
8
|
+
box-shadow: $tbar-box-shadow;
|
|
9
|
+
|
|
10
|
+
&.e-vertical {
|
|
11
|
+
|
|
12
|
+
.e-hor-nav {
|
|
13
|
+
border: $tbar-border-nav-type $tbar-default-border;
|
|
14
|
+
border-width: $tbar-popup-vertical-border-width;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&.e-rtl .e-hor-nav {
|
|
18
|
+
border: $tbar-border-nav-type $tbar-default-border;
|
|
19
|
+
border-width: $tbar-popup-vertical-rtl-border-width;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
.e-toolbar-items .e-toolbar-item {
|
|
24
|
+
|
|
25
|
+
&.e-separator {
|
|
26
|
+
border-width: $tba-vertical-separator;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&.e-extended-toolbar {
|
|
33
|
+
|
|
34
|
+
.e-toolbar-extended {
|
|
35
|
+
|
|
36
|
+
.e-toolbar-item.e-overlay {
|
|
37
|
+
background: $tbar-default-bg;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.e-toolbar-item.e-separator {
|
|
41
|
+
border: $tbar-separator-border-type $tbar-separator-border;
|
|
42
|
+
border-width: $tba-horizontal-separator;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-toolbar-item .e-tbar-btn .e-icons {
|
|
46
|
+
color: $tbar-default-icon-color;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.e-toolbar-item .e-tbar-btn {
|
|
50
|
+
background: $tbar-default-bg;
|
|
51
|
+
box-shadow: $tbar-btn-box-shadow;
|
|
52
|
+
color: $tbar-default-font;
|
|
53
|
+
@if $tbar-skin == 'bootstrap' {
|
|
54
|
+
margin: 1px 0;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@if $tbar-skin == 'highcontrast' {
|
|
58
|
+
border: 2px $tbar-border-type $ext-tbar-btn-border-color;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&:focus {
|
|
62
|
+
background: $tbar-focus-bg;
|
|
63
|
+
border-color: $tbar-focus-border-color;
|
|
64
|
+
border-radius: $tbar-btn-border-radius;
|
|
65
|
+
color: $tbar-hover-font;
|
|
66
|
+
|
|
67
|
+
@if $tbar-skin == 'bootstrap' {
|
|
68
|
+
border: 1px solid $tbar-focus-border-color;
|
|
69
|
+
margin: 0;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
@if $tbar-skin == 'highcontrast' {
|
|
73
|
+
border: $tbar-dash-border;
|
|
74
|
+
|
|
75
|
+
&:active {
|
|
76
|
+
background: $ext-tbar-btn-focus-active-bg-color;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
&:hover {
|
|
82
|
+
background: $tbar-hover-bg;
|
|
83
|
+
border-color: $tbar-hover-border-color;
|
|
84
|
+
border-radius: $tbar-btn-border-radius;
|
|
85
|
+
color: $tbar-hover-font;
|
|
86
|
+
|
|
87
|
+
@if $tbar-skin == 'bootstrap' {
|
|
88
|
+
border: 1px solid $tbar-hover-border-color;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
@if $tbar-skin == 'highcontrast' {
|
|
92
|
+
border: 2px $tbar-border-type $ext-tbar-btn-hover-border-color;
|
|
93
|
+
|
|
94
|
+
.e-icons {
|
|
95
|
+
color: $tbar-hover-font;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
&:focus {
|
|
99
|
+
|
|
100
|
+
.e-icons,
|
|
101
|
+
.e-tbar-btn-text {
|
|
102
|
+
color: $tbar-hover-font;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
&:active {
|
|
107
|
+
|
|
108
|
+
.e-icons,
|
|
109
|
+
.e-tbar-btn-text {
|
|
110
|
+
color: $tbar-select-font;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
&:active {
|
|
117
|
+
background: $tbar-press-bg;
|
|
118
|
+
border-color: $tbar-press-border-color;
|
|
119
|
+
border-radius: $tbar-btn-border-radius;
|
|
120
|
+
box-shadow: $tbar-btn-pressed-box-shadow;
|
|
121
|
+
color: $tbar-press-font;
|
|
122
|
+
|
|
123
|
+
@if $tbar-skin == 'bootstrap' {
|
|
124
|
+
border-left: 1px solid $tbar-press-border-color;
|
|
125
|
+
}
|
|
126
|
+
@if $tbar-skin == 'highcontrast' {
|
|
127
|
+
color: $tbar-pressed-font;
|
|
128
|
+
|
|
129
|
+
.e-icons,
|
|
130
|
+
.e-tbar-btn-text {
|
|
131
|
+
color: $tbar-pressed-font;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.e-toolbar-item .e-tbar-btn-text {
|
|
139
|
+
color: $tbar-default-font;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-icons {
|
|
145
|
+
color: $tbar-default-icon-color;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.e-toolbar-pop {
|
|
149
|
+
background: $tbar-default-bg;
|
|
150
|
+
border: $tbar-border-size $tbar-border-type $tbar-default-border;
|
|
151
|
+
box-shadow: $tbar-pop-box-shadow;
|
|
152
|
+
|
|
153
|
+
.e-toolbar-item {
|
|
154
|
+
|
|
155
|
+
@if $tbar-skin == 'bootstrap4' {
|
|
156
|
+
.e-tbar-btn:hover,
|
|
157
|
+
.e-tbar-btn:active,
|
|
158
|
+
.e-tbar-btn:focus {
|
|
159
|
+
background: $primary;
|
|
160
|
+
box-shadow: none;
|
|
161
|
+
color: $primary-font;
|
|
162
|
+
|
|
163
|
+
.e-icons,
|
|
164
|
+
.e-tbar-btn-text {
|
|
165
|
+
color: inherit;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.e-tbar-btn {
|
|
170
|
+
background: $tbar-popup-btn-bg-color;
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.e-tbar-btn-text {
|
|
175
|
+
color: $tbar-default-font;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
@if $tbar-skin == 'highcontrast' or $tbar-skin == 'fabric' {
|
|
179
|
+
.e-btn:focus {
|
|
180
|
+
outline: none;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
&.e-toolpop {
|
|
187
|
+
|
|
188
|
+
.e-hor-nav.e-nav-active,
|
|
189
|
+
.e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
190
|
+
background: $tbar-pressed-bg;
|
|
191
|
+
border: $tbar-nav-press-border;
|
|
192
|
+
border-left: $border-size $tbar-border-nav-active-type $tbar-pressed-bg;
|
|
193
|
+
box-shadow: $tbar-nav-pressed-box-shadow;
|
|
194
|
+
|
|
195
|
+
@if $tbar-skin == 'highcontrast' {
|
|
196
|
+
&:focus {
|
|
197
|
+
border: $tbar-dash-border;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.e-icons {
|
|
202
|
+
color: $tbar-active-font-color;
|
|
203
|
+
@if $tbar-skin == 'bootstrap4' {
|
|
204
|
+
&:active {
|
|
205
|
+
color: inherit;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.e-tbar-btn {
|
|
213
|
+
background: $tbar-default-bg;
|
|
214
|
+
box-shadow: $tbar-btn-box-shadow;
|
|
215
|
+
color: $tbar-default-font;
|
|
216
|
+
@if $tbar-skin == 'bootstrap' {
|
|
217
|
+
margin: 1px 0;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
@if $tbar-skin == 'highcontrast' {
|
|
221
|
+
border: 2px $tbar-border-type $tbar-btn-border-color;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
&:focus {
|
|
225
|
+
background: $tbar-focus-bg;
|
|
226
|
+
@if $tbar-skin == 'bootstrap4' {
|
|
227
|
+
box-shadow: $tbar-focus-btn-box-shadow;
|
|
228
|
+
}
|
|
229
|
+
@if $tbar-skin == 'bootstrap' or $tbar-skin == 'bootstrap4' {
|
|
230
|
+
border: 1px solid $tbar-focus-border-color;
|
|
231
|
+
margin: 0;
|
|
232
|
+
}
|
|
233
|
+
border-color: $tbar-focus-border-color;
|
|
234
|
+
border-radius: $tbar-btn-border-radius;
|
|
235
|
+
color: $tbar-hover-font;
|
|
236
|
+
@if $tbar-skin == 'highcontrast' {
|
|
237
|
+
border: $tbar-dash-border;
|
|
238
|
+
|
|
239
|
+
&:active {
|
|
240
|
+
background: $tbar-btn-focus-active-bg-color;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
&:hover {
|
|
246
|
+
background: $tbar-hover-bg;
|
|
247
|
+
@if $tbar-skin == 'bootstrap' or $tbar-skin == 'bootstrap4' {
|
|
248
|
+
border: 1px solid $tbar-hover-border-color;
|
|
249
|
+
}
|
|
250
|
+
border-color: $tbar-hover-border-color;
|
|
251
|
+
border-radius: $tbar-btn-border-radius;
|
|
252
|
+
color: $tbar-hover-font;
|
|
253
|
+
|
|
254
|
+
@if $tbar-skin == 'bootstrap4' {
|
|
255
|
+
.e-icons,
|
|
256
|
+
.e-tbar-btn-text {
|
|
257
|
+
color: inherit;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
@if $tbar-skin == 'highcontrast' {
|
|
262
|
+
border: 2px $tbar-border-type $tbar-btn-hover-border-color;
|
|
263
|
+
|
|
264
|
+
.e-icons {
|
|
265
|
+
color: $tbar-hover-font;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
&:focus {
|
|
269
|
+
.e-icons,
|
|
270
|
+
.e-tbar-btn-text {
|
|
271
|
+
color: $tbar-hover-font;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
&:active {
|
|
276
|
+
.e-icons,
|
|
277
|
+
.e-tbar-btn-text {
|
|
278
|
+
color: $tbar-select-font;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.e-toolbar-items {
|
|
286
|
+
background: $tbar-default-bg;
|
|
287
|
+
|
|
288
|
+
.e-toolbar-item {
|
|
289
|
+
|
|
290
|
+
&.e-overlay {
|
|
291
|
+
background: $tbar-default-bg;
|
|
292
|
+
|
|
293
|
+
@if $tbar-skin == 'highcontrast' {
|
|
294
|
+
opacity: 1;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
@if $tbar-skin == 'bootstrap4' {
|
|
298
|
+
opacity: .65;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.e-tbar-btn-text {
|
|
302
|
+
color: $tbar-default-font-overlay;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
.e-icons {
|
|
306
|
+
color: $tbar-default-icon-overlay;
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.e-tbar-btn-text {
|
|
311
|
+
color: $tbar-default-font;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
@if $tbar-skin == 'bootstrap4' {
|
|
315
|
+
.e-tbar-btn {
|
|
316
|
+
&:hover,
|
|
317
|
+
&:focus {
|
|
318
|
+
.e-icons,
|
|
319
|
+
.e-tbar-btn-text {
|
|
320
|
+
color: inherit;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
&.e-separator {
|
|
327
|
+
border: $tbar-separator-border-type $tbar-separator-border;
|
|
328
|
+
border-width: $tba-horizontal-separator;
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
&.e-rtl .e-hor-nav {
|
|
334
|
+
background: $tbar-default-bg;
|
|
335
|
+
border: $tbar-border-nav-type $tbar-default-border;
|
|
336
|
+
border-left: 0;
|
|
337
|
+
border-width: $tbar-popup-rtl-border-width;
|
|
338
|
+
|
|
339
|
+
&:not(.e-hor-nav.e-nav-active):hover {
|
|
340
|
+
background: $tbar-hover-bg;
|
|
341
|
+
color: $tbar-hover-font;
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.e-hor-nav {
|
|
346
|
+
background: $tbar-default-bg;
|
|
347
|
+
border: $tbar-border-nav-type $tbar-default-border;
|
|
348
|
+
border-width: $tbar-popup-border-width;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.e-hor-nav:not(.e-expended-nav) {
|
|
352
|
+
|
|
353
|
+
&::after {
|
|
354
|
+
@include tbar-btn-animation;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
&:active {
|
|
358
|
+
border: $tbar-nav-press-border;
|
|
359
|
+
box-shadow: $tbar-nav-pressed-box-shadow;
|
|
360
|
+
color: $tbar-select-font;
|
|
361
|
+
|
|
362
|
+
@if $tbar-skin == 'bootstrap4' {
|
|
363
|
+
background: $tbar-hover-bg;
|
|
364
|
+
|
|
365
|
+
.e-icons {
|
|
366
|
+
color: inherit;
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
&::after {
|
|
371
|
+
@include tbar-btn-animation-after;
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
&:hover {
|
|
376
|
+
background: $tbar-hover-bg;
|
|
377
|
+
border-left: $tbar-nav-hover-border;
|
|
378
|
+
color: $tbar-hover-font;
|
|
379
|
+
|
|
380
|
+
@if $tbar-skin == 'bootstrap4' {
|
|
381
|
+
background: $tbar-popup-hover-bg;
|
|
382
|
+
|
|
383
|
+
.e-icons {
|
|
384
|
+
color: inherit;
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
@if $tbar-skin == 'highcontrast' {
|
|
389
|
+
&:not(.e-nav-active) {
|
|
390
|
+
border: 2px $tbar-border-type $tbar-nav-hover-color;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
&:active {
|
|
394
|
+
background: $tbar-nav-hover-active-bg-color;
|
|
395
|
+
border: 0;
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
&:focus {
|
|
401
|
+
background: $tbar-hover-bg;
|
|
402
|
+
border-color: $tbar-pressed-border;
|
|
403
|
+
border-left: $tbar-nav-focus-border;
|
|
404
|
+
color: $tbar-pressed-font;
|
|
405
|
+
|
|
406
|
+
@if $tbar-skin == 'bootstrap4' {
|
|
407
|
+
.e-icons {
|
|
408
|
+
color: inherit;
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
@if $tbar-skin == 'highcontrast' {
|
|
413
|
+
background: inherit;
|
|
414
|
+
border: $tbar-dash-border;
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.e-tbar-btn {
|
|
420
|
+
|
|
421
|
+
&:active {
|
|
422
|
+
background: $tbar-press-bg;
|
|
423
|
+
@if $tbar-skin == 'bootstrap' {
|
|
424
|
+
border-left: 1px solid $tbar-press-border-color;
|
|
425
|
+
}
|
|
426
|
+
border-color: $tbar-press-border-color;
|
|
427
|
+
border-radius: $tbar-btn-border-radius;
|
|
428
|
+
box-shadow: $tbar-btn-pressed-box-shadow;
|
|
429
|
+
color: $tbar-press-font;
|
|
430
|
+
|
|
431
|
+
@if $tbar-skin == 'bootstrap4' {
|
|
432
|
+
background: $tbar-active-btn-bg;
|
|
433
|
+
border: 1px solid $tbar-active-border-color;
|
|
434
|
+
|
|
435
|
+
.e-icons,
|
|
436
|
+
.e-tbar-btn-text {
|
|
437
|
+
color: inherit;
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
@if $tbar-skin == 'highcontrast' {
|
|
441
|
+
color: $tbar-pressed-font;
|
|
442
|
+
|
|
443
|
+
.e-icons,
|
|
444
|
+
.e-tbar-btn-text {
|
|
445
|
+
color: $tbar-pressed-font;
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
}
|