@syncfusion/ej2-navigations 20.4.53 → 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 +14 -0
- 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 +89 -24
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +93 -28
- 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 +22 -10
- 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 +2 -1
- 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/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/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
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
//default
|
|
2
2
|
$tbar-skin: 'fabric' !default;
|
|
3
|
-
$tbar-btn-bgr-line-height: 35px !default;
|
|
4
3
|
$tbar-zero-value: 0 !default;
|
|
5
4
|
$tbar-icons-bgr-font-size: 14px !default;
|
|
6
5
|
$tbar-separator-bgr-mrgn: 6px 6px !default;
|
|
@@ -17,15 +16,12 @@ $tbar-item-pop-bg-color: transparent !default;
|
|
|
17
16
|
$tbar-pop-btn-nrml-padding: $tbar-zero-value 4px !default;
|
|
18
17
|
$tbar-separator-bgr-minheight: 36px !default;
|
|
19
18
|
$tbar-separator-vertical-bgr-mrgn: 5px 10px !default;
|
|
20
|
-
$tbar-v-btn-bgr-mrgn: 0 !default;
|
|
21
19
|
$tbar-btn-nrml-minwidth: 40px !default;
|
|
22
|
-
$tbar-btn-nrml-line-height: 25px !default;
|
|
23
20
|
$tbar-btn-weight: 400 !default;
|
|
24
21
|
$tbar-border-radius: $border-radius !default;
|
|
25
22
|
$tbar-separator-nrml-minheight: 27px !default;
|
|
26
23
|
$tbar-separator-nrml-height: calc(100% - 15px) !default;
|
|
27
24
|
$tbar-separator-vertical-nrml-mrgn: 3px 7.5px !default;
|
|
28
|
-
$tbar-v-btn-nrml-mrgn: 0 !default;
|
|
29
25
|
$tbar-tab-highlight-color: rgba(0, 0, 0, 0) !default;
|
|
30
26
|
$tbar-border-nav-type: solid !default;
|
|
31
27
|
$tbar-popup-vertical-border-width: $border-size 0 0 0 !default;
|
|
@@ -36,8 +32,8 @@ $tba-vertical-separator: 0 0 $tbar-separator-size 0 !default;
|
|
|
36
32
|
$tbar-btn-box-shadow: none !default;
|
|
37
33
|
$tbar-hover-font: $hover-font-color !default;
|
|
38
34
|
$tbar-press-font: $active-font-color !default;
|
|
39
|
-
$tbar-active-font-color: $theme-primary-font !default;
|
|
40
35
|
$tbar-default-font-overlay: rgba($default-icon-color, .4) !default;
|
|
36
|
+
$tbar-active-font-color: $theme-primary-font !default;
|
|
41
37
|
$tbar-default-icon-overlay: rgba($default-icon-color, .4) !default;
|
|
42
38
|
$tbar-popup-rtl-border-width: 0 $border-size 0 0 !default;
|
|
43
39
|
$tbar-popup-border-width: 0 0 0 $border-size !default;
|
|
@@ -49,7 +45,6 @@ $tbar-pop-bg: $tbar-default-bg !default;
|
|
|
49
45
|
$tbar-default-font: $neutral-light-font !default;
|
|
50
46
|
$tbar-active-bg: $neutral-light !default;
|
|
51
47
|
$tbar-active-icon-color: $neutral-light-fontalt !default;
|
|
52
|
-
$tbar-btn-family: 'Segoe UI', 'GeezaPro', 'DejaVu Serif' !default;
|
|
53
48
|
$tbar-press-bg: $neutral-quintenary !default;
|
|
54
49
|
$tbar-press-border-color: $tbar-press-bg !default;
|
|
55
50
|
$tbar-btn-press-bg: $tbar-press-bg !default;
|
|
@@ -59,7 +54,6 @@ $tbar-default-icon-color: $neutral-light-font !default;
|
|
|
59
54
|
$tbar-pressed-bg: $neutral-quintenary !default;
|
|
60
55
|
$tbar-pressed-font: $neutral-light-fontalt !default;
|
|
61
56
|
$tbar-select-font: $neutral-light-fontalt !default;
|
|
62
|
-
$tbar-default-font-overlay: $neutral-tertiary-alt !default;
|
|
63
57
|
$tbar-default-icon-overlay: $neutral-tertiary-alt !default;
|
|
64
58
|
$tbar-separator-border: $neutral-quintenary !default;
|
|
65
59
|
$tbar-default-border: $neutral-light !default;
|
|
@@ -67,8 +61,6 @@ $tbar-hover-border-color: $neutral-light !default;
|
|
|
67
61
|
$tbar-focus-border-color: $tbar-hover-border-color !default;
|
|
68
62
|
$tbar-focus-bg: $tbar-hover-bg !default;
|
|
69
63
|
$tbar-press-font: $neutral-light-fontalt !default;
|
|
70
|
-
$tbar-hover-font-color: $tbar-hover-font !default;
|
|
71
|
-
$tbar-btn-active-font-color: $tbar-press-font !default;
|
|
72
64
|
|
|
73
65
|
$tbar-border-nav-type: solid !default;
|
|
74
66
|
$tbar-border-nav-active-type: solid !default;
|
|
@@ -95,10 +87,16 @@ $tbar-btn-bgr-focus-padding: 0 !default;
|
|
|
95
87
|
$tbar-item-height: auto !default;
|
|
96
88
|
$tbar-btn-icn-nrml-padding: 0 0 0 12px !default;
|
|
97
89
|
$tbar-btn-icn-bgr-padding: 0 0 0 15px !default;
|
|
90
|
+
$tbar-rtl-btn-icn-nrml-padding: 0 12px 0 0 !default;
|
|
91
|
+
$tbar-rtl-btn-icn-bgr-padding: 0 15px 0 0 !default;
|
|
98
92
|
$tbar-btn-icn-right-bgr-padding: 0 12px 0 0 !default;
|
|
99
93
|
$tbar-btn-icn-right-nrml-padding: 0 15px 0 0 !default;
|
|
94
|
+
$tbar-rtl-btn-icn-right-nrml-padding: 0 0 0 15px !default;
|
|
95
|
+
$tbar-rtl-btn-icn-right-bgr-padding: 0 0 0 12px !default;
|
|
100
96
|
$btn-txt-nrml-padding: 0 12px 0 8px !default;
|
|
101
97
|
$btn-txt-bgr-padding: 0 15px 0 10px !default;
|
|
98
|
+
$btn-rtl-txt-nrml-padding: 0 8px 0 12px !default;
|
|
99
|
+
$btn-rtl-txt-bgr-padding: 0 10px 0 15px !default;
|
|
102
100
|
|
|
103
101
|
$tbar-item-pop-nrml-padding: 0 !default;
|
|
104
102
|
$tbar-item-pop-bgr-padding: 0 !default;
|
|
@@ -115,28 +113,24 @@ $tbar-nav-focus-border: 0 !default;
|
|
|
115
113
|
$tbar-nav-pressed-box-shadow: none !default;
|
|
116
114
|
$tbar-btn-border-radius: 0 !default;
|
|
117
115
|
$tbar-btn-pressed-box-shadow: none !default;
|
|
118
|
-
$tbar-btn-bgr-mrgn: 0 !default;
|
|
119
116
|
$tbar-btn-nrml-mrgn: 0 !default;
|
|
120
117
|
$tbar-popup-padding: 0 !default;
|
|
121
118
|
$tbar-btn-nrml-minheight: 40px !default;
|
|
119
|
+
$tbar-btn-nrml-line-height: 25px !default;
|
|
120
|
+
$tbar-btn-icon-nrml-line-height: 24px !default;
|
|
122
121
|
$tbar-btn-bgr-minheight: 50px !default;
|
|
122
|
+
$tbar-btn-bgr-line-height: 35px !default;
|
|
123
|
+
$tbar-btn-icon-bgr-line-height: 34px !default;
|
|
123
124
|
$tbar-btn-nrml-minwidth: 40px !default;
|
|
124
125
|
$tbar-btn-bgr-minwidth: 50px !default;
|
|
125
|
-
$tbar-btn-bgr-height: inherit !default;
|
|
126
|
-
$tbar-btn-nrml-height: inherit !default;
|
|
127
126
|
$tbar-separator-nrml-height: 24px !default;
|
|
128
127
|
$tbar-separator-bgr-height: 30px !default;
|
|
129
128
|
$tbar-separator-nrml-minheight: $tbar-separator-nrml-height !default;
|
|
130
129
|
$tbar-separator-bgr-minheight: $tbar-separator-bgr-height !default;
|
|
131
130
|
$tbar-btn-icon-nrml-width: 20px !default;
|
|
132
131
|
$tbar-btn-icon-nrml-height: 25px !default;
|
|
133
|
-
$tbar-btn-icon-nrml-line-height: 25px !default;
|
|
134
|
-
$tbar-left-item-line-height: 35px !default;
|
|
135
132
|
$tbar-right-item-line-height: 24px !default;
|
|
136
133
|
$tbar-btn-icon-bgr-width: 25px !default;
|
|
137
|
-
$tbar-btn-icon-bgr-height: 34px !default;
|
|
138
|
-
$tbar-btn-icon-bgr-line-height: 35px !default;
|
|
139
|
-
$tbar-btn-txt-line-height: inherit !default;
|
|
140
134
|
$tbar-nav-nrml-width: 40px !default;
|
|
141
135
|
$tbar-nav-bgr-width: 50px !default;
|
|
142
136
|
$tbar-item-nrml-mrgn: 3px !default;
|
|
@@ -147,17 +141,12 @@ $tbar-multirow-items-mrgn-bigger: 12.5px !default;
|
|
|
147
141
|
$tbar-multirow-items-mrgn-small: 10px !default;
|
|
148
142
|
$tbar-multirow-item-top-btm-mrgn-bigger: 1.5px 0 !default;
|
|
149
143
|
$tbar-multirow-item-top-btm-mrgn-small: 1px 0 !default;
|
|
150
|
-
$tbar-multirow-item-mrgn: 0 !default;
|
|
151
144
|
|
|
152
145
|
$tbar-bgr-btn-text-font-size: 14px !default;
|
|
153
146
|
$tbar-bgr-btn-icon-font-size: 16px !default;
|
|
154
147
|
$tbar-bgr-btn-focus-padding: 0 !default;
|
|
155
|
-
$tbar-bgr-btn-line-height: 35px !default;
|
|
156
|
-
$tbar-bgr-item-margin: 1.5px 0 !default;
|
|
157
148
|
|
|
158
|
-
$tbar-nrml-btn-icon-padding-bottom: 0 !default;
|
|
159
149
|
$tbar-nrml-btn-border-radius: 0 !default;
|
|
160
|
-
$tbar-nrml-btn-line-height: 25px !default;
|
|
161
150
|
$tbar-nrml-btn-focus-padding: 0 !default;
|
|
162
151
|
$tbar-nrml-btn-focus-outline: none !default;
|
|
163
152
|
|
|
@@ -167,30 +156,22 @@ $tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
|
167
156
|
$tbar-btn-hover-border-size: $tbar-zero-value !default;
|
|
168
157
|
$tbar-btn-hover-active-icons-color: $neutral-light-font !default;
|
|
169
158
|
$tbar-btn-hover-active-text-color: $neutral-light-font !default;
|
|
170
|
-
$tbar-btn-text-color: $neutral-light-font !default;
|
|
171
159
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
172
160
|
$tbar-btn-active-bg: $neutral-quintenary !default;
|
|
173
|
-
$tbar-btn-active-border-size: $tbar-zero-value !default;
|
|
174
161
|
$tbar-btn-active-icons-color: $tbar-hover-font !default;
|
|
175
162
|
$tbar-btn-active-text-color: $tbar-hover-font !default;
|
|
163
|
+
$tbar-btn-text-color: $neutral-light-font !default;
|
|
176
164
|
$tbar-btn-pressed-text-color: $neutral-light-fontalt !default;
|
|
177
165
|
$tbar-btn-pressed-focus-box-shadow: none !default;
|
|
166
|
+
$tbar-btn-pressed-bg: $neutral-tertiary-alt !default;
|
|
167
|
+
$tbar-flat-btn-active-box-shadow: none !default;
|
|
178
168
|
|
|
179
|
-
$tbar-ext-btn-margin: 1px 0 !default;
|
|
180
169
|
$tbar-ext-btn-focus-padding: 0 !default;
|
|
181
170
|
$tbar-ext-btn-icon-padding: 0 !default;
|
|
182
171
|
$tbar-ext-btn-icon-font-size: 14px !default;
|
|
183
172
|
$tbar-ext-btn-focus-box-shadow: none !default;
|
|
184
173
|
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
185
|
-
$tbar-ext-btn-hover-border-size: $tbar-zero-value !default;
|
|
186
|
-
$tbar-ext-btn-icon-hover-active-font: $neutral-light-font !default;
|
|
187
|
-
$tbar-ext-btn-text-hover-active-font: $theme-light-font !default;
|
|
188
|
-
$tbar-ext-btn-icon-hover-font: $neutral-light-font !default;
|
|
189
|
-
$tbar-ext-btn-text-hover-font: $neutral-light-font !default;
|
|
190
174
|
$tbar-ext-btn-border: none !default;
|
|
191
|
-
$tbar-ext-btn-active-border-size: 0 !default;
|
|
192
|
-
$tbar-ext-btn-icon-active-font: $neutral-light-font !default;
|
|
193
|
-
$tbar-ext-btn-text-active-font: $theme-light-font !default;
|
|
194
175
|
|
|
195
176
|
$tbar-popup-icon-font-size: 14px !default;
|
|
196
177
|
$tbar-popup-text-btn-icon-padding: 0 !default;
|
|
@@ -199,7 +180,6 @@ $tbar-popup-btn-border: none !default;
|
|
|
199
180
|
$tbar-popup-btn-border-radius: 0 !default;
|
|
200
181
|
$tbar-popup-bgr-height: auto !default;
|
|
201
182
|
$tbar-popup-bgr-btn-icon-font-size: 16px !default;
|
|
202
|
-
$tbar-popup-bgr-btn-line-height: 35px !default;
|
|
203
183
|
$tbar-popup-bgr-btn-text-font-size: 14px !default;
|
|
204
184
|
$tbar-popup-nav-active-border-bottom-right-radius: 4px !default;
|
|
205
185
|
$tbar-popup-nav-active-bg: $tbar-default-bg !default;
|
|
@@ -219,19 +199,10 @@ $tbar-popup-nav-focus-border-size: 0 !default;
|
|
|
219
199
|
$tbar-popup-btn-bg: $tbar-default-bg !default;
|
|
220
200
|
$tbar-popup-btn-hover-bg: $tbar-hover-bg !default;
|
|
221
201
|
$tbar-popup-btn-hover-box-shadow: none !default;
|
|
222
|
-
$tbar-popup-btn-hover-color: $tbar-hover-font !default;
|
|
223
|
-
$tbar-popup-btn-hover-icons-color: $tbar-hover-font !default;
|
|
224
|
-
$tbar-popup-btn-hover-text-color: $tbar-hover-font !default;
|
|
225
202
|
$tbar-popup-btn-active-bg: $neutral-quintenary !default;
|
|
226
203
|
$tbar-popup-btn-active-box-shadow: none !default;
|
|
227
|
-
$tbar-popup-btn-active-color: $theme-light-font !default;
|
|
228
|
-
$tbar-popup-btn-active-icons-color: $tbar-hover-font !default;
|
|
229
|
-
$tbar-popup-btn-active-text-color: $theme-light-font !default;
|
|
230
204
|
$tbar-popup-btn-focus-bg: $tbar-hover-bg !default;
|
|
231
205
|
$tbar-popup-btn-focus-box-shadow: none !default;
|
|
232
|
-
$tbar-popup-btn-focus-color: $tbar-hover-font !default;
|
|
233
|
-
$tbar-popup-btn-focus-icons-color: $tbar-hover-font !default;
|
|
234
|
-
$tbar-popup-btn-focus-text-color: $tbar-hover-font !default;
|
|
235
206
|
$tbar-popup-nav-pressed-icons-active-color: $tbar-active-font-color !default;
|
|
236
207
|
$tbar-popup-btn-focus-outline: none !default;
|
|
237
208
|
$tbar-popup-nav-pressed-border-color: $tbar-pressed-bg !default;
|
|
@@ -11,10 +11,7 @@ $tbar-separator-border-type: $border-type;
|
|
|
11
11
|
$tbar-pop-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .21);
|
|
12
12
|
$tbar-hover-border-color: $hover-border-color;
|
|
13
13
|
$tbar-pressed-border: $tbar-hover-border-color;
|
|
14
|
-
$tbar-btn-bgr-line-height: 35px !default;
|
|
15
14
|
$tbar-zero-value: 0 !default;
|
|
16
|
-
$tbar-btn-nrml-line-height: 25px !default;
|
|
17
|
-
$tbar-btn-weight: 400 !default;
|
|
18
15
|
$tbar-border-radius: $border-radius !default;
|
|
19
16
|
$tbar-tab-highlight-color: rgba(0, 0, 0, 0) !default;
|
|
20
17
|
$tbar-border-nav-type: solid !default;
|
|
@@ -27,18 +24,15 @@ $tbar-item-pop-bg-color: transparent !default;
|
|
|
27
24
|
$tbar-default-font: $neutral-light-font !default;
|
|
28
25
|
$tbar-active-bg: $theme-primary !default;
|
|
29
26
|
$tbar-active-icon-color: $theme-primary-font !default;
|
|
30
|
-
$tbar-btn-family: 'Segoe UI', 'GeezaPro', 'DejaVu Serif' !default;
|
|
31
27
|
$tbar-press-bg: $theme-lighter !default;
|
|
32
28
|
$tbar-press-border-color: $tbar-press-bg !default;
|
|
33
29
|
$tbar-btn-press-bg: $tbar-press-bg !default;
|
|
34
30
|
$tbar-hover-bg: $neutral-lighter !default;
|
|
35
31
|
$tbar-hover-font: $neutral-light-fontalt !default;
|
|
36
|
-
$tbar-hover-font-color: $tbar-hover-font !default;
|
|
37
32
|
$tbar-default-icon-color: $theme-light-font !default;
|
|
38
33
|
$tbar-pressed-bg: $theme-lighter !default;
|
|
39
34
|
$tbar-pressed-font: $theme-primary-font !default;
|
|
40
35
|
$tbar-select-font: $neutral-light-font !default;
|
|
41
|
-
$tbar-default-font-overlay: $neutral-tertiary-alt !default;
|
|
42
36
|
$tbar-default-icon-overlay: $neutral-tertiary-alt !default;
|
|
43
37
|
$tbar-separator-border: $neutral-tertiary !default;
|
|
44
38
|
$tbar-default-border: $neutral-quintenaryalt !default;
|
|
@@ -47,7 +41,7 @@ $tbar-focus-border-color: $tbar-hover-border-color !default;
|
|
|
47
41
|
$tbar-focus-bg: $tbar-hover-bg !default;
|
|
48
42
|
$tbar-press-font: $theme-light-font !default;
|
|
49
43
|
|
|
50
|
-
$tbar-
|
|
44
|
+
$tbar-default-font-overlay: $neutral-tertiary-alt !default;
|
|
51
45
|
$tbar-active-font-color: $tbar-press-font !default;
|
|
52
46
|
$tbar-border-nav-type: solid !default;
|
|
53
47
|
$tbar-border-nav-active-type: solid !default;
|
|
@@ -80,10 +74,16 @@ $tbar-btn-bgr-padding: 0 !default;
|
|
|
80
74
|
$tbar-btn-bgr-focus-padding: 0 !default;
|
|
81
75
|
$tbar-btn-icn-nrml-padding: 0 0 0 12px !default;
|
|
82
76
|
$tbar-btn-icn-bgr-padding: 0 0 0 15px !default;
|
|
77
|
+
$tbar-rtl-btn-icn-nrml-padding: 0 12px 0 0 !default;
|
|
78
|
+
$tbar-rtl-btn-icn-bgr-padding: 0 15px 0 0 !default;
|
|
83
79
|
$tbar-btn-icn-right-bgr-padding: 0 12px 0 0 !default;
|
|
84
80
|
$tbar-btn-icn-right-nrml-padding: 0 15px 0 0 !default;
|
|
81
|
+
$tbar-rtl-btn-icn-right-nrml-padding: 0 0 0 15px !default;
|
|
82
|
+
$tbar-rtl-btn-icn-right-bgr-padding: 0 0 0 12px !default;
|
|
85
83
|
$btn-txt-nrml-padding: 0 12px 0 8px !default;
|
|
86
84
|
$btn-txt-bgr-padding: 0 15px 0 10px !default;
|
|
85
|
+
$btn-rtl-txt-nrml-padding: 0 8px 0 12px !default;
|
|
86
|
+
$btn-rtl-txt-bgr-padding: 0 10px 0 15px !default;
|
|
87
87
|
|
|
88
88
|
$tbar-item-pop-nrml-padding: 0 !default;
|
|
89
89
|
$tbar-item-pop-bgr-padding: 0 !default;
|
|
@@ -100,30 +100,25 @@ $tbar-nav-focus-border: 0 !default;
|
|
|
100
100
|
$tbar-nav-pressed-box-shadow: none !default;
|
|
101
101
|
$tbar-btn-border-radius: 0 !default;
|
|
102
102
|
$tbar-btn-pressed-box-shadow: none !default;
|
|
103
|
-
$tbar-btn-bgr-mrgn: 0 !default;
|
|
104
103
|
$tbar-btn-nrml-mrgn: 0 !default;
|
|
105
|
-
$tbar-v-btn-bgr-mrgn: 0 !default;
|
|
106
|
-
$tbar-v-btn-nrml-mrgn: 0 !default;
|
|
107
104
|
$tbar-popup-padding: 0 !default;
|
|
108
105
|
$tbar-btn-nrml-minheight: 40px !default;
|
|
106
|
+
$tbar-btn-nrml-line-height: 25px !default;
|
|
107
|
+
$tbar-btn-icon-nrml-line-height: 24px !default;
|
|
109
108
|
$tbar-btn-bgr-minheight: 50px !default;
|
|
109
|
+
$tbar-btn-bgr-line-height: 35px !default;
|
|
110
|
+
$tbar-btn-icon-bgr-line-height: 34px !default;
|
|
110
111
|
$tbar-btn-nrml-minwidth: 40px !default;
|
|
112
|
+
$tbar-btn-weight: 400 !default;
|
|
111
113
|
$tbar-btn-bgr-minwidth: 50px !default;
|
|
112
|
-
$tbar-btn-bgr-height: inherit !default;
|
|
113
|
-
$tbar-btn-nrml-height: inherit !default;
|
|
114
114
|
$tbar-separator-nrml-height: 24px !default;
|
|
115
115
|
$tbar-separator-bgr-height: 30px !default;
|
|
116
116
|
$tbar-separator-nrml-minheight: $tbar-separator-nrml-height !default;
|
|
117
117
|
$tbar-separator-bgr-minheight: $tbar-separator-bgr-height !default;
|
|
118
118
|
$tbar-btn-icon-nrml-width: 20px !default;
|
|
119
119
|
$tbar-btn-icon-nrml-height: 25px !default;
|
|
120
|
-
$tbar-btn-icon-nrml-line-height: 25px !default;
|
|
121
|
-
$tbar-left-item-line-height: 35px !default;
|
|
122
120
|
$tbar-right-item-line-height: 24px !default;
|
|
123
121
|
$tbar-btn-icon-bgr-width: 25px !default;
|
|
124
|
-
$tbar-btn-icon-bgr-height: 34px !default;
|
|
125
|
-
$tbar-btn-icon-bgr-line-height: 35px !default;
|
|
126
|
-
$tbar-btn-txt-line-height: inherit !default;
|
|
127
122
|
$tbar-nav-nrml-width: 40px !default;
|
|
128
123
|
$tbar-nav-bgr-width: 50px !default;
|
|
129
124
|
$tbar-item-nrml-mrgn: 3px !default;
|
|
@@ -134,17 +129,12 @@ $tbar-multirow-items-mrgn-bigger: 12.5px !default;
|
|
|
134
129
|
$tbar-multirow-items-mrgn-small: 10px !default;
|
|
135
130
|
$tbar-multirow-item-top-btm-mrgn-bigger: 1.5px 0 !default;
|
|
136
131
|
$tbar-multirow-item-top-btm-mrgn-small: 1px 0 !default;
|
|
137
|
-
$tbar-multirow-item-mrgn: 0 !default;
|
|
138
132
|
|
|
139
133
|
$tbar-bgr-btn-text-font-size: 14px !default;
|
|
140
134
|
$tbar-bgr-btn-icon-font-size: 16px !default;
|
|
141
135
|
$tbar-bgr-btn-focus-padding: 0 !default;
|
|
142
|
-
$tbar-bgr-btn-line-height: 35px !default;
|
|
143
|
-
$tbar-bgr-item-margin: 1.5px 0 !default;
|
|
144
136
|
|
|
145
|
-
$tbar-nrml-btn-icon-padding-bottom: 0 !default;
|
|
146
137
|
$tbar-nrml-btn-border-radius: 0 !default;
|
|
147
|
-
$tbar-nrml-btn-line-height: 25px !default;
|
|
148
138
|
$tbar-nrml-btn-focus-padding: 0 !default;
|
|
149
139
|
$tbar-nrml-btn-focus-outline: none !default;
|
|
150
140
|
|
|
@@ -154,30 +144,22 @@ $tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
|
154
144
|
$tbar-btn-hover-border-size: $tbar-zero-value !default;
|
|
155
145
|
$tbar-btn-hover-active-icons-color: $neutral-light-font !default;
|
|
156
146
|
$tbar-btn-hover-active-text-color: $neutral-light-font !default;
|
|
157
|
-
$tbar-btn-text-color: $neutral-light-font !default;
|
|
158
147
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
159
148
|
$tbar-btn-active-bg: $tbar-press-bg !default;
|
|
160
|
-
$tbar-btn-active-border-size: $tbar-zero-value !default;
|
|
161
149
|
$tbar-btn-active-icons-color: $tbar-press-font !default;
|
|
162
150
|
$tbar-btn-active-text-color: $tbar-press-font !default;
|
|
151
|
+
$tbar-btn-text-color: $neutral-light-font !default;
|
|
163
152
|
$tbar-btn-pressed-text-color: $neutral-light-fontalt !default;
|
|
164
153
|
$tbar-btn-pressed-focus-box-shadow: none !default;
|
|
154
|
+
$tbar-btn-pressed-bg: $neutral-tertiary-alt !default;
|
|
155
|
+
$tbar-flat-btn-active-box-shadow: none !default;
|
|
165
156
|
|
|
166
|
-
$tbar-ext-btn-margin: 1px 0 !default;
|
|
167
157
|
$tbar-ext-btn-focus-padding: 0 !default;
|
|
168
158
|
$tbar-ext-btn-icon-padding: 0 !default;
|
|
169
159
|
$tbar-ext-btn-icon-font-size: 14px !default;
|
|
170
160
|
$tbar-ext-btn-focus-box-shadow: none !default;
|
|
171
161
|
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
172
|
-
$tbar-ext-btn-hover-border-size: $tbar-zero-value !default;
|
|
173
|
-
$tbar-ext-btn-icon-hover-active-font: $neutral-light-font !default;
|
|
174
|
-
$tbar-ext-btn-text-hover-active-font: $theme-light-font !default;
|
|
175
|
-
$tbar-ext-btn-icon-hover-font: $neutral-light-font !default;
|
|
176
|
-
$tbar-ext-btn-text-hover-font: $neutral-light-fontalt !default;
|
|
177
162
|
$tbar-ext-btn-border: none !default;
|
|
178
|
-
$tbar-ext-btn-active-border-size: 0 !default;
|
|
179
|
-
$tbar-ext-btn-icon-active-font: $neutral-light-font !default;
|
|
180
|
-
$tbar-ext-btn-text-active-font: $neutral-light-font !default;
|
|
181
163
|
|
|
182
164
|
$tbar-popup-icon-font-size: 14px !default;
|
|
183
165
|
$tbar-popup-text-btn-icon-padding: 0 !default;
|
|
@@ -186,7 +168,6 @@ $tbar-popup-btn-border: none !default;
|
|
|
186
168
|
$tbar-popup-btn-border-radius: 0 !default;
|
|
187
169
|
$tbar-popup-bgr-height: auto !default;
|
|
188
170
|
$tbar-popup-bgr-btn-icon-font-size: 16px !default;
|
|
189
|
-
$tbar-popup-bgr-btn-line-height: 35px !default;
|
|
190
171
|
$tbar-popup-bgr-btn-text-font-size: 14px !default;
|
|
191
172
|
$tbar-popup-nav-active-border-bottom-right-radius: 0 !default;
|
|
192
173
|
$tbar-popup-nav-active-bg: $tbar-default-bg !default;
|
|
@@ -206,19 +187,10 @@ $tbar-popup-nav-focus-border-size: 0 !default;
|
|
|
206
187
|
$tbar-popup-btn-bg: $tbar-default-bg !default;
|
|
207
188
|
$tbar-popup-btn-hover-bg: $tbar-hover-bg !default;
|
|
208
189
|
$tbar-popup-btn-hover-box-shadow: none !default;
|
|
209
|
-
$tbar-popup-btn-hover-color: $neutral-light-fontalt !default;
|
|
210
|
-
$tbar-popup-btn-hover-icons-color: $tbar-press-font !default;
|
|
211
|
-
$tbar-popup-btn-hover-text-color: $neutral-light-fontalt !default;
|
|
212
190
|
$tbar-popup-btn-active-bg: $tbar-press-bg !default;
|
|
213
191
|
$tbar-popup-btn-active-box-shadow: none !default;
|
|
214
|
-
$tbar-popup-btn-active-color: $tbar-press-font !default;
|
|
215
|
-
$tbar-popup-btn-active-icons-color: $tbar-press-font !default;
|
|
216
|
-
$tbar-popup-btn-active-text-color: $tbar-press-font !default;
|
|
217
192
|
$tbar-popup-btn-focus-bg: $tbar-hover-bg !default;
|
|
218
193
|
$tbar-popup-btn-focus-box-shadow: none !default;
|
|
219
|
-
$tbar-popup-btn-focus-color: $neutral-light-fontalt !default;
|
|
220
|
-
$tbar-popup-btn-focus-icons-color: $tbar-press-font !default;
|
|
221
|
-
$tbar-popup-btn-focus-text-color: $neutral-light-fontalt !default;
|
|
222
194
|
$tbar-popup-nav-pressed-icons-active-color: $tbar-active-font-color !default;
|
|
223
195
|
$tbar-popup-btn-focus-outline: none !default;
|
|
224
196
|
$tbar-popup-nav-pressed-border-color: $tbar-pressed-bg !default;
|
|
@@ -13,10 +13,7 @@ $tbar-separator-border-type: $border-type;
|
|
|
13
13
|
$tbar-pop-box-shadow: $shadow-md;
|
|
14
14
|
$tbar-hover-border-color: $icon-color;
|
|
15
15
|
$tbar-pressed-border: $tbar-hover-border-color;
|
|
16
|
-
$tbar-btn-bgr-line-height: 24px !default;
|
|
17
16
|
$tbar-zero-value: 0 !default;
|
|
18
|
-
$tbar-btn-nrml-line-height: 22px !default;
|
|
19
|
-
$tbar-btn-weight: $font-weight-normal !default;
|
|
20
17
|
$tbar-border-radius: 4px !default;
|
|
21
18
|
$tbar-tab-highlight-color: rgba(0, 0, 0, 0) !default;
|
|
22
19
|
$tbar-border-nav-type: solid !default;
|
|
@@ -24,21 +21,18 @@ $tbar-btn-box-shadow: none !default;
|
|
|
24
21
|
|
|
25
22
|
$tbar-default-bg: $content-bg-color-alt2 !default;
|
|
26
23
|
$tbar-items-default-bg: $transparent !default;
|
|
27
|
-
$tbar-default-font: $
|
|
24
|
+
$tbar-default-font: $icon-color !default;
|
|
28
25
|
$tbar-active-bg: $content-bg-color-alt4 !default;
|
|
29
26
|
$tbar-active-icon-color: $icon-color !default;
|
|
30
|
-
$tbar-btn-family: $font-family !default;
|
|
31
27
|
$tbar-press-bg: $content-bg-color-alt4 !default;
|
|
32
28
|
$tbar-btn-press-bg: $tbar-press-bg !default;
|
|
33
29
|
$tbar-press-border-color: $content-bg-color-alt4 !default;
|
|
34
30
|
$tbar-hover-bg: $content-bg-color-alt3 !default;
|
|
35
31
|
$tbar-hover-font: $content-text-color !default;
|
|
36
|
-
$tbar-hover-font-color: $tbar-hover-font !default;
|
|
37
32
|
$tbar-default-icon-color: $icon-color !default;
|
|
38
33
|
$tbar-pressed-bg: $content-bg-color-alt2 !default;
|
|
39
34
|
$tbar-pressed-font: $content-text-color !default;
|
|
40
35
|
$tbar-select-font: $content-text-color !default;
|
|
41
|
-
$tbar-default-font-overlay: $content-text-color !default;
|
|
42
36
|
$tbar-default-icon-overlay: $content-text-color !default;
|
|
43
37
|
$tbar-separator-border: $border-dark !default;
|
|
44
38
|
$tbar-default-border: $border-light !default;
|
|
@@ -47,7 +41,7 @@ $tbar-focus-border-color: $tbar-hover-border-color !default;
|
|
|
47
41
|
$tbar-focus-bg: $content-bg-color-alt4 !default;
|
|
48
42
|
$tbar-press-font: $content-text-color !default;
|
|
49
43
|
|
|
50
|
-
$tbar-
|
|
44
|
+
$tbar-default-font-overlay: $content-text-color !default;
|
|
51
45
|
$tbar-active-font-color: $tbar-press-font !default;
|
|
52
46
|
$tbar-border-nav-type: $border-light !default;
|
|
53
47
|
$tbar-border-nav-active-type: $border-light !default;
|
|
@@ -62,7 +56,7 @@ $tbar-popup-border-width: 0 0 0 $border-size !default;
|
|
|
62
56
|
$tbar-popup-rtl-border-width: 0 $border-size 0 0 !default;
|
|
63
57
|
$tbar-popup-vertical-border-width: $border-size 0 0 0 !default;
|
|
64
58
|
$tbar-popup-vertical-rtl-border-width: 0 0 $border-size 0 !default;
|
|
65
|
-
$tbar-nrml-size:
|
|
59
|
+
$tbar-nrml-size: 40px !default;
|
|
66
60
|
$tbar-bgr-size: 48px !default;
|
|
67
61
|
$tbar-nrml-items-size: 40px !default;
|
|
68
62
|
$tbar-bgr-items-size: 48px !default;
|
|
@@ -81,10 +75,16 @@ $tbar-btn-bgr-padding: 0 8px !default;
|
|
|
81
75
|
$tbar-btn-bgr-focus-padding: 0 8px !default;
|
|
82
76
|
$tbar-btn-icn-nrml-padding: 4px !default;
|
|
83
77
|
$tbar-btn-icn-bgr-padding: 4px 6px !default;
|
|
78
|
+
$tbar-rtl-btn-icn-nrml-padding: 4px !default;
|
|
79
|
+
$tbar-rtl-btn-icn-bgr-padding: 4px 6px !default;
|
|
84
80
|
$tbar-btn-icn-right-bgr-padding: 4px 6px !default;
|
|
85
81
|
$tbar-btn-icn-right-nrml-padding: 4px !default;
|
|
82
|
+
$tbar-rtl-btn-icn-right-nrml-padding: 4px !default;
|
|
83
|
+
$tbar-rtl-btn-icn-right-bgr-padding: 4px 6px !default;
|
|
86
84
|
$btn-txt-nrml-padding: 4px !default;
|
|
87
85
|
$btn-txt-bgr-padding: 4px !default;
|
|
86
|
+
$btn-rtl-txt-nrml-padding: 4px !default;
|
|
87
|
+
$btn-rtl-txt-bgr-padding: 4px !default;
|
|
88
88
|
|
|
89
89
|
$tbar-pop-bg: $flyout-bg-color;
|
|
90
90
|
$tbar-item-pop-nrml-padding: 0 !default;
|
|
@@ -102,30 +102,25 @@ $tbar-nav-focus-border: 0 !default;
|
|
|
102
102
|
$tbar-nav-pressed-box-shadow: none !default;
|
|
103
103
|
$tbar-btn-border-radius: 0 !default;
|
|
104
104
|
$tbar-btn-pressed-box-shadow: none !default;
|
|
105
|
-
$tbar-btn-bgr-mrgn: 0 !default;
|
|
106
105
|
$tbar-btn-nrml-mrgn: 0 !default;
|
|
107
|
-
$tbar-v-btn-bgr-mrgn: 0 !default;
|
|
108
|
-
$tbar-v-btn-nrml-mrgn: 0 !default;
|
|
109
106
|
$tbar-popup-padding: 0 !default;
|
|
110
107
|
$tbar-btn-nrml-minheight: 40px !default;
|
|
108
|
+
$tbar-btn-nrml-line-height: 22px !default;
|
|
109
|
+
$tbar-btn-icon-nrml-line-height: 14px !default;
|
|
111
110
|
$tbar-btn-bgr-minheight: 48px !default;
|
|
111
|
+
$tbar-btn-bgr-line-height: 24px !default;
|
|
112
|
+
$tbar-btn-icon-bgr-line-height: 14px !default;
|
|
112
113
|
$tbar-btn-nrml-minwidth: 40px !default;
|
|
114
|
+
$tbar-btn-weight: $font-weight-normal !default;
|
|
113
115
|
$tbar-btn-bgr-minwidth: 48px !default;
|
|
114
|
-
$tbar-btn-bgr-height: calc(100% - 11px) !default;
|
|
115
|
-
$tbar-btn-nrml-height: calc(100% - 10px) !default;
|
|
116
116
|
$tbar-separator-nrml-height: 24px !default;
|
|
117
117
|
$tbar-separator-bgr-height: 30px !default;
|
|
118
118
|
$tbar-separator-nrml-minheight: $tbar-separator-nrml-height !default;
|
|
119
119
|
$tbar-separator-bgr-minheight: $tbar-separator-bgr-height !default;
|
|
120
120
|
$tbar-btn-icon-nrml-width: 12px !default;
|
|
121
121
|
$tbar-btn-icon-nrml-height: 16px !default;
|
|
122
|
-
$tbar-btn-icon-nrml-line-height: 13px !default;
|
|
123
|
-
$tbar-left-item-line-height: 35px !default;
|
|
124
122
|
$tbar-right-item-line-height: 24px !default;
|
|
125
123
|
$tbar-btn-icon-bgr-width: 13px !default;
|
|
126
|
-
$tbar-btn-icon-bgr-height: 18px !default;
|
|
127
|
-
$tbar-btn-icon-bgr-line-height: 15px !default;
|
|
128
|
-
$tbar-btn-txt-line-height: inherit !default;
|
|
129
124
|
$tbar-nav-nrml-width: 28px !default;
|
|
130
125
|
$tbar-nav-bgr-width: 36px !default;
|
|
131
126
|
$tbar-item-nrml-mrgn: 8px !default;
|
|
@@ -136,17 +131,12 @@ $tbar-multirow-items-mrgn-bigger: 12.5px !default;
|
|
|
136
131
|
$tbar-multirow-items-mrgn-small: 10px !default;
|
|
137
132
|
$tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
|
|
138
133
|
$tbar-multirow-item-top-btm-mrgn-small: 0 !default;
|
|
139
|
-
$tbar-multirow-item-mrgn: 0 !default;
|
|
140
134
|
|
|
141
|
-
$tbar-bgr-btn-text-font-size:
|
|
142
|
-
$tbar-bgr-btn-icon-font-size:
|
|
135
|
+
$tbar-bgr-btn-text-font-size: $text-sm !default;
|
|
136
|
+
$tbar-bgr-btn-icon-font-size: $text-lg !default;
|
|
143
137
|
$tbar-bgr-btn-focus-padding: 0 8px !default;
|
|
144
|
-
$tbar-bgr-btn-line-height: 24px !default;
|
|
145
|
-
$tbar-bgr-item-margin: 0 !default;
|
|
146
138
|
|
|
147
|
-
$tbar-nrml-btn-icon-padding-bottom: 0 !default;
|
|
148
139
|
$tbar-nrml-btn-border-radius: 2px !default;
|
|
149
|
-
$tbar-nrml-btn-line-height: 22px !default;
|
|
150
140
|
$tbar-nrml-btn-focus-padding: 0 4px !default;
|
|
151
141
|
$tbar-nrml-btn-focus-outline: none !default;
|
|
152
142
|
|
|
@@ -156,30 +146,22 @@ $tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
|
156
146
|
$tbar-btn-hover-border-size: $tbar-zero-value !default;
|
|
157
147
|
$tbar-btn-hover-active-icons-color: $icon-color !default;
|
|
158
148
|
$tbar-btn-hover-active-text-color: $content-text-color !default;
|
|
159
|
-
$tbar-btn-text-color: $content-text-color !default;
|
|
160
149
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
161
150
|
$tbar-btn-active-bg: $tbar-press-bg !default;
|
|
162
|
-
$tbar-btn-active-border-size: $tbar-zero-value !default;
|
|
163
151
|
$tbar-btn-active-icons-color: $icon-color !default;
|
|
164
152
|
$tbar-btn-active-text-color: $tbar-hover-font !default;
|
|
153
|
+
$tbar-btn-text-color: $content-text-color !default;
|
|
165
154
|
$tbar-btn-pressed-text-color: $secondary-text-color-pressed !default;
|
|
166
155
|
$tbar-btn-pressed-focus-box-shadow: none !default;
|
|
156
|
+
$tbar-btn-pressed-bg: $secondary-bg-color-pressed !default;
|
|
157
|
+
$tbar-flat-btn-active-box-shadow: none !default;
|
|
167
158
|
|
|
168
|
-
$tbar-ext-btn-margin: 0 !default;
|
|
169
159
|
$tbar-ext-btn-focus-padding: 0 4px !default;
|
|
170
160
|
$tbar-ext-btn-icon-padding: 0 !default;
|
|
171
|
-
$tbar-ext-btn-icon-font-size:
|
|
161
|
+
$tbar-ext-btn-icon-font-size: $text-sm !default;
|
|
172
162
|
$tbar-ext-btn-focus-box-shadow: none !default;
|
|
173
163
|
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
174
|
-
$tbar-ext-btn-hover-border-size: $tbar-zero-value !default;
|
|
175
|
-
$tbar-ext-btn-icon-hover-active-font: $icon-color !default;
|
|
176
|
-
$tbar-ext-btn-text-hover-active-font: $content-text-color !default;
|
|
177
|
-
$tbar-ext-btn-icon-hover-font: $icon-color !default;
|
|
178
|
-
$tbar-ext-btn-text-hover-font: $content-text-color !default;
|
|
179
164
|
$tbar-ext-btn-border: none !default;
|
|
180
|
-
$tbar-ext-btn-active-border-size: 0 !default;
|
|
181
|
-
$tbar-ext-btn-icon-active-font: $icon-color !default;
|
|
182
|
-
$tbar-ext-btn-text-active-font: $content-text-color !default;
|
|
183
165
|
|
|
184
166
|
$tbar-popup-icon-font-size: 12px !default;
|
|
185
167
|
$tbar-popup-text-btn-icon-padding: 0 !default;
|
|
@@ -187,9 +169,8 @@ $tbar-popup-bgr-text-btn-icon-padding: 0 !default;
|
|
|
187
169
|
$tbar-popup-btn-border: none !default;
|
|
188
170
|
$tbar-popup-btn-border-radius: 2px !default;
|
|
189
171
|
$tbar-popup-bgr-height: auto !default;
|
|
190
|
-
$tbar-popup-bgr-btn-icon-font-size:
|
|
191
|
-
$tbar-popup-bgr-btn-
|
|
192
|
-
$tbar-popup-bgr-btn-text-font-size: 14px !default;
|
|
172
|
+
$tbar-popup-bgr-btn-icon-font-size: $text-lg !default;
|
|
173
|
+
$tbar-popup-bgr-btn-text-font-size: $text-sm !default;
|
|
193
174
|
$tbar-popup-nav-active-border-bottom-right-radius: 0 !default;
|
|
194
175
|
$tbar-popup-nav-active-bg: $tbar-default-bg !default;
|
|
195
176
|
$tbar-popup-nav-active-icons-color: $tbar-default-icon-color !default;
|
|
@@ -208,19 +189,10 @@ $tbar-popup-nav-focus-border-size: 0 !default;
|
|
|
208
189
|
$tbar-popup-btn-bg: $transparent !default;
|
|
209
190
|
$tbar-popup-btn-hover-bg: $tbar-hover-bg !default;
|
|
210
191
|
$tbar-popup-btn-hover-box-shadow: none !default;
|
|
211
|
-
$tbar-popup-btn-hover-color: $tbar-hover-font !default;
|
|
212
|
-
$tbar-popup-btn-hover-icons-color: $icon-color !default;
|
|
213
|
-
$tbar-popup-btn-hover-text-color: $tbar-hover-font !default;
|
|
214
192
|
$tbar-popup-btn-active-bg: $tbar-press-bg !default;
|
|
215
193
|
$tbar-popup-btn-active-box-shadow: none !default;
|
|
216
|
-
$tbar-popup-btn-active-color: $tbar-hover-font !default;
|
|
217
|
-
$tbar-popup-btn-active-icons-color: $icon-color !default;
|
|
218
|
-
$tbar-popup-btn-active-text-color: $tbar-hover-font !default;
|
|
219
194
|
$tbar-popup-btn-focus-bg: $tbar-press-bg !default;
|
|
220
195
|
$tbar-popup-btn-focus-box-shadow: none !default;
|
|
221
|
-
$tbar-popup-btn-focus-color: $tbar-hover-font !default;
|
|
222
|
-
$tbar-popup-btn-focus-icons-color: $icon-color !default;
|
|
223
|
-
$tbar-popup-btn-focus-text-color: $tbar-hover-font !default;
|
|
224
196
|
$tbar-popup-nav-pressed-icons-active-color: $tbar-active-font-color !default;
|
|
225
197
|
$tbar-popup-btn-focus-outline: none !default;
|
|
226
198
|
$tbar-popup-nav-pressed-border-color: $tbar-pressed-bg !default;
|