@syncfusion/ej2-navigations 20.4.52 → 21.1.35
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/CHANGELOG.md +32 -4
- package/README.md +213 -143
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +128 -34
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +127 -33
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +13 -12
- package/src/accordion/accordion-model.d.ts +4 -4
- package/src/accordion/accordion.d.ts +8 -4
- package/src/appbar/appbar-model.d.ts +9 -9
- package/src/appbar/appbar.d.ts +24 -21
- package/src/breadcrumb/breadcrumb-model.d.ts +4 -2
- package/src/breadcrumb/breadcrumb.d.ts +32 -3
- package/src/breadcrumb/breadcrumb.js +32 -0
- package/src/carousel/carousel-model.d.ts +7 -7
- package/src/carousel/carousel.d.ts +24 -20
- package/src/carousel/carousel.js +25 -11
- package/src/common/menu-base.d.ts +13 -2
- package/src/menu/menu.d.ts +5 -1
- package/src/sidebar/sidebar.d.ts +26 -2
- package/src/sidebar/sidebar.js +1 -1
- package/src/tab/tab-model.d.ts +20 -20
- package/src/tab/tab.d.ts +38 -21
- package/src/tab/tab.js +32 -5
- package/src/toolbar/toolbar-model.d.ts +22 -16
- package/src/toolbar/toolbar.d.ts +48 -16
- package/src/toolbar/toolbar.js +10 -4
- package/src/treeview/treeview-model.d.ts +4 -4
- package/src/treeview/treeview.d.ts +32 -4
- package/src/treeview/treeview.js +26 -11
- package/styles/accordion/_bootstrap-dark-definition.scss +0 -1
- package/styles/accordion/_bootstrap-definition.scss +0 -1
- package/styles/accordion/_bootstrap4-definition.scss +0 -1
- package/styles/accordion/_bootstrap5-definition.scss +6 -7
- package/styles/accordion/_fabric-dark-definition.scss +0 -1
- package/styles/accordion/_fabric-definition.scss +0 -1
- package/styles/accordion/_fluent-definition.scss +5 -6
- package/styles/accordion/_fusionnew-definition.scss +0 -1
- package/styles/accordion/_highcontrast-definition.scss +0 -1
- package/styles/accordion/_highcontrast-light-definition.scss +0 -1
- package/styles/accordion/_layout.scss +0 -1
- package/styles/accordion/_material-dark-definition.scss +0 -1
- package/styles/accordion/_material-definition.scss +0 -1
- package/styles/accordion/_tailwind-definition.scss +5 -6
- package/styles/accordion/bootstrap-dark.css +0 -1
- package/styles/accordion/bootstrap.css +0 -1
- package/styles/accordion/bootstrap4.css +0 -1
- package/styles/accordion/bootstrap5-dark.css +3 -4
- package/styles/accordion/bootstrap5.css +3 -4
- package/styles/accordion/fabric-dark.css +0 -1
- package/styles/accordion/fabric.css +0 -1
- package/styles/accordion/fluent-dark.css +3 -4
- package/styles/accordion/fluent.css +3 -4
- package/styles/accordion/highcontrast-light.css +0 -1
- package/styles/accordion/highcontrast.css +0 -1
- package/styles/accordion/material-dark.css +0 -1
- package/styles/accordion/material.css +0 -1
- package/styles/accordion/tailwind-dark.css +3 -4
- package/styles/accordion/tailwind.css +3 -4
- package/styles/appbar/_bootstrap5-definition.scss +2 -2
- package/styles/appbar/_fluent-definition.scss +2 -2
- package/styles/appbar/_layout.scss +3 -0
- package/styles/appbar/_tailwind-definition.scss +2 -2
- package/styles/appbar/bootstrap-dark.css +3 -0
- package/styles/appbar/bootstrap.css +3 -0
- package/styles/appbar/bootstrap4.css +3 -0
- package/styles/appbar/bootstrap5-dark.css +3 -0
- package/styles/appbar/bootstrap5.css +3 -0
- package/styles/appbar/fabric-dark.css +3 -0
- package/styles/appbar/fabric.css +3 -0
- package/styles/appbar/fluent-dark.css +3 -0
- package/styles/appbar/fluent.css +3 -0
- package/styles/appbar/highcontrast-light.css +3 -0
- package/styles/appbar/highcontrast.css +3 -0
- package/styles/appbar/material-dark.css +3 -0
- package/styles/appbar/material.css +3 -0
- package/styles/appbar/tailwind-dark.css +3 -0
- package/styles/appbar/tailwind.css +3 -0
- package/styles/bootstrap-dark.css +669 -938
- package/styles/bootstrap.css +658 -927
- package/styles/bootstrap4.css +724 -993
- package/styles/bootstrap5-dark.css +685 -954
- package/styles/bootstrap5.css +686 -955
- package/styles/breadcrumb/_bootstrap5-definition.scss +2 -2
- package/styles/breadcrumb/_fluent-definition.scss +2 -2
- package/styles/breadcrumb/_layout.scss +2 -2
- package/styles/breadcrumb/_tailwind-definition.scss +2 -2
- package/styles/breadcrumb/_theme.scss +18 -2
- package/styles/carousel/_layout.scss +7 -0
- package/styles/carousel/bootstrap-dark.css +4 -0
- package/styles/carousel/bootstrap.css +4 -0
- package/styles/carousel/bootstrap4.css +4 -0
- package/styles/carousel/bootstrap5-dark.css +4 -0
- package/styles/carousel/bootstrap5.css +4 -0
- package/styles/carousel/fabric-dark.css +4 -0
- package/styles/carousel/fabric.css +4 -0
- package/styles/carousel/fluent-dark.css +4 -0
- package/styles/carousel/fluent.css +4 -0
- package/styles/carousel/highcontrast-light.css +4 -0
- package/styles/carousel/highcontrast.css +4 -0
- package/styles/carousel/material-dark.css +4 -0
- package/styles/carousel/material.css +4 -0
- package/styles/carousel/tailwind-dark.css +4 -0
- package/styles/carousel/tailwind.css +4 -0
- package/styles/context-menu/_bootstrap5-definition.scss +3 -3
- package/styles/context-menu/_fluent-definition.scss +2 -2
- package/styles/context-menu/_tailwind-definition.scss +3 -3
- package/styles/fabric-dark.css +669 -938
- package/styles/fabric.css +669 -938
- package/styles/fluent-dark.css +677 -946
- package/styles/fluent.css +677 -946
- package/styles/h-scroll/_bootstrap-dark-definition.scss +0 -1
- package/styles/h-scroll/_bootstrap-definition.scss +0 -1
- package/styles/h-scroll/_bootstrap4-definition.scss +0 -1
- package/styles/h-scroll/_bootstrap5-definition.scss +0 -1
- package/styles/h-scroll/_fabric-dark-definition.scss +0 -1
- package/styles/h-scroll/_fabric-definition.scss +0 -1
- package/styles/h-scroll/_fluent-definition.scss +0 -1
- package/styles/h-scroll/_fusionnew-definition.scss +0 -1
- package/styles/h-scroll/_highcontrast-definition.scss +0 -1
- package/styles/h-scroll/_highcontrast-light-definition.scss +0 -1
- package/styles/h-scroll/_layout.scss +1 -0
- package/styles/h-scroll/_material-dark-definition.scss +0 -1
- package/styles/h-scroll/_material-definition.scss +0 -1
- package/styles/h-scroll/_tailwind-definition.scss +0 -1
- package/styles/h-scroll/_theme.scss +0 -1
- package/styles/h-scroll/bootstrap-dark.css +1 -1
- package/styles/h-scroll/bootstrap.css +1 -1
- package/styles/h-scroll/bootstrap4.css +1 -1
- package/styles/h-scroll/bootstrap5-dark.css +1 -1
- package/styles/h-scroll/bootstrap5.css +1 -1
- package/styles/h-scroll/fabric-dark.css +1 -1
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/h-scroll/fluent-dark.css +1 -1
- package/styles/h-scroll/fluent.css +1 -1
- package/styles/h-scroll/highcontrast-light.css +1 -1
- package/styles/h-scroll/highcontrast.css +1 -1
- package/styles/h-scroll/material-dark.css +1 -1
- package/styles/h-scroll/material.css +1 -1
- package/styles/h-scroll/tailwind-dark.css +1 -1
- package/styles/h-scroll/tailwind.css +1 -1
- package/styles/highcontrast-light.css +668 -937
- package/styles/highcontrast.css +675 -944
- package/styles/material-dark.css +669 -938
- package/styles/material.css +661 -930
- package/styles/menu/_bootstrap5-definition.scss +2 -2
- package/styles/menu/_layout.scss +1 -1
- package/styles/menu/_tailwind-definition.scss +2 -2
- package/styles/menu/_theme.scss +31 -15
- package/styles/menu/bootstrap-dark.css +7 -7
- package/styles/menu/bootstrap.css +7 -7
- package/styles/menu/bootstrap4.css +10 -10
- package/styles/menu/bootstrap5-dark.css +7 -7
- package/styles/menu/bootstrap5.css +7 -7
- package/styles/menu/fabric-dark.css +7 -7
- package/styles/menu/fabric.css +7 -7
- package/styles/menu/fluent-dark.css +7 -7
- package/styles/menu/fluent.css +7 -7
- package/styles/menu/highcontrast-light.css +7 -7
- package/styles/menu/highcontrast.css +7 -7
- package/styles/menu/icons/_material3.scss +12 -12
- package/styles/menu/material-dark.css +7 -7
- package/styles/menu/material.css +7 -7
- package/styles/menu/tailwind-dark.css +7 -7
- package/styles/menu/tailwind.css +7 -7
- package/styles/pager/_bootstrap5-definition.scss +1 -1
- package/styles/pager/_fusionnew-definition.scss +1 -1
- package/styles/sidebar/_theme.scss +1 -1
- package/styles/tab/_bootstrap-dark-definition.scss +0 -2
- package/styles/tab/_bootstrap-definition.scss +0 -2
- package/styles/tab/_bootstrap4-definition.scss +1 -3
- package/styles/tab/_bootstrap5-definition.scss +12 -14
- package/styles/tab/_fabric-dark-definition.scss +0 -2
- package/styles/tab/_fabric-definition.scss +0 -2
- package/styles/tab/_fluent-definition.scss +4 -6
- package/styles/tab/_fusionnew-definition.scss +2 -4
- package/styles/tab/_highcontrast-definition.scss +0 -2
- package/styles/tab/_highcontrast-light-definition.scss +0 -2
- package/styles/tab/_layout.scss +8 -6
- package/styles/tab/_material-dark-definition.scss +0 -2
- package/styles/tab/_material-definition.scss +0 -2
- package/styles/tab/_tailwind-definition.scss +3 -5
- package/styles/tab/_theme.scss +0 -1
- package/styles/tab/bootstrap-dark.css +5 -2
- package/styles/tab/bootstrap.css +5 -2
- package/styles/tab/bootstrap4.css +12 -9
- package/styles/tab/bootstrap5-dark.css +11 -8
- package/styles/tab/bootstrap5.css +11 -8
- package/styles/tab/fabric-dark.css +7 -4
- package/styles/tab/fabric.css +7 -4
- package/styles/tab/fluent-dark.css +8 -5
- package/styles/tab/fluent.css +8 -5
- package/styles/tab/highcontrast-light.css +10 -7
- package/styles/tab/highcontrast.css +10 -7
- package/styles/tab/material-dark.css +4 -1
- package/styles/tab/material.css +4 -1
- package/styles/tab/tailwind-dark.css +8 -5
- package/styles/tab/tailwind.css +8 -5
- package/styles/tailwind-dark.css +668 -937
- package/styles/tailwind.css +668 -937
- package/styles/toolbar/_bootstrap-dark-definition.scss +13 -41
- package/styles/toolbar/_bootstrap-definition.scss +13 -41
- package/styles/toolbar/_bootstrap4-definition.scss +15 -43
- package/styles/toolbar/_bootstrap5-definition.scss +21 -49
- package/styles/toolbar/_fabric-dark-definition.scss +14 -43
- package/styles/toolbar/_fabric-definition.scss +15 -43
- package/styles/toolbar/_fluent-definition.scss +22 -50
- package/styles/toolbar/_fusionnew-definition.scss +17 -45
- package/styles/toolbar/_highcontrast-definition.scss +15 -43
- package/styles/toolbar/_highcontrast-light-definition.scss +14 -43
- package/styles/toolbar/_layout.scss +684 -977
- package/styles/toolbar/_material-dark-definition.scss +19 -49
- package/styles/toolbar/_material-definition.scss +21 -49
- package/styles/toolbar/_tailwind-definition.scss +21 -49
- package/styles/toolbar/_theme.scss +205 -294
- package/styles/toolbar/bootstrap-dark.css +647 -925
- package/styles/toolbar/bootstrap.css +638 -916
- package/styles/toolbar/bootstrap4.css +657 -935
- package/styles/toolbar/bootstrap5-dark.css +658 -936
- package/styles/toolbar/bootstrap5.css +658 -936
- package/styles/toolbar/fabric-dark.css +645 -923
- package/styles/toolbar/fabric.css +651 -929
- package/styles/toolbar/fluent-dark.css +650 -928
- package/styles/toolbar/fluent.css +650 -928
- package/styles/toolbar/highcontrast-light.css +642 -920
- package/styles/toolbar/highcontrast.css +647 -925
- package/styles/toolbar/material-dark.css +649 -927
- package/styles/toolbar/material.css +646 -924
- package/styles/toolbar/tailwind-dark.css +647 -925
- package/styles/toolbar/tailwind.css +645 -923
- package/styles/treeview/_bootstrap5-definition.scss +5 -5
- package/styles/treeview/_fluent-definition.scss +5 -5
- package/styles/treeview/_layout.scss +8 -4
- package/styles/treeview/_tailwind-definition.scss +5 -5
- package/styles/treeview/_theme.scss +3 -0
- package/GitLeaksReport.json +0 -1
- package/gitleaks-ci/gitleaks +0 -0
- package/gitleaks-ci.tar.gz +0 -0
- package/styles/accordion/_material3-definition.scss +0 -181
- package/styles/appbar/_material3-definition.scss +0 -8
- package/styles/breadcrumb/_material3-definition.scss +0 -59
- package/styles/carousel/_material3-definition.scss +0 -22
- package/styles/context-menu/_material3-definition.scss +0 -52
- package/styles/h-scroll/_material3-definition.scss +0 -84
- package/styles/menu/_material3-definition.scss +0 -67
- package/styles/pager/_material3-definition.scss +0 -146
- package/styles/sidebar/_material3-definition.scss +0 -6
- package/styles/tab/_material3-definition.scss +0 -658
- package/styles/toolbar/_material3-definition.scss +0 -248
- package/styles/treeview/_material3-definition.scss +0 -120
- package/styles/v-scroll/_material3-definition.scss +0 -49
|
@@ -3,22 +3,18 @@ $tbar-skin: 'bootstrap' !default;
|
|
|
3
3
|
$tbar-default-bg: $grey-darker !default;
|
|
4
4
|
$tbar-items-default-bg: $tbar-default-bg !default;
|
|
5
5
|
$tbar-pop-bg: $tbar-default-bg !default;
|
|
6
|
-
$tbar-btn-bgr-line-height: 35px !default;
|
|
7
6
|
$tbar-zero-value: 0 !default;
|
|
8
7
|
$tbar-pop-btn-bgr-padding: $tbar-zero-value 4px !default;
|
|
9
8
|
$tbar-pop-btn-nrml-padding: $tbar-zero-value 4px !default;
|
|
10
9
|
$tbar-separator-bgr-minheight: 36px !default;
|
|
11
10
|
$tbar-btn-bgr-minwidth: 0 !default;
|
|
12
11
|
$tbar-separator-vertical-bgr-mrgn: 5px 10px !default;
|
|
13
|
-
$tbar-v-btn-bgr-mrgn: 2px auto !default;
|
|
14
12
|
$tbar-btn-nrml-minwidth: 0 !default;
|
|
15
|
-
$tbar-btn-nrml-line-height: 25px !default;
|
|
16
13
|
$tbar-btn-weight: 400 !default;
|
|
17
14
|
$tbar-border-radius: $border-radius !default;
|
|
18
15
|
$tbar-separator-nrml-minheight: 27px !default;
|
|
19
16
|
$tbar-separator-nrml-height: calc(100% - 15px) !default;
|
|
20
17
|
$tbar-separator-vertical-nrml-mrgn: 3px 7.5px !default;
|
|
21
|
-
$tbar-v-btn-nrml-mrgn: 0 !default;
|
|
22
18
|
$tbar-tab-highlight-color: rgba(0, 0, 0, 0) !default;
|
|
23
19
|
$tbar-border-nav-type: solid !default;
|
|
24
20
|
$tbar-popup-vertical-border-width: $border-size 0 0 0 !default;
|
|
@@ -28,9 +24,7 @@ $tba-horizontal-separator: 0 $tbar-separator-size 0 0 !default;
|
|
|
28
24
|
$tba-vertical-separator: 0 0 $tbar-separator-size 0 !default;
|
|
29
25
|
$tbar-btn-box-shadow: none !default;
|
|
30
26
|
$tbar-hover-font: $hover-font-color !default;
|
|
31
|
-
$tbar-hover-font-color: $tbar-hover-font !default;
|
|
32
27
|
$tbar-press-font: $active-font-color !default;
|
|
33
|
-
$tbar-btn-active-font-color: $tbar-press-font !default;
|
|
34
28
|
$tbar-active-font-color: $active-font-color !default;
|
|
35
29
|
$tbar-default-font-overlay: $default-font-color !default;
|
|
36
30
|
$tbar-default-icon-overlay: $default-icon-color !default;
|
|
@@ -47,7 +41,6 @@ $tbar-focus-border-color: $grey-8c !default;
|
|
|
47
41
|
$tbar-press-bg: $grey-dark !default;
|
|
48
42
|
$tbar-btn-press-bg: $tbar-press-bg !default;
|
|
49
43
|
$tbar-press-border-color: $tbar-hover-border-color !default;
|
|
50
|
-
$tbar-btn-family: 'Helvetica Neue' , 'Helvetica' , 'Arial' , 'sans-serif' !default;
|
|
51
44
|
$tbar-nrml-size: 40px !default;
|
|
52
45
|
$tbar-bgr-size: 50px !default;
|
|
53
46
|
$tbar-nrml-items-size: 39px !default;
|
|
@@ -87,31 +80,33 @@ $tbar-nav-bgr-width: 38px !default;
|
|
|
87
80
|
$tbar-popup-padding: 5px 0 !default;
|
|
88
81
|
$tbar-btn-icn-nrml-padding: 0 0 0 12px !default;
|
|
89
82
|
$tbar-btn-icn-bgr-padding: 0 0 0 12px !default;
|
|
83
|
+
$tbar-rtl-btn-icn-nrml-padding: 0 12px 0 0 !default;
|
|
84
|
+
$tbar-rtl-btn-icn-bgr-padding: 0 12px 0 0 !default;
|
|
90
85
|
$tbar-btn-icn-right-bgr-padding: 0 12px 0 0 !default;
|
|
91
86
|
$tbar-btn-icn-right-nrml-padding: 0 12px 0 0 !default;
|
|
87
|
+
$tbar-rtl-btn-icn-right-nrml-padding: 0 0 0 12px !default;
|
|
88
|
+
$tbar-rtl-btn-icn-right-bgr-padding: 0 0 0 12px !default;
|
|
92
89
|
$btn-txt-nrml-padding: 0 12px 0 6px !default;
|
|
93
90
|
$btn-txt-bgr-padding: 0 12px 0 6px !default;
|
|
91
|
+
$btn-rtl-txt-nrml-padding: 0 6px 0 12px !default;
|
|
92
|
+
$btn-rtl-txt-bgr-padding: 0 6px 0 12px !default;
|
|
94
93
|
$tbar-item-pop-nrml-padding: 0 !default;
|
|
95
94
|
$tbar-item-pop-bgr-padding: 0 !default;
|
|
96
95
|
$tbar-item-nrml-mrgn: 15px !default;
|
|
97
96
|
$tbar-item-bgr-mrgn: 15px !default;
|
|
98
|
-
$tbar-btn-nrml-height: calc(100% - 10px) !default;
|
|
99
97
|
$tbar-btn-nrml-mrgn: 0 !default;
|
|
100
|
-
$tbar-btn-bgr-height: calc(100% - 6px) !default;
|
|
101
|
-
$tbar-btn-bgr-mrgn: 2px 0 !default;
|
|
102
98
|
$tbar-btn-nrml-minheight: 32px !default;
|
|
99
|
+
$tbar-btn-nrml-line-height: 27px !default;
|
|
100
|
+
$tbar-btn-icon-nrml-line-height: 25px !default;
|
|
103
101
|
$tbar-btn-bgr-minheight: 34px !default;
|
|
102
|
+
$tbar-btn-bgr-line-height: 34px !default;
|
|
103
|
+
$tbar-btn-icon-bgr-line-height: 34px !default;
|
|
104
104
|
$tbar-btn-font-size: 16px !default;
|
|
105
105
|
$tbar-btn-border-radius: 4px !default;
|
|
106
106
|
$tbar-btn-pressed-box-shadow: inset 0 4px 5px rgba($grey-base, .35) !default;
|
|
107
107
|
$tbar-btn-icon-bgr-width: 24px !default;
|
|
108
|
-
$tbar-btn-icon-bgr-height: 34px !default;
|
|
109
|
-
$tbar-btn-icon-bgr-line-height: 34px !default;
|
|
110
|
-
$tbar-btn-txt-line-height: inherit !default;
|
|
111
108
|
$tbar-btn-icon-nrml-width: 27px !default;
|
|
112
109
|
$tbar-btn-icon-nrml-height: 25px !default;
|
|
113
|
-
$tbar-btn-icon-nrml-line-height: 25px !default;
|
|
114
|
-
$tbar-left-item-line-height: 35px !default;
|
|
115
110
|
$tbar-right-item-line-height: 24px !default;
|
|
116
111
|
$tbar-item-bgr-padding: 2.5px 5px !default;
|
|
117
112
|
$tbar-nrml-item-size: 0 !default;
|
|
@@ -132,17 +127,12 @@ $tbar-multirow-items-mrgn-bigger: 15px !default;
|
|
|
132
127
|
$tbar-multirow-items-mrgn-small: 15px !default;
|
|
133
128
|
$tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
|
|
134
129
|
$tbar-multirow-item-top-btm-mrgn-small: 0 !default;
|
|
135
|
-
$tbar-multirow-item-mrgn: 0 !default;
|
|
136
130
|
|
|
137
131
|
$tbar-bgr-btn-text-font-size: 14px !default;
|
|
138
132
|
$tbar-bgr-btn-icon-font-size: 16px !default;
|
|
139
133
|
$tbar-bgr-btn-focus-padding: 0 6px !default;
|
|
140
|
-
$tbar-bgr-btn-line-height: 34px !default;
|
|
141
|
-
$tbar-bgr-item-margin: 0 !default;
|
|
142
134
|
|
|
143
|
-
$tbar-nrml-btn-icon-padding-bottom: 0 !default;
|
|
144
135
|
$tbar-nrml-btn-border-radius: 4px !default;
|
|
145
|
-
$tbar-nrml-btn-line-height: 27px !default;
|
|
146
136
|
$tbar-nrml-btn-focus-padding: 0 1.5px !default;
|
|
147
137
|
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
148
138
|
|
|
@@ -152,30 +142,22 @@ $tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
|
152
142
|
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
153
143
|
$tbar-btn-hover-active-icons-color: $grey-dark-font !default;
|
|
154
144
|
$tbar-btn-hover-active-text-color: $grey-dark-font !default;
|
|
155
|
-
$tbar-btn-text-color: $grey-dark-font !default;
|
|
156
145
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
157
146
|
$tbar-btn-active-bg: $grey-dark !default;
|
|
158
|
-
$tbar-btn-active-border-size: 0 0 0 1px !default;
|
|
159
147
|
$tbar-btn-active-icons-color: $grey-dark-font !default;
|
|
160
148
|
$tbar-btn-active-text-color: $grey-dark-font !default;
|
|
149
|
+
$tbar-btn-text-color: $grey-dark-font !default;
|
|
161
150
|
$tbar-btn-pressed-text-color: $grey-light-font !default;
|
|
162
151
|
$tbar-btn-pressed-focus-box-shadow: inset 0 4px 5px rgba($grey-base, .4) !default;
|
|
152
|
+
$tbar-btn-pressed-bg: $grey-dark !default;
|
|
153
|
+
$tbar-flat-btn-active-box-shadow: inset 0 4px 5px rgba($grey-base, .4) !default;
|
|
163
154
|
|
|
164
|
-
$tbar-ext-btn-margin: 0 !default;
|
|
165
155
|
$tbar-ext-btn-focus-padding: 0 1.5px !default;
|
|
166
156
|
$tbar-ext-btn-icon-padding: 0 !default;
|
|
167
157
|
$tbar-ext-btn-icon-font-size: 14px !default;
|
|
168
158
|
$tbar-ext-btn-focus-box-shadow: none !default;
|
|
169
159
|
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
170
|
-
$tbar-ext-btn-hover-border-size: $tbar-border-size !default;
|
|
171
|
-
$tbar-ext-btn-icon-hover-active-font: $grey-dark-font !default;
|
|
172
|
-
$tbar-ext-btn-text-hover-active-font: $tbar-press-font !default;
|
|
173
|
-
$tbar-ext-btn-icon-hover-font: $grey-dark-font !default;
|
|
174
|
-
$tbar-ext-btn-text-hover-font: $tbar-press-font !default;
|
|
175
160
|
$tbar-ext-btn-border: 0 !default;
|
|
176
|
-
$tbar-ext-btn-active-border-size: 0 0 0 1px !default;
|
|
177
|
-
$tbar-ext-btn-icon-active-font: $grey-dark-font !default;
|
|
178
|
-
$tbar-ext-btn-text-active-font: $tbar-press-font !default;
|
|
179
161
|
|
|
180
162
|
$tbar-popup-icon-font-size: 12px !default;
|
|
181
163
|
$tbar-popup-text-btn-icon-padding: 0 !default;
|
|
@@ -184,7 +166,6 @@ $tbar-popup-btn-border: 0 !default;
|
|
|
184
166
|
$tbar-popup-btn-border-radius: 0 !default;
|
|
185
167
|
$tbar-popup-bgr-height: auto !default;
|
|
186
168
|
$tbar-popup-bgr-btn-icon-font-size: 16px !default;
|
|
187
|
-
$tbar-popup-bgr-btn-line-height: 34px !default;
|
|
188
169
|
$tbar-popup-bgr-btn-text-font-size: 14px !default;
|
|
189
170
|
$tbar-popup-nav-active-border-bottom-right-radius: 0 !default;
|
|
190
171
|
$tbar-popup-nav-active-bg: $tbar-default-bg !default;
|
|
@@ -204,19 +185,10 @@ $tbar-popup-nav-focus-border-size: 0 !default;
|
|
|
204
185
|
$tbar-popup-btn-bg: $tbar-default-bg !default;
|
|
205
186
|
$tbar-popup-btn-hover-bg: $tbar-hover-bg !default;
|
|
206
187
|
$tbar-popup-btn-hover-box-shadow: none !default;
|
|
207
|
-
$tbar-popup-btn-hover-color: $tbar-hover-font !default;
|
|
208
|
-
$tbar-popup-btn-hover-icons-color: $grey-dark-font !default;
|
|
209
|
-
$tbar-popup-btn-hover-text-color: $tbar-hover-font !default;
|
|
210
188
|
$tbar-popup-btn-active-bg: $grey-dark !default;
|
|
211
189
|
$tbar-popup-btn-active-box-shadow: inset 0 4px 5px rgba($grey-base, .35) !default;
|
|
212
|
-
$tbar-popup-btn-active-color: $tbar-hover-font !default;
|
|
213
|
-
$tbar-popup-btn-active-icons-color: $grey-dark-font !default;
|
|
214
|
-
$tbar-popup-btn-active-text-color: $tbar-hover-font !default;
|
|
215
190
|
$tbar-popup-btn-focus-bg: $grey-dark !default;
|
|
216
191
|
$tbar-popup-btn-focus-box-shadow: none !default;
|
|
217
|
-
$tbar-popup-btn-focus-color: $tbar-hover-font !default;
|
|
218
|
-
$tbar-popup-btn-focus-icons-color: $grey-dark-font !default;
|
|
219
|
-
$tbar-popup-btn-focus-text-color: $tbar-hover-font !default;
|
|
220
192
|
$tbar-popup-nav-pressed-icons-active-color: $tbar-active-font-color !default;
|
|
221
193
|
$tbar-popup-btn-focus-outline: 0 !default;
|
|
222
194
|
$tbar-popup-nav-pressed-border-color: $tbar-pressed-bg !default;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
/*! component's theme wise override definitions and variables */
|
|
2
2
|
$tbar-skin: 'bootstrap' !default;
|
|
3
|
-
$tbar-btn-bgr-line-height: 35px !default;
|
|
4
3
|
$tbar-zero-value: 0 !default;
|
|
5
4
|
$tbar-separator-bgr-minheight: 36px !default;
|
|
6
5
|
$tbar-btn-bgr-minwidth: 0 !default;
|
|
7
6
|
$tbar-btn-nrml-minwidth: 0 !default;
|
|
8
|
-
$tbar-btn-nrml-line-height: 25px !default;
|
|
9
7
|
$tbar-btn-weight: 400 !default;
|
|
10
8
|
$tbar-border-radius: $border-radius !default;
|
|
11
9
|
$tbar-pop-btn-nrml-padding: $tbar-zero-value 4px !default;
|
|
@@ -16,9 +14,7 @@ $tbar-tab-highlight-color: rgba(0, 0, 0, 0) !default;
|
|
|
16
14
|
$tbar-border-nav-type: solid !default;
|
|
17
15
|
$tbar-btn-box-shadow: none !default;
|
|
18
16
|
$tbar-hover-font: $hover-font-color !default;
|
|
19
|
-
$tbar-hover-font-color: $tbar-hover-font !default;
|
|
20
17
|
$tbar-press-font: $active-font-color !default;
|
|
21
|
-
$tbar-btn-active-font-color: $tbar-press-font !default;
|
|
22
18
|
$tbar-active-font-color: $active-font-color !default;
|
|
23
19
|
$tbar-default-font-overlay: $default-font-color !default;
|
|
24
20
|
$tbar-default-icon-overlay: $default-icon-color !default;
|
|
@@ -37,7 +33,6 @@ $tbar-focus-border-color: $grey-8c !default;
|
|
|
37
33
|
$tbar-press-bg: $tbar-hover-bg !default;
|
|
38
34
|
$tbar-btn-press-bg: $tbar-press-bg !default;
|
|
39
35
|
$tbar-press-border-color: $tbar-hover-border-color !default;
|
|
40
|
-
$tbar-btn-family: 'Helvetica Neue' , 'Helvetica' , 'Arial' , 'sans-serif' !default;
|
|
41
36
|
$tbar-nrml-size: 40px !default;
|
|
42
37
|
$tbar-bgr-size: 50px !default;
|
|
43
38
|
$tbar-nrml-items-size: 39px !default;
|
|
@@ -83,33 +78,33 @@ $tbar-nav-bgr-width: 38px !default;
|
|
|
83
78
|
$tbar-popup-padding: 5px 0 !default;
|
|
84
79
|
$tbar-btn-icn-nrml-padding: 0 0 0 12px !default;
|
|
85
80
|
$tbar-btn-icn-bgr-padding: 0 0 0 12px !default;
|
|
81
|
+
$tbar-rtl-btn-icn-nrml-padding: 0 12px 0 0 !default;
|
|
82
|
+
$tbar-rtl-btn-icn-bgr-padding: 0 12px 0 0 !default;
|
|
86
83
|
$tbar-btn-icn-right-bgr-padding: 0 12px 0 0 !default;
|
|
87
84
|
$tbar-btn-icn-right-nrml-padding: 0 12px 0 0 !default;
|
|
85
|
+
$tbar-rtl-btn-icn-right-nrml-padding: 0 0 0 12px !default;
|
|
86
|
+
$tbar-rtl-btn-icn-right-bgr-padding: 0 0 0 12px !default;
|
|
88
87
|
$btn-txt-nrml-padding: 0 12px 0 6px !default;
|
|
89
88
|
$btn-txt-bgr-padding: 0 12px 0 6px !default;
|
|
89
|
+
$btn-rtl-txt-nrml-padding: 0 6px 0 12px !default;
|
|
90
|
+
$btn-rtl-txt-bgr-padding: 0 6px 0 12px !default;
|
|
90
91
|
$tbar-item-pop-nrml-padding: 0 !default;
|
|
91
92
|
$tbar-item-pop-bgr-padding: 0 !default;
|
|
92
93
|
$tbar-item-nrml-mrgn: 3px !default;
|
|
93
94
|
$tbar-item-bgr-mrgn: 3px !default;
|
|
94
|
-
$tbar-btn-nrml-height: calc(100% - 10px) !default;
|
|
95
95
|
$tbar-btn-nrml-mrgn: 0 !default;
|
|
96
|
-
$tbar-v-btn-nrml-mrgn: 0 !default;
|
|
97
|
-
$tbar-btn-bgr-height: calc(100% - 6px) !default;
|
|
98
|
-
$tbar-btn-bgr-mrgn: 2px 0 !default;
|
|
99
|
-
$tbar-v-btn-bgr-mrgn: 2px auto !default;
|
|
100
96
|
$tbar-btn-nrml-minheight: 32px !default;
|
|
97
|
+
$tbar-btn-nrml-line-height: 27px !default;
|
|
98
|
+
$tbar-btn-icon-nrml-line-height: 25px !default;
|
|
101
99
|
$tbar-btn-bgr-minheight: 34px !default;
|
|
100
|
+
$tbar-btn-bgr-line-height: 34px !default;
|
|
101
|
+
$tbar-btn-icon-bgr-line-height: 34px !default;
|
|
102
102
|
$tbar-btn-font-size: 16px !default;
|
|
103
103
|
$tbar-btn-border-radius: 4px !default;
|
|
104
104
|
$tbar-btn-pressed-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
|
|
105
105
|
$tbar-btn-icon-bgr-width: 24px !default;
|
|
106
|
-
$tbar-btn-icon-bgr-height: 34px !default;
|
|
107
|
-
$tbar-btn-icon-bgr-line-height: 34px !default;
|
|
108
|
-
$tbar-btn-txt-line-height: inherit !default;
|
|
109
106
|
$tbar-btn-icon-nrml-width: 27px !default;
|
|
110
107
|
$tbar-btn-icon-nrml-height: 25px !default;
|
|
111
|
-
$tbar-btn-icon-nrml-line-height: 25px !default;
|
|
112
|
-
$tbar-left-item-line-height: 35px !default;
|
|
113
108
|
$tbar-right-item-line-height: 24px !default;
|
|
114
109
|
$tbar-item-bgr-padding: 2.5px 5px !default;
|
|
115
110
|
$tbar-nrml-item-size: 0 !default;
|
|
@@ -132,17 +127,12 @@ $tbar-multirow-items-mrgn-bigger: 15px !default;
|
|
|
132
127
|
$tbar-multirow-items-mrgn-small: 15px !default;
|
|
133
128
|
$tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
|
|
134
129
|
$tbar-multirow-item-top-btm-mrgn-small: 0 !default;
|
|
135
|
-
$tbar-multirow-item-mrgn: 0 !default;
|
|
136
130
|
|
|
137
131
|
$tbar-bgr-btn-text-font-size: 14px !default;
|
|
138
132
|
$tbar-bgr-btn-icon-font-size: 16px !default;
|
|
139
133
|
$tbar-bgr-btn-focus-padding: 0 6px !default;
|
|
140
|
-
$tbar-bgr-btn-line-height: 34px !default;
|
|
141
|
-
$tbar-bgr-item-margin: 0 !default;
|
|
142
134
|
|
|
143
|
-
$tbar-nrml-btn-icon-padding-bottom: 0 !default;
|
|
144
135
|
$tbar-nrml-btn-border-radius: 4px !default;
|
|
145
|
-
$tbar-nrml-btn-line-height: 27px !default;
|
|
146
136
|
$tbar-nrml-btn-focus-padding: 0 1.5px !default;
|
|
147
137
|
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
148
138
|
|
|
@@ -152,30 +142,22 @@ $tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
|
152
142
|
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
153
143
|
$tbar-btn-hover-active-icons-color: $tbar-press-font !default;
|
|
154
144
|
$tbar-btn-hover-active-text-color: $tbar-press-font !default;
|
|
155
|
-
$tbar-btn-text-color: $tbar-press-font !default;
|
|
156
145
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
157
146
|
$tbar-btn-active-bg: $tbar-hover-bg !default;
|
|
158
|
-
$tbar-btn-active-border-size: 0 0 0 1px !default;
|
|
159
147
|
$tbar-btn-active-icons-color: $tbar-press-font !default;
|
|
160
148
|
$tbar-btn-active-text-color: $tbar-press-font !default;
|
|
149
|
+
$tbar-btn-text-color: $tbar-press-font !default;
|
|
161
150
|
$tbar-btn-pressed-text-color: $grey-dark !default;
|
|
162
151
|
$tbar-btn-pressed-focus-box-shadow: inset 0 3px 5px rgba($grey-base, .125) !default;
|
|
152
|
+
$tbar-btn-pressed-bg: $grey-e6 !default;
|
|
153
|
+
$tbar-flat-btn-active-box-shadow: inset 0 3px 5px rgba($grey-base, .125) !default;
|
|
163
154
|
|
|
164
|
-
$tbar-ext-btn-margin: 0 !default;
|
|
165
155
|
$tbar-ext-btn-focus-padding: 0 1.5px !default;
|
|
166
156
|
$tbar-ext-btn-icon-padding: 0 !default;
|
|
167
157
|
$tbar-ext-btn-icon-font-size: 14px !default;
|
|
168
158
|
$tbar-ext-btn-focus-box-shadow: none !default;
|
|
169
159
|
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
170
|
-
$tbar-ext-btn-hover-border-size: $tbar-border-size !default;
|
|
171
|
-
$tbar-ext-btn-icon-hover-active-font: $tbar-press-font !default;
|
|
172
|
-
$tbar-ext-btn-text-hover-active-font: $tbar-press-font !default;
|
|
173
|
-
$tbar-ext-btn-icon-hover-font: $tbar-press-font !default;
|
|
174
|
-
$tbar-ext-btn-text-hover-font: $tbar-press-font !default;
|
|
175
160
|
$tbar-ext-btn-border: 0 !default;
|
|
176
|
-
$tbar-ext-btn-active-border-size: 0 0 0 1px !default;
|
|
177
|
-
$tbar-ext-btn-icon-active-font: $tbar-press-font !default;
|
|
178
|
-
$tbar-ext-btn-text-active-font: $tbar-press-font !default;
|
|
179
161
|
|
|
180
162
|
$tbar-popup-icon-font-size: 12px !default;
|
|
181
163
|
$tbar-popup-text-btn-icon-padding: 0 !default;
|
|
@@ -184,7 +166,6 @@ $tbar-popup-btn-border: 0 !default;
|
|
|
184
166
|
$tbar-popup-btn-border-radius: 0 !default;
|
|
185
167
|
$tbar-popup-bgr-height: auto !default;
|
|
186
168
|
$tbar-popup-bgr-btn-icon-font-size: 16px !default;
|
|
187
|
-
$tbar-popup-bgr-btn-line-height: 34px !default;
|
|
188
169
|
$tbar-popup-bgr-btn-text-font-size: 14px !default;
|
|
189
170
|
$tbar-popup-nav-active-border-bottom-right-radius: 0 !default;
|
|
190
171
|
$tbar-popup-nav-active-bg: $tbar-default-bg !default;
|
|
@@ -204,19 +185,10 @@ $tbar-popup-nav-focus-border-size: 0 !default;
|
|
|
204
185
|
$tbar-popup-btn-bg: $tbar-default-bg !default;
|
|
205
186
|
$tbar-popup-btn-hover-bg: $tbar-hover-bg !default;
|
|
206
187
|
$tbar-popup-btn-hover-box-shadow: none !default;
|
|
207
|
-
$tbar-popup-btn-hover-color: $tbar-press-font !default;
|
|
208
|
-
$tbar-popup-btn-hover-icons-color: $tbar-press-font !default;
|
|
209
|
-
$tbar-popup-btn-hover-text-color: $tbar-press-font !default;
|
|
210
188
|
$tbar-popup-btn-active-bg: $tbar-hover-bg !default;
|
|
211
189
|
$tbar-popup-btn-active-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
|
|
212
|
-
$tbar-popup-btn-active-color: $tbar-press-font !default;
|
|
213
|
-
$tbar-popup-btn-active-icons-color: $tbar-press-font !default;
|
|
214
|
-
$tbar-popup-btn-active-text-color: $tbar-press-font !default;
|
|
215
190
|
$tbar-popup-btn-focus-bg: $tbar-hover-bg !default;
|
|
216
191
|
$tbar-popup-btn-focus-box-shadow: none !default;
|
|
217
|
-
$tbar-popup-btn-focus-color: $tbar-press-font !default;
|
|
218
|
-
$tbar-popup-btn-focus-icons-color: $tbar-press-font !default;
|
|
219
|
-
$tbar-popup-btn-focus-text-color: $tbar-press-font !default;
|
|
220
192
|
$tbar-popup-nav-pressed-icons-active-color: $tbar-active-font-color !default;
|
|
221
193
|
$tbar-popup-btn-focus-outline: 0 !default;
|
|
222
194
|
$tbar-popup-nav-pressed-border-color: $tbar-pressed-bg !default;
|
|
@@ -2,12 +2,10 @@ $border-type: solid !default;
|
|
|
2
2
|
$border-size: 1px !default;
|
|
3
3
|
$tbar-btn-border: none !default;
|
|
4
4
|
$tbar-skin: 'bootstrap4' !default;
|
|
5
|
-
$tbar-btn-bgr-line-height: 32px !default;
|
|
6
5
|
$tbar-zero-value: 0 !default;
|
|
7
6
|
$tbar-separator-bgr-minheight: 36px !default;
|
|
8
7
|
$tbar-btn-bgr-minwidth: 38px !default;
|
|
9
8
|
$tbar-btn-nrml-minwidth: 32px !default;
|
|
10
|
-
$tbar-btn-nrml-line-height: 26px !default;
|
|
11
9
|
$tbar-btn-weight: 400 !default;
|
|
12
10
|
$tbar-border-radius: 0 !default;
|
|
13
11
|
$tbar-pop-btn-nrml-padding: $tbar-zero-value 15px 0 15px !default;
|
|
@@ -19,9 +17,7 @@ $tbar-border-nav-type: solid !default;
|
|
|
19
17
|
$tbar-btn-box-shadow: none !default;
|
|
20
18
|
$tbar-focus-btn-box-shadow: 0 0 0 3px rgba(130, 138, 145, .5);
|
|
21
19
|
$tbar-hover-font: $primary-font !default;
|
|
22
|
-
$tbar-hover-font-color: $tbar-hover-font !default;
|
|
23
20
|
$tbar-press-font: $primary-font !default;
|
|
24
|
-
$tbar-btn-active-font-color: $tbar-press-font !default;
|
|
25
21
|
$tbar-active-font-color: $primary-font !default;
|
|
26
22
|
$tbar-default-font-overlay: $gray-700 !default;
|
|
27
23
|
$tbar-default-icon-overlay: $gray-700 !default;
|
|
@@ -44,7 +40,6 @@ $tbar-press-bg: $tbar-hover-bg !default;
|
|
|
44
40
|
$tbar-btn-press-bg: $tbar-press-bg !default;
|
|
45
41
|
$tbar-press-border-color: $tbar-hover-border-color !default;
|
|
46
42
|
$tbar-active-border-color: darken($gray-600, 12.5%) !default;
|
|
47
|
-
$tbar-btn-family: 'Helvetica Neue' , 'Helvetica' , 'Arial' , 'sans-serif' !default;
|
|
48
43
|
$tbar-nrml-size: 38px !default;
|
|
49
44
|
$tbar-bgr-size: 54px !default;
|
|
50
45
|
$tbar-nrml-items-size: 38px !default;
|
|
@@ -89,33 +84,33 @@ $tbar-nav-bgr-width: 38px !default;
|
|
|
89
84
|
$tbar-popup-padding: 5px 0 !default;
|
|
90
85
|
$tbar-btn-icn-nrml-padding: 0 4px 0 6px !default;
|
|
91
86
|
$tbar-btn-icn-bgr-padding: 0 4px 0 6px !default;
|
|
87
|
+
$tbar-rtl-btn-icn-nrml-padding: 0 4px 0 6px !default;
|
|
88
|
+
$tbar-rtl-btn-icn-bgr-padding: 0 4px 0 6px !default;
|
|
92
89
|
$tbar-btn-icn-right-bgr-padding: 0 12px 0 0 !default;
|
|
93
90
|
$tbar-btn-icn-right-nrml-padding: 0 12px 0 0 !default;
|
|
91
|
+
$tbar-rtl-btn-icn-right-nrml-padding: 0 0 0 12px !default;
|
|
92
|
+
$tbar-rtl-btn-icn-right-bgr-padding: 0 0 0 12px !default;
|
|
94
93
|
$btn-txt-nrml-padding: 0 6px 0 4px !default;
|
|
95
94
|
$btn-txt-bgr-padding: 0 6px 0 4px !default;
|
|
95
|
+
$btn-rtl-txt-nrml-padding: 0 6px 0 4px !default;
|
|
96
|
+
$btn-rtl-txt-bgr-padding: 0 6px 0 4px !default;
|
|
96
97
|
$tbar-item-pop-nrml-padding: 0 !default;
|
|
97
98
|
$tbar-item-pop-bgr-padding: 0 !default;
|
|
98
99
|
$tbar-item-nrml-mrgn: 12px !default;
|
|
99
100
|
$tbar-item-bgr-mrgn: 16px !default;
|
|
100
|
-
$tbar-btn-nrml-height: calc(100% - 10px) !default;
|
|
101
101
|
$tbar-btn-nrml-mrgn: 0 !default;
|
|
102
|
-
$tbar-v-btn-nrml-mrgn: 0 !default;
|
|
103
|
-
$tbar-btn-bgr-height: calc(100% - 6px) !default;
|
|
104
|
-
$tbar-btn-bgr-mrgn: 0 !default;
|
|
105
|
-
$tbar-v-btn-bgr-mrgn: 2px auto !default;
|
|
106
102
|
$tbar-btn-nrml-minheight: 32px !default;
|
|
103
|
+
$tbar-btn-nrml-line-height: 27px !default;
|
|
104
|
+
$tbar-btn-icon-nrml-line-height: 26px !default;
|
|
107
105
|
$tbar-btn-bgr-minheight: 38px !default;
|
|
106
|
+
$tbar-btn-bgr-line-height: 34px !default;
|
|
107
|
+
$tbar-btn-icon-bgr-line-height: 32px !default;
|
|
108
108
|
$tbar-btn-font-size: 14px !default;
|
|
109
109
|
$tbar-btn-border-radius: 4px !default;
|
|
110
110
|
$tbar-btn-pressed-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
|
|
111
111
|
$tbar-btn-icon-bgr-width: 24px !default;
|
|
112
|
-
$tbar-btn-icon-bgr-height: 32px !default;
|
|
113
|
-
$tbar-btn-icon-bgr-line-height: 32px !default;
|
|
114
|
-
$tbar-btn-txt-line-height: inherit !default;
|
|
115
112
|
$tbar-btn-icon-nrml-width: 26px !default;
|
|
116
113
|
$tbar-btn-icon-nrml-height: 26px !default;
|
|
117
|
-
$tbar-btn-icon-nrml-line-height: 26px !default;
|
|
118
|
-
$tbar-left-item-line-height: 35px !default;
|
|
119
114
|
$tbar-right-item-line-height: 24px !default;
|
|
120
115
|
$tbar-nrml-item-size: 0 !default;
|
|
121
116
|
$tbar-item-height: auto !default;
|
|
@@ -137,17 +132,12 @@ $tbar-multirow-items-mrgn-bigger: 15px !default;
|
|
|
137
132
|
$tbar-multirow-items-mrgn-small: 15px !default;
|
|
138
133
|
$tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
|
|
139
134
|
$tbar-multirow-item-top-btm-mrgn-small: 0 !default;
|
|
140
|
-
$tbar-multirow-item-mrgn: 0 !default;
|
|
141
135
|
|
|
142
136
|
$tbar-bgr-btn-text-font-size: 16px !default;
|
|
143
137
|
$tbar-bgr-btn-icon-font-size: 16px !default;
|
|
144
138
|
$tbar-bgr-btn-focus-padding: 0 5.5px !default;
|
|
145
|
-
$tbar-bgr-btn-line-height: 34px !default;
|
|
146
|
-
$tbar-bgr-item-margin: 0 !default;
|
|
147
139
|
|
|
148
|
-
$tbar-nrml-btn-icon-padding-bottom: 0 !default;
|
|
149
140
|
$tbar-nrml-btn-border-radius: 4px !default;
|
|
150
|
-
$tbar-nrml-btn-line-height: 27px !default;
|
|
151
141
|
$tbar-nrml-btn-focus-padding: 0 2px !default;
|
|
152
142
|
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
153
143
|
|
|
@@ -157,30 +147,22 @@ $tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
|
157
147
|
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
158
148
|
$tbar-btn-hover-active-icons-color: inherit !default;
|
|
159
149
|
$tbar-btn-hover-active-text-color: inherit !default;
|
|
160
|
-
$tbar-btn-text-color: $gray-700 !default;
|
|
161
150
|
$tbar-btn-overlay-opacity: .65 !default;
|
|
162
151
|
$tbar-btn-active-bg: $tbar-active-btn-bg !default;
|
|
163
|
-
$tbar-btn-active-border-size: 1px !default;
|
|
164
152
|
$tbar-btn-active-icons-color: inherit !default;
|
|
165
153
|
$tbar-btn-active-text-color: inherit !default;
|
|
154
|
+
$tbar-btn-text-color: $gray-700 !default;
|
|
166
155
|
$tbar-btn-pressed-text-color: $white !default;
|
|
167
156
|
$tbar-btn-pressed-focus-box-shadow: 0 0 0 3px rgba(130, 138, 145, .5) !default;
|
|
157
|
+
$tbar-btn-pressed-bg: darken($gray-600, 10%) !default;
|
|
158
|
+
$tbar-flat-btn-active-box-shadow: 0 0 0 .25em rgba(mix(lighten($tbar-hover-border-color, 50%), $tbar-active-border-color, 15%), .5) !default;
|
|
168
159
|
|
|
169
|
-
$tbar-ext-btn-
|
|
170
|
-
$tbar-ext-btn-focus-padding: 0 1.5px !default;
|
|
160
|
+
$tbar-ext-btn-focus-padding: 0 3px !default;
|
|
171
161
|
$tbar-ext-btn-icon-padding: 0 !default;
|
|
172
162
|
$tbar-ext-btn-icon-font-size: 14px !default;
|
|
173
163
|
$tbar-ext-btn-focus-box-shadow: $tbar-focus-btn-box-shadow !default;
|
|
174
164
|
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
175
|
-
$tbar-ext-btn-
|
|
176
|
-
$tbar-ext-btn-icon-hover-active-font: inherit !default;
|
|
177
|
-
$tbar-ext-btn-text-hover-active-font: inherit !default;
|
|
178
|
-
$tbar-ext-btn-icon-hover-font: inherit !default;
|
|
179
|
-
$tbar-ext-btn-text-hover-font: inherit !default;
|
|
180
|
-
$tbar-ext-btn-border: 0 !default;
|
|
181
|
-
$tbar-ext-btn-active-border-size: 0 !default;
|
|
182
|
-
$tbar-ext-btn-icon-active-font: inherit !default;
|
|
183
|
-
$tbar-ext-btn-text-active-font: inherit !default;
|
|
165
|
+
$tbar-ext-btn-border: 1px solid transparent !default;
|
|
184
166
|
|
|
185
167
|
$tbar-popup-icon-font-size: 12px !default;
|
|
186
168
|
$tbar-popup-text-btn-icon-padding: 0 !default;
|
|
@@ -189,7 +171,6 @@ $tbar-popup-btn-border: 0 !default;
|
|
|
189
171
|
$tbar-popup-btn-border-radius: 0 !default;
|
|
190
172
|
$tbar-popup-bgr-height: auto !default;
|
|
191
173
|
$tbar-popup-bgr-btn-icon-font-size: 16px !default;
|
|
192
|
-
$tbar-popup-bgr-btn-line-height: 32px !default;
|
|
193
174
|
$tbar-popup-bgr-btn-text-font-size: 16px !default;
|
|
194
175
|
$tbar-popup-nav-active-border-bottom-right-radius: 0 !default;
|
|
195
176
|
$tbar-popup-nav-active-bg: $tbar-focus-border-color !default;
|
|
@@ -209,19 +190,10 @@ $tbar-popup-nav-focus-border-size: 0 !default;
|
|
|
209
190
|
$tbar-popup-btn-bg: $content-bg !default;
|
|
210
191
|
$tbar-popup-btn-hover-bg: $primary !default;
|
|
211
192
|
$tbar-popup-btn-hover-box-shadow: none !default;
|
|
212
|
-
$tbar-popup-btn-hover-color: $primary-font !default;
|
|
213
|
-
$tbar-popup-btn-hover-icons-color: inherit !default;
|
|
214
|
-
$tbar-popup-btn-hover-text-color: inherit !default;
|
|
215
193
|
$tbar-popup-btn-active-bg: $primary !default;
|
|
216
194
|
$tbar-popup-btn-active-box-shadow: none !default;
|
|
217
|
-
$tbar-popup-btn-active-color: $primary-font !default;
|
|
218
|
-
$tbar-popup-btn-active-icons-color: inherit !default;
|
|
219
|
-
$tbar-popup-btn-active-text-color: inherit !default;
|
|
220
195
|
$tbar-popup-btn-focus-bg: $primary !default;
|
|
221
196
|
$tbar-popup-btn-focus-box-shadow: none !default;
|
|
222
|
-
$tbar-popup-btn-focus-color: $primary-font !default;
|
|
223
|
-
$tbar-popup-btn-focus-icons-color: inherit !default;
|
|
224
|
-
$tbar-popup-btn-focus-text-color: inherit !default;
|
|
225
197
|
$tbar-popup-nav-pressed-icons-active-color: inherit !default;
|
|
226
198
|
$tbar-popup-btn-focus-outline: 0 !default;
|
|
227
199
|
$tbar-popup-nav-pressed-border-color: $gray-500 !default;
|
|
@@ -3,8 +3,6 @@
|
|
|
3
3
|
$tbar-skin: 'bootstrap5' !default;
|
|
4
4
|
|
|
5
5
|
//font definitions
|
|
6
|
-
$tbar-btn-family: $font-family !default;
|
|
7
|
-
$tbar-btn-weight: $font-weight-normal !default;
|
|
8
6
|
$tbar-icons-bgr-font-size: $text-xl;
|
|
9
7
|
$tbar-btn-font-size: $text-lg !default;
|
|
10
8
|
$tbar-btn-txt-font-size: $text-sm !default;
|
|
@@ -24,10 +22,16 @@ $tbar-btn-bgr-padding: 0 8px !default;
|
|
|
24
22
|
$tbar-btn-bgr-focus-padding: 0 8px !default;
|
|
25
23
|
$tbar-btn-icn-nrml-padding: 4px !default;
|
|
26
24
|
$tbar-btn-icn-bgr-padding: 4px 6px !default;
|
|
25
|
+
$tbar-rtl-btn-icn-nrml-padding: 4px !default;
|
|
26
|
+
$tbar-rtl-btn-icn-bgr-padding: 4px 6px !default;
|
|
27
27
|
$tbar-btn-icn-right-bgr-padding: 4px 6px !default;
|
|
28
28
|
$tbar-btn-icn-right-nrml-padding: 4px !default;
|
|
29
|
+
$tbar-rtl-btn-icn-right-nrml-padding: 4px !default;
|
|
30
|
+
$tbar-rtl-btn-icn-right-bgr-padding: 4px 6px !default;
|
|
29
31
|
$btn-txt-nrml-padding: 4px !default;
|
|
30
32
|
$btn-txt-bgr-padding: 4px !default;
|
|
33
|
+
$btn-rtl-txt-nrml-padding: 4px !default;
|
|
34
|
+
$btn-rtl-txt-bgr-padding: 4px !default;
|
|
31
35
|
$tbar-item-pop-nrml-padding: 0 !default;
|
|
32
36
|
$tbar-item-pop-bgr-padding: 0 !default;
|
|
33
37
|
$tbar-pop-btn-bgr-padding: 8px 18px !default;
|
|
@@ -39,14 +43,15 @@ $tbar-pop-btn-txt-bgr-pad: 0 0 0 6px !default;
|
|
|
39
43
|
$tbar-popup-padding: 0 !default;
|
|
40
44
|
|
|
41
45
|
// dimension definitions
|
|
42
|
-
$tbar-btn-bgr-line-height: 24px !default;
|
|
43
|
-
$tbar-btn-nrml-line-height: 22px !default;
|
|
44
46
|
$tbar-btn-nrml-minheight: 32px !default;
|
|
47
|
+
$tbar-btn-nrml-line-height: 22px !default;
|
|
48
|
+
$tbar-btn-icon-nrml-line-height: 18px !default;
|
|
45
49
|
$tbar-btn-bgr-minheight: 38px !default;
|
|
50
|
+
$tbar-btn-bgr-line-height: 24px !default;
|
|
51
|
+
$tbar-btn-icon-bgr-line-height: 18px !default;
|
|
46
52
|
$tbar-btn-nrml-minwidth: 32px !default;
|
|
53
|
+
$tbar-btn-weight: $font-weight-normal !default;
|
|
47
54
|
$tbar-btn-bgr-minwidth: 38px !default;
|
|
48
|
-
$tbar-btn-bgr-height: calc(100% - 11px) !default;
|
|
49
|
-
$tbar-btn-nrml-height: calc(100% - 10px) !default;
|
|
50
55
|
$tbar-nrml-size: 38px !default;
|
|
51
56
|
$tbar-bgr-size: 46px !default;
|
|
52
57
|
$tbar-nrml-items-size: 38px !default;
|
|
@@ -57,13 +62,8 @@ $tbar-item-nrml-minwidth: 28px !default;
|
|
|
57
62
|
$tbar-bgr-item-size: 49px !default;
|
|
58
63
|
$tbar-btn-icon-nrml-width: 12px !default;
|
|
59
64
|
$tbar-btn-icon-nrml-height: 16px !default;
|
|
60
|
-
$tbar-btn-icon-nrml-line-height: 16px !default;
|
|
61
|
-
$tbar-left-item-line-height: 35px !default;
|
|
62
65
|
$tbar-right-item-line-height: 24px !default;
|
|
63
66
|
$tbar-btn-icon-bgr-width: 13px !default;
|
|
64
|
-
$tbar-btn-icon-bgr-height: 18px !default;
|
|
65
|
-
$tbar-btn-icon-bgr-line-height: 18px !default;
|
|
66
|
-
$tbar-btn-txt-line-height: inherit !default;
|
|
67
67
|
$tbar-nav-nrml-width: 28px !default;
|
|
68
68
|
$tbar-nav-bgr-width: 36px !default;
|
|
69
69
|
$tbar-btn-pop-nrml-minheight: 38px !default;
|
|
@@ -86,11 +86,7 @@ $tbar-multirow-items-mrgn-bigger: 12.5px !default;
|
|
|
86
86
|
$tbar-multirow-items-mrgn-small: 10px !default;
|
|
87
87
|
$tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
|
|
88
88
|
$tbar-multirow-item-top-btm-mrgn-small: 0 !default;
|
|
89
|
-
$tbar-multirow-item-mrgn: 0 !default;
|
|
90
|
-
$tbar-btn-bgr-mrgn: 0 !default;
|
|
91
89
|
$tbar-btn-nrml-mrgn: 0 !default;
|
|
92
|
-
$tbar-v-btn-bgr-mrgn: 0 !default;
|
|
93
|
-
$tbar-v-btn-nrml-mrgn: 0 !default;
|
|
94
90
|
$tbar-separator-vertical-nrml-mrgn: 3px 7px;
|
|
95
91
|
$tbar-separator-bgr-mrgn: 8px;
|
|
96
92
|
$tbar-separator-vertical-bgr-mrgn: 5px 10px;
|
|
@@ -122,7 +118,7 @@ $tbar-border-type: $border-type !default;
|
|
|
122
118
|
$tbar-nav-press-border: 0 !default;
|
|
123
119
|
$tbar-nav-hover-border: 0 !default;
|
|
124
120
|
$tbar-nav-focus-border: 0 !default;
|
|
125
|
-
$tbar-btn-border-radius:
|
|
121
|
+
$tbar-btn-border-radius: 4px !default;
|
|
126
122
|
|
|
127
123
|
// color definitions
|
|
128
124
|
$tbar-default-bg: $content-bg-color-alt1 !default;
|
|
@@ -135,28 +131,22 @@ $tbar-press-bg: $content-bg-color-alt2 !default;
|
|
|
135
131
|
$tbar-btn-press-bg: $tbar-active-bg !default;
|
|
136
132
|
$tbar-hover-bg: $secondary-bg-color-hover !default;
|
|
137
133
|
$tbar-hover-font: $icon-color !default;
|
|
138
|
-
$tbar-hover-font-color: $tbar-hover-font !default;
|
|
139
134
|
$tbar-default-icon-color: $icon-color !default;
|
|
140
135
|
$tbar-pressed-bg: $secondary-bg-color-focus !default;
|
|
141
136
|
$tbar-pressed-font: $content-text-color-alt2 !default;
|
|
142
137
|
$tbar-select-font: $content-text-color-alt2 !default;
|
|
143
|
-
$tbar-default-font-overlay: $content-text-color-alt2 !default;
|
|
144
138
|
$tbar-default-icon-overlay: $content-text-color-alt2 !default;
|
|
145
139
|
$tbar-focus-bg: $tbar-hover-bg !default;
|
|
146
140
|
$tbar-press-font: $content-text-color-alt2 !default;
|
|
141
|
+
$tbar-default-font-overlay: $content-text-color-alt2 !default;
|
|
147
142
|
$tbar-active-font-color: $primary-text-color !default;
|
|
148
|
-
$tbar-btn-active-font-color: $tbar-press-font !default;
|
|
149
143
|
$tbar-pop-bg: $flyout-bg-color !default;
|
|
150
144
|
|
|
151
|
-
$tbar-bgr-btn-text-font-size:
|
|
152
|
-
$tbar-bgr-btn-icon-font-size:
|
|
145
|
+
$tbar-bgr-btn-text-font-size: $text-base !default;
|
|
146
|
+
$tbar-bgr-btn-icon-font-size: $text-lg !default;
|
|
153
147
|
$tbar-bgr-btn-focus-padding: 0 8px !default;
|
|
154
|
-
$tbar-bgr-btn-line-height: 24px !default;
|
|
155
|
-
$tbar-bgr-item-margin: 0 !default;
|
|
156
148
|
|
|
157
|
-
$tbar-nrml-btn-icon-padding-bottom: 4px !default;
|
|
158
149
|
$tbar-nrml-btn-border-radius: 4px !default;
|
|
159
|
-
$tbar-nrml-btn-line-height: 22px !default;
|
|
160
150
|
$tbar-nrml-btn-focus-padding: 0 4px !default;
|
|
161
151
|
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
162
152
|
|
|
@@ -166,30 +156,22 @@ $tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
|
166
156
|
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
167
157
|
$tbar-btn-hover-active-icons-color: $primary-text-color !default;
|
|
168
158
|
$tbar-btn-hover-active-text-color: $primary-text-color !default;
|
|
169
|
-
$tbar-btn-text-color: $content-text-color !default;
|
|
170
159
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
171
160
|
$tbar-btn-active-bg: $tbar-active-bg !default;
|
|
172
|
-
$tbar-btn-active-border-size: $tbar-zero-value !default;
|
|
173
161
|
$tbar-btn-active-icons-color: $tbar-default-icon-color !default;
|
|
174
162
|
$tbar-btn-active-text-color: $content-text-color-alt2 !default;
|
|
163
|
+
$tbar-btn-text-color: $content-text-color !default;
|
|
175
164
|
$tbar-btn-pressed-text-color: $secondary-text-color-pressed !default;
|
|
176
165
|
$tbar-btn-pressed-focus-box-shadow: $secondary-shadow-focus !default;
|
|
166
|
+
$tbar-btn-pressed-bg: $secondary-bg-color-pressed !default;
|
|
167
|
+
$tbar-flat-btn-active-box-shadow: none !default;
|
|
177
168
|
|
|
178
|
-
$tbar-ext-btn-margin: 0 !default;
|
|
179
169
|
$tbar-ext-btn-focus-padding: 0 4px !default;
|
|
180
170
|
$tbar-ext-btn-icon-padding: 5px 6px !default;
|
|
181
|
-
$tbar-ext-btn-icon-font-size:
|
|
171
|
+
$tbar-ext-btn-icon-font-size: $text-base !default;
|
|
182
172
|
$tbar-ext-btn-focus-box-shadow: none !default;
|
|
183
173
|
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
184
|
-
$tbar-ext-btn-hover-border-size: $tbar-zero-value !default;
|
|
185
|
-
$tbar-ext-btn-icon-hover-active-font: $primary-text-color !default;
|
|
186
|
-
$tbar-ext-btn-text-hover-active-font: $primary-text-color !default;
|
|
187
|
-
$tbar-ext-btn-icon-hover-font: $primary-text-color !default;
|
|
188
|
-
$tbar-ext-btn-text-hover-font: $primary-text-color !default;
|
|
189
174
|
$tbar-ext-btn-border: none !default;
|
|
190
|
-
$tbar-ext-btn-active-border-size: 0 !default;
|
|
191
|
-
$tbar-ext-btn-icon-active-font: $primary-text-color !default;
|
|
192
|
-
$tbar-ext-btn-text-active-font: $content-text-color-alt2 !default;
|
|
193
175
|
|
|
194
176
|
$tbar-popup-icon-font-size: $text-lg !default;
|
|
195
177
|
$tbar-popup-text-btn-icon-padding: 4px 4px 5px 4px !default;
|
|
@@ -197,9 +179,8 @@ $tbar-popup-bgr-text-btn-icon-padding: 4px 6px 3px 6px !default;
|
|
|
197
179
|
$tbar-popup-btn-border: none !default;
|
|
198
180
|
$tbar-popup-btn-border-radius: 4px !default;
|
|
199
181
|
$tbar-popup-bgr-height: 38px !default;
|
|
200
|
-
$tbar-popup-bgr-btn-icon-font-size:
|
|
201
|
-
$tbar-popup-bgr-btn-
|
|
202
|
-
$tbar-popup-bgr-btn-text-font-size: 16px !default;
|
|
182
|
+
$tbar-popup-bgr-btn-icon-font-size: $text-base !default;
|
|
183
|
+
$tbar-popup-bgr-btn-text-font-size: $text-base !default;
|
|
203
184
|
$tbar-popup-nav-active-border-bottom-right-radius: 0 !default;
|
|
204
185
|
$tbar-popup-nav-active-bg: $tbar-default-bg !default;
|
|
205
186
|
$tbar-popup-nav-active-icons-color: $tbar-default-icon-color !default;
|
|
@@ -218,19 +199,10 @@ $tbar-popup-nav-focus-border-size: 0 !default;
|
|
|
218
199
|
$tbar-popup-btn-bg: transparent !default;
|
|
219
200
|
$tbar-popup-btn-hover-bg: $tbar-hover-bg !default;
|
|
220
201
|
$tbar-popup-btn-hover-box-shadow: none !default;
|
|
221
|
-
$tbar-popup-btn-hover-color: $tbar-default-icon-color !default;
|
|
222
|
-
$tbar-popup-btn-hover-icons-color: $primary-text-color!default;
|
|
223
|
-
$tbar-popup-btn-hover-text-color: $primary-text-color !default;
|
|
224
202
|
$tbar-popup-btn-active-bg: transparent !default;
|
|
225
203
|
$tbar-popup-btn-active-box-shadow: none !default;
|
|
226
|
-
$tbar-popup-btn-active-color: $content-text-color-alt2 !default;
|
|
227
|
-
$tbar-popup-btn-active-icons-color: $tbar-default-icon-color !default;
|
|
228
|
-
$tbar-popup-btn-active-text-color: $content-text-color-alt2 !default;
|
|
229
204
|
$tbar-popup-btn-focus-bg: $tbar-hover-bg !default;
|
|
230
205
|
$tbar-popup-btn-focus-box-shadow: none !default;
|
|
231
|
-
$tbar-popup-btn-focus-color: $tbar-default-icon-color !default;
|
|
232
|
-
$tbar-popup-btn-focus-icons-color: $primary-text-color !default;
|
|
233
|
-
$tbar-popup-btn-focus-text-color: $primary-text-color !default;
|
|
234
206
|
$tbar-popup-nav-pressed-icons-active-color: $tbar-active-font-color !default;
|
|
235
207
|
$tbar-popup-btn-focus-outline: 0 !default;
|
|
236
208
|
$tbar-popup-nav-pressed-border-color: $tbar-pressed-bg !default;
|