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