@progress/kendo-theme-bootstrap 6.5.0-dev.2 → 6.5.1-dev.0
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/dist/all.css +17 -51
- package/dist/all.scss +48 -234
- package/dist/meta/sassdoc-data.json +13501 -16801
- package/dist/meta/sassdoc-raw-data.json +144 -1669
- package/dist/meta/variables.json +55 -127
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/_bootstrap-overrides.scss +2 -2
- package/scss/_variables.scss +2 -1
- package/scss/breadcrumb/_variables.scss +6 -179
- package/scss/core/_index.scss +0 -1
package/dist/all.css
CHANGED
|
@@ -36829,20 +36829,20 @@ select.k-picker-lg {
|
|
|
36829
36829
|
.k-input-solid {
|
|
36830
36830
|
border-color: #ced4da;
|
|
36831
36831
|
color: #212529;
|
|
36832
|
-
background-color: #
|
|
36832
|
+
background-color: #ffffff;
|
|
36833
36833
|
}
|
|
36834
36834
|
|
|
36835
36835
|
.k-input-solid:focus, .k-input-solid.k-focus {
|
|
36836
36836
|
border-color: #86b7fe;
|
|
36837
36837
|
color: #212529;
|
|
36838
|
-
background-color: #
|
|
36838
|
+
background-color: #ffffff;
|
|
36839
36839
|
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
36840
36840
|
}
|
|
36841
36841
|
|
|
36842
36842
|
.k-input-solid:focus-within {
|
|
36843
36843
|
border-color: #86b7fe;
|
|
36844
36844
|
color: #212529;
|
|
36845
|
-
background-color: #
|
|
36845
|
+
background-color: #ffffff;
|
|
36846
36846
|
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
36847
36847
|
}
|
|
36848
36848
|
|
|
@@ -43650,6 +43650,8 @@ kendo-card-footer {
|
|
|
43650
43650
|
box-sizing: border-box;
|
|
43651
43651
|
outline: 0;
|
|
43652
43652
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
43653
|
+
font-size: 1rem;
|
|
43654
|
+
line-height: 1.5;
|
|
43653
43655
|
display: flex;
|
|
43654
43656
|
flex-direction: row;
|
|
43655
43657
|
-webkit-touch-callout: none;
|
|
@@ -43693,6 +43695,8 @@ kendo-card-footer {
|
|
|
43693
43695
|
.k-breadcrumb-link,
|
|
43694
43696
|
.k-breadcrumb-root-link {
|
|
43695
43697
|
border-radius: 0.375rem;
|
|
43698
|
+
padding-block: 0.5rem;
|
|
43699
|
+
padding-inline: 0.75rem;
|
|
43696
43700
|
color: inherit;
|
|
43697
43701
|
text-decoration: none;
|
|
43698
43702
|
white-space: nowrap;
|
|
@@ -43706,12 +43710,21 @@ kendo-card-footer {
|
|
|
43706
43710
|
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
|
|
43707
43711
|
}
|
|
43708
43712
|
|
|
43713
|
+
.k-breadcrumb-root-link {
|
|
43714
|
+
margin-inline-end: 0.75rem;
|
|
43715
|
+
}
|
|
43716
|
+
|
|
43709
43717
|
.k-breadcrumb-link > .k-image,
|
|
43710
43718
|
.k-breadcrumb-icontext-link .k-icon,
|
|
43711
43719
|
.k-breadcrumb-icontext-link .k-svg-icon {
|
|
43712
43720
|
margin-inline-end: 0.5rem;
|
|
43713
43721
|
}
|
|
43714
43722
|
|
|
43723
|
+
.k-breadcrumb-icon-link {
|
|
43724
|
+
padding-block: 0.75rem;
|
|
43725
|
+
padding-inline: 0.75rem;
|
|
43726
|
+
}
|
|
43727
|
+
|
|
43715
43728
|
.k-breadcrumb-delimiter,
|
|
43716
43729
|
.k-breadcrumb-delimiter-icon {
|
|
43717
43730
|
color: inherit;
|
|
@@ -43726,54 +43739,6 @@ kendo-card-footer {
|
|
|
43726
43739
|
border-color: transparent;
|
|
43727
43740
|
}
|
|
43728
43741
|
|
|
43729
|
-
.k-breadcrumb-sm {
|
|
43730
|
-
font-size: 0.875rem;
|
|
43731
|
-
line-height: 1.4285714286;
|
|
43732
|
-
}
|
|
43733
|
-
|
|
43734
|
-
.k-breadcrumb-sm .k-breadcrumb-link,
|
|
43735
|
-
.k-breadcrumb-sm .k-breadcrumb-root-link {
|
|
43736
|
-
padding-block: 0.375rem;
|
|
43737
|
-
padding-inline: 0.75rem;
|
|
43738
|
-
}
|
|
43739
|
-
|
|
43740
|
-
.k-breadcrumb-sm .k-breadcrumb-icon-link {
|
|
43741
|
-
padding-block: 0.5rem;
|
|
43742
|
-
padding-inline: 0.5rem;
|
|
43743
|
-
}
|
|
43744
|
-
|
|
43745
|
-
.k-breadcrumb-md {
|
|
43746
|
-
font-size: 1rem;
|
|
43747
|
-
line-height: 1.5;
|
|
43748
|
-
}
|
|
43749
|
-
|
|
43750
|
-
.k-breadcrumb-md .k-breadcrumb-link,
|
|
43751
|
-
.k-breadcrumb-md .k-breadcrumb-root-link {
|
|
43752
|
-
padding-block: 0.5rem;
|
|
43753
|
-
padding-inline: 0.75rem;
|
|
43754
|
-
}
|
|
43755
|
-
|
|
43756
|
-
.k-breadcrumb-md .k-breadcrumb-icon-link {
|
|
43757
|
-
padding-block: 0.75rem;
|
|
43758
|
-
padding-inline: 0.75rem;
|
|
43759
|
-
}
|
|
43760
|
-
|
|
43761
|
-
.k-breadcrumb-lg {
|
|
43762
|
-
font-size: 1rem;
|
|
43763
|
-
line-height: 1.5;
|
|
43764
|
-
}
|
|
43765
|
-
|
|
43766
|
-
.k-breadcrumb-lg .k-breadcrumb-link,
|
|
43767
|
-
.k-breadcrumb-lg .k-breadcrumb-root-link {
|
|
43768
|
-
padding-block: 0.625rem;
|
|
43769
|
-
padding-inline: 0.75rem;
|
|
43770
|
-
}
|
|
43771
|
-
|
|
43772
|
-
.k-breadcrumb-lg .k-breadcrumb-icon-link {
|
|
43773
|
-
padding-block: 0.875rem;
|
|
43774
|
-
padding-inline: 0.875rem;
|
|
43775
|
-
}
|
|
43776
|
-
|
|
43777
43742
|
.k-breadcrumb-link,
|
|
43778
43743
|
.k-breadcrumb-root-link {
|
|
43779
43744
|
text-decoration: underline;
|
|
@@ -49952,6 +49917,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
49952
49917
|
.k-treelist-toggle {
|
|
49953
49918
|
margin-block: -0.25rem;
|
|
49954
49919
|
padding: 0.25rem;
|
|
49920
|
+
box-sizing: content-box;
|
|
49955
49921
|
cursor: pointer;
|
|
49956
49922
|
}
|
|
49957
49923
|
|
package/dist/all.scss
CHANGED
|
@@ -1729,6 +1729,31 @@ $svg-escaped-characters: (
|
|
|
1729
1729
|
|
|
1730
1730
|
// #endregion
|
|
1731
1731
|
|
|
1732
|
+
// #endregion
|
|
1733
|
+
// #region @import "./_bootstrap-overrides.scss"; -> scss/_bootstrap-overrides.scss
|
|
1734
|
+
$kendo-is-dark-theme: false !default;
|
|
1735
|
+
|
|
1736
|
+
$gray-100: #f8f9fa !default;
|
|
1737
|
+
$gray-200: #e9ecef !default;
|
|
1738
|
+
$gray-300: #dee2e6 !default;
|
|
1739
|
+
$gray-400: #ced4da !default;
|
|
1740
|
+
$gray-500: #adb5bd !default;
|
|
1741
|
+
$gray-600: #6c757d !default;
|
|
1742
|
+
$gray-700: #495057 !default;
|
|
1743
|
+
$gray-800: #343a40 !default;
|
|
1744
|
+
$gray-900: #212529 !default;
|
|
1745
|
+
|
|
1746
|
+
$kendo-body-bg: #ffffff !default;
|
|
1747
|
+
|
|
1748
|
+
$kendo-component-bg: $kendo-body-bg !default;
|
|
1749
|
+
$kendo-component-text: k-contrast-color( $kendo-component-bg, $gray-900, $gray-100 ) !default;
|
|
1750
|
+
$kendo-component-border: if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 ) !default;
|
|
1751
|
+
|
|
1752
|
+
$input-bg: $kendo-component-bg !default;
|
|
1753
|
+
$input-color: k-contrast-color( $input-bg, $gray-900, $gray-300 ) !default;
|
|
1754
|
+
$input-border-color: if( k-is-light( $input-bg ), $gray-400, $gray-600 ) !default;
|
|
1755
|
+
$input-placeholder-color: k-contrast-color( $input-bg, $gray-600, $gray-400 ) !default;
|
|
1756
|
+
|
|
1732
1757
|
// #endregion
|
|
1733
1758
|
// #region @import "bootstrap/scss/_functions.scss"; -> node_modules/bootstrap/scss/_functions.scss
|
|
1734
1759
|
// Bootstrap functions
|
|
@@ -4041,30 +4066,6 @@ $kendo-invalid-shadow: 0 0 0 .25rem rgba( $kendo-invalid-border, .25 ) !default;
|
|
|
4041
4066
|
// Loading
|
|
4042
4067
|
$kendo-loading-opacity: .3 !default;
|
|
4043
4068
|
$kendo-zindex-loading: 100 !default;
|
|
4044
|
-
// #endregion
|
|
4045
|
-
// #region @import "../_bootstrap-overrides.scss"; -> scss/_bootstrap-overrides.scss
|
|
4046
|
-
$kendo-is-dark-theme: false !default;
|
|
4047
|
-
|
|
4048
|
-
$gray-100: #f8f9fa !default;
|
|
4049
|
-
$gray-200: #e9ecef !default;
|
|
4050
|
-
$gray-300: #dee2e6 !default;
|
|
4051
|
-
$gray-400: #ced4da !default;
|
|
4052
|
-
$gray-500: #adb5bd !default;
|
|
4053
|
-
$gray-600: #6c757d !default;
|
|
4054
|
-
$gray-700: #495057 !default;
|
|
4055
|
-
$gray-800: #343a40 !default;
|
|
4056
|
-
$gray-900: #212529 !default;
|
|
4057
|
-
|
|
4058
|
-
$kendo-body-bg: $kendo-color-white !default;
|
|
4059
|
-
|
|
4060
|
-
$kendo-component-bg: $kendo-body-bg !default;
|
|
4061
|
-
$kendo-component-text: k-contrast-color( $kendo-component-bg, $gray-900, $gray-100 ) !default;
|
|
4062
|
-
$kendo-component-border: if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 ) !default;
|
|
4063
|
-
|
|
4064
|
-
$input-bg: $kendo-component-bg !default;
|
|
4065
|
-
$input-color: k-contrast-color( $input-bg, $gray-700, $gray-300 ) !default;
|
|
4066
|
-
$input-border-color: if( k-is-light( $input-bg ), $gray-400, $gray-600 ) !default;
|
|
4067
|
-
$input-placeholder-color: k-contrast-color( $input-bg, $gray-600, $gray-400 ) !default;
|
|
4068
4069
|
|
|
4069
4070
|
// #endregion
|
|
4070
4071
|
|
|
@@ -41961,236 +41962,63 @@ $_kendo-module-meta: (
|
|
|
41961
41962
|
// #region @import "./_variables.scss"; -> scss/breadcrumb/_variables.scss
|
|
41962
41963
|
// Breadcrumb
|
|
41963
41964
|
|
|
41964
|
-
/// The width of the border around the Breadcrumb.
|
|
41965
|
-
/// @group breadcrumb
|
|
41966
|
-
$kendo-breadcrumb-border-width: 0px !default;
|
|
41967
|
-
|
|
41968
|
-
/// The horizontal margin of the Breadcrumb.
|
|
41969
|
-
/// @group breadcrumb
|
|
41970
41965
|
$kendo-breadcrumb-margin-x: null !default;
|
|
41971
|
-
/// The vertical margin of the Breadcrumb.
|
|
41972
|
-
/// @group breadcrumb
|
|
41973
41966
|
$kendo-breadcrumb-margin-y: null !default;
|
|
41974
|
-
|
|
41975
|
-
/// The horizontal padding of the Breadcrumb.
|
|
41976
|
-
/// @group breadcrumb
|
|
41977
41967
|
$kendo-breadcrumb-padding-x: null !default;
|
|
41978
|
-
/// The vertical padding of the Breadcrumb.
|
|
41979
|
-
/// @group breadcrumb
|
|
41980
41968
|
$kendo-breadcrumb-padding-y: null !default;
|
|
41969
|
+
$kendo-breadcrumb-border-width: 0px !default;
|
|
41981
41970
|
|
|
41982
|
-
/// The font family of the Breadcrumb.
|
|
41983
|
-
/// @group breadcrumb
|
|
41984
41971
|
$kendo-breadcrumb-font-family: $kendo-font-family !default;
|
|
41985
|
-
|
|
41986
|
-
/// The font size of the Breadcrumb.
|
|
41987
|
-
/// @group breadcrumb
|
|
41988
41972
|
$kendo-breadcrumb-font-size: $kendo-font-size-md !default;
|
|
41989
|
-
/// The font size of the small Breadcrumb.
|
|
41990
|
-
/// @group breadcrumb
|
|
41991
|
-
$kendo-breadcrumb-sm-font-size: $kendo-font-size-sm !default;
|
|
41992
|
-
/// The font size of the medium Breadcrumb.
|
|
41993
|
-
/// @group breadcrumb
|
|
41994
|
-
$kendo-breadcrumb-md-font-size: $kendo-breadcrumb-font-size !default;
|
|
41995
|
-
/// The font size of the large Breadcrumb.
|
|
41996
|
-
/// @group breadcrumb
|
|
41997
|
-
$kendo-breadcrumb-lg-font-size: $kendo-font-size-md !default;
|
|
41998
|
-
|
|
41999
|
-
/// The line-height of the Breadcrumb.
|
|
42000
|
-
/// @group breadcrumb
|
|
42001
41973
|
$kendo-breadcrumb-line-height: $kendo-line-height-md !default;
|
|
42002
|
-
|
|
42003
|
-
/// @group breadcrumb
|
|
42004
|
-
$kendo-breadcrumb-sm-line-height: k-math-div( 20, 14 ) !default;
|
|
42005
|
-
/// The line-height of the medium Breadcrumb.
|
|
42006
|
-
/// @group breadcrumb
|
|
42007
|
-
$kendo-breadcrumb-md-line-height: $kendo-breadcrumb-line-height !default;
|
|
42008
|
-
/// The line-height of the height Breadcrumb.
|
|
42009
|
-
/// @group breadcrumb
|
|
42010
|
-
$kendo-breadcrumb-lg-line-height: $kendo-line-height-md !default;
|
|
42011
|
-
|
|
42012
|
-
/// The base background of the Breadcrumb.
|
|
42013
|
-
/// @group breadcrumb
|
|
41974
|
+
|
|
42014
41975
|
$kendo-breadcrumb-bg: $kendo-component-bg !default;
|
|
42015
|
-
/// The base text color of the Breadcrumb.
|
|
42016
|
-
/// @group breadcrumb
|
|
42017
41976
|
$kendo-breadcrumb-text: $kendo-component-text !default;
|
|
42018
|
-
/// The base border color of the Breadcrumb.
|
|
42019
|
-
/// @group breadcrumb
|
|
42020
41977
|
$kendo-breadcrumb-border: $kendo-component-border !default;
|
|
42021
41978
|
|
|
42022
|
-
/// The box shadow of the focused Breadcrumb.
|
|
42023
|
-
/// @group breadcrumb
|
|
42024
|
-
$kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
|
|
42025
|
-
|
|
42026
|
-
/// The horizontal padding of the Breadcrumb link.
|
|
42027
|
-
/// @group breadcrumb
|
|
42028
41979
|
$kendo-breadcrumb-link-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
|
|
42029
|
-
/// The horizontal padding of the small Breadcrumb link.
|
|
42030
|
-
/// @group breadcrumb
|
|
42031
|
-
$kendo-breadcrumb-sm-link-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
|
|
42032
|
-
/// The horizontal padding of the medium Breadcrumb link.
|
|
42033
|
-
/// @group breadcrumb
|
|
42034
|
-
$kendo-breadcrumb-md-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
|
|
42035
|
-
/// The horizontal padding of the large Breadcrumb link.
|
|
42036
|
-
/// @group breadcrumb
|
|
42037
|
-
$kendo-breadcrumb-lg-link-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
|
|
42038
|
-
|
|
42039
|
-
/// The vertical padding of the Breadcrumb link.
|
|
42040
|
-
/// @group breadcrumb
|
|
42041
41980
|
$kendo-breadcrumb-link-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
42042
|
-
/// The vertical padding of the small Breadcrumb link.
|
|
42043
|
-
/// @group breadcrumb
|
|
42044
|
-
$kendo-breadcrumb-sm-link-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
42045
|
-
/// The vertical padding of the medium Breadcrumb link.
|
|
42046
|
-
/// @group breadcrumb
|
|
42047
|
-
$kendo-breadcrumb-md-link-padding-y: $kendo-breadcrumb-link-padding-y !default;
|
|
42048
|
-
/// The vertical padding of the large Breadcrumb link.
|
|
42049
|
-
/// @group breadcrumb
|
|
42050
|
-
$kendo-breadcrumb-lg-link-padding-y: k-map-get( $kendo-spacing, 2.5 ) !default;
|
|
42051
|
-
|
|
42052
|
-
/// The border-radius of the Breadcrumb link.
|
|
42053
|
-
/// @group breadcrumb
|
|
42054
41981
|
$kendo-breadcrumb-link-border-radius: $kendo-border-radius-md !default;
|
|
42055
41982
|
|
|
42056
|
-
|
|
42057
|
-
|
|
42058
|
-
|
|
42059
|
-
|
|
42060
|
-
/// @group breadcrumb
|
|
42061
|
-
$kendo-breadcrumb-sm-icon-link-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
42062
|
-
/// The vertical padding of the medium Breadcrumb link icon.
|
|
42063
|
-
/// @group breadcrumb
|
|
42064
|
-
$kendo-breadcrumb-md-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-y !default;
|
|
42065
|
-
/// The vertical padding of the large Breadcrumb link icon.
|
|
42066
|
-
/// @group breadcrumb
|
|
42067
|
-
$kendo-breadcrumb-lg-icon-link-padding-y: k-map-get( $kendo-spacing, 3.5 ) !default;
|
|
42068
|
-
|
|
42069
|
-
/// The horizontal padding of the Breadcrumb link icon.
|
|
42070
|
-
/// @group breadcrumb
|
|
42071
|
-
$kendo-breadcrumb-icon-link-padding-x: $kendo-breadcrumb-icon-link-padding-y !default;
|
|
42072
|
-
/// The horizontal padding of the small Breadcrumb link icon.
|
|
42073
|
-
/// @group breadcrumb
|
|
42074
|
-
$kendo-breadcrumb-sm-icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-y !default;
|
|
42075
|
-
/// The horizontal padding of the medium Breadcrumb link icon.
|
|
42076
|
-
/// @group breadcrumb
|
|
42077
|
-
$kendo-breadcrumb-md-icon-link-padding-x: $kendo-breadcrumb-icon-link-padding-x !default;
|
|
42078
|
-
/// The horizontal padding of the large Breadcrumb link icon.
|
|
42079
|
-
/// @group breadcrumb
|
|
42080
|
-
$kendo-breadcrumb-lg-icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-y !default;
|
|
42081
|
-
|
|
42082
|
-
/// The text color of the Breadcrumb link.
|
|
42083
|
-
/// @group breadcrumb
|
|
42084
|
-
$kendo-breadcrumb-link-initial-text: inherit !default;
|
|
42085
|
-
/// The spacing of the Breadcrumb link icon.
|
|
42086
|
-
/// @group breadcrumb
|
|
41983
|
+
$kendo-breadcrumb-icon-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
|
|
41984
|
+
$kendo-breadcrumb-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-x !default;
|
|
41985
|
+
|
|
41986
|
+
$kendo-breadcrumb-root-link-spacing: $kendo-breadcrumb-link-padding-x !default;
|
|
42087
41987
|
$kendo-breadcrumb-link-icon-spacing: $kendo-icon-spacing !default;
|
|
42088
41988
|
|
|
42089
|
-
|
|
42090
|
-
|
|
41989
|
+
$kendo-breadcrumb-link-initial-text: inherit !default;
|
|
41990
|
+
|
|
42091
41991
|
$kendo-breadcrumb-link-bg: null !default;
|
|
42092
|
-
/// The text color of the Breadcrumb link.
|
|
42093
|
-
/// @group breadcrumb
|
|
42094
41992
|
$kendo-breadcrumb-link-text: $kendo-link-text !default;
|
|
42095
|
-
/// The border color of the Breadcrumb link.
|
|
42096
|
-
/// @group breadcrumb
|
|
42097
41993
|
$kendo-breadcrumb-link-border: null !default;
|
|
42098
41994
|
|
|
42099
|
-
/// The background color of the hovered Breadcrumb link.
|
|
42100
|
-
/// @group breadcrumb
|
|
42101
41995
|
$kendo-breadcrumb-link-hover-bg: null !default;
|
|
42102
|
-
/// The text color of the hovered Breadcrumb link.
|
|
42103
|
-
/// @group breadcrumb
|
|
42104
41996
|
$kendo-breadcrumb-link-hover-text: $kendo-link-hover-text !default;
|
|
42105
|
-
/// The border color of the hovered Breadcrumb link.
|
|
42106
|
-
/// @group breadcrumb
|
|
42107
41997
|
$kendo-breadcrumb-link-hover-border: null !default;
|
|
42108
41998
|
|
|
42109
|
-
/// The background color of the focused Breadcrumb link.
|
|
42110
|
-
/// @group breadcrumb
|
|
42111
41999
|
$kendo-breadcrumb-link-focus-bg: null !default;
|
|
42112
|
-
/// The text color of the focused Breadcrumb link.
|
|
42113
|
-
/// @group breadcrumb
|
|
42114
42000
|
$kendo-breadcrumb-link-focus-text: null !default;
|
|
42115
|
-
/// The border color of the focused Breadcrumb link.
|
|
42116
|
-
/// @group breadcrumb
|
|
42117
42001
|
$kendo-breadcrumb-link-focus-border: null !default;
|
|
42118
|
-
/// The box shadow of the focused Breadcrumb link.
|
|
42119
|
-
/// @group breadcrumb
|
|
42120
42002
|
$kendo-breadcrumb-link-focus-shadow: inset 0 0 0 3px rgba( $kendo-breadcrumb-text, .25 ) !default;
|
|
42121
42003
|
|
|
42122
|
-
/// The background color of the Breadcrumb root link.
|
|
42123
|
-
/// @group breadcrumb
|
|
42124
42004
|
$kendo-breadcrumb-root-link-bg: null !default;
|
|
42125
|
-
/// The text color of the Breadcrumb root link.
|
|
42126
|
-
/// @group breadcrumb
|
|
42127
42005
|
$kendo-breadcrumb-root-link-text: $kendo-link-text !default;
|
|
42128
|
-
/// The border color of the Breadcrumb root link.
|
|
42129
|
-
/// @group breadcrumb
|
|
42130
42006
|
$kendo-breadcrumb-root-link-border: null !default;
|
|
42131
42007
|
|
|
42132
|
-
/// The background color of the hovered Breadcrumb root link.
|
|
42133
|
-
/// @group breadcrumb
|
|
42134
42008
|
$kendo-breadcrumb-root-link-hover-bg: null !default;
|
|
42135
|
-
/// The text color of the hovered Breadcrumb root link.
|
|
42136
|
-
/// @group breadcrumb
|
|
42137
42009
|
$kendo-breadcrumb-root-link-hover-text: $kendo-link-hover-text !default;
|
|
42138
|
-
/// The border color of the hovered Breadcrumb root link.
|
|
42139
|
-
/// @group breadcrumb
|
|
42140
42010
|
$kendo-breadcrumb-root-link-hover-border: null !default;
|
|
42141
42011
|
|
|
42142
|
-
/// The background color of the focused Breadcrumb root link.
|
|
42143
|
-
/// @group breadcrumb
|
|
42144
42012
|
$kendo-breadcrumb-root-link-focus-bg: null !default;
|
|
42145
|
-
/// The text color of the focused Breadcrumb root link.
|
|
42146
|
-
/// @group breadcrumb
|
|
42147
42013
|
$kendo-breadcrumb-root-link-focus-text: null !default;
|
|
42148
|
-
/// The border color of the focused Breadcrumb root link.
|
|
42149
|
-
/// @group breadcrumb
|
|
42150
42014
|
$kendo-breadcrumb-root-link-focus-border: null !default;
|
|
42151
|
-
/// The box shadow of the focused Breadcrumb root link.
|
|
42152
|
-
/// @group breadcrumb
|
|
42153
42015
|
$kendo-breadcrumb-root-link-focus-shadow: $kendo-breadcrumb-link-focus-shadow !default;
|
|
42154
42016
|
|
|
42155
|
-
/// The background color of the current Breadcrumb root link.
|
|
42156
|
-
/// @group breadcrumb
|
|
42157
42017
|
$kendo-breadcrumb-current-item-bg: null !default;
|
|
42158
|
-
/// The text color of the current Breadcrumb root link.
|
|
42159
|
-
/// @group breadcrumb
|
|
42160
42018
|
$kendo-breadcrumb-current-item-text: $kendo-color-secondary !default;
|
|
42161
|
-
/// The border color of the current Breadcrumb root link.
|
|
42162
|
-
/// @group breadcrumb
|
|
42163
42019
|
$kendo-breadcrumb-current-item-border: null !default;
|
|
42164
42020
|
|
|
42165
|
-
|
|
42166
|
-
/// The sizes map for the Breadcrumb.
|
|
42167
|
-
/// @group breadcrumb
|
|
42168
|
-
$kendo-breadcrumb-sizes: (
|
|
42169
|
-
sm: (
|
|
42170
|
-
link-padding-x: $kendo-breadcrumb-sm-link-padding-x,
|
|
42171
|
-
link-padding-y: $kendo-breadcrumb-sm-link-padding-y,
|
|
42172
|
-
icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-x,
|
|
42173
|
-
icon-link-padding-y: $kendo-breadcrumb-sm-icon-link-padding-y,
|
|
42174
|
-
font-size: $kendo-breadcrumb-sm-font-size,
|
|
42175
|
-
line-height: $kendo-breadcrumb-sm-line-height
|
|
42176
|
-
),
|
|
42177
|
-
md: (
|
|
42178
|
-
link-padding-x: $kendo-breadcrumb-md-link-padding-x,
|
|
42179
|
-
link-padding-y: $kendo-breadcrumb-md-link-padding-y,
|
|
42180
|
-
icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-x,
|
|
42181
|
-
icon-link-padding-y: $kendo-breadcrumb-md-icon-link-padding-y,
|
|
42182
|
-
font-size: $kendo-breadcrumb-md-font-size,
|
|
42183
|
-
line-height: $kendo-breadcrumb-md-line-height
|
|
42184
|
-
),
|
|
42185
|
-
lg: (
|
|
42186
|
-
link-padding-x: $kendo-breadcrumb-lg-link-padding-x,
|
|
42187
|
-
link-padding-y: $kendo-breadcrumb-lg-link-padding-y,
|
|
42188
|
-
icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-x,
|
|
42189
|
-
icon-link-padding-y: $kendo-breadcrumb-lg-icon-link-padding-y,
|
|
42190
|
-
font-size: $kendo-breadcrumb-lg-font-size,
|
|
42191
|
-
line-height: $kendo-breadcrumb-lg-line-height
|
|
42192
|
-
)
|
|
42193
|
-
) !default;
|
|
42021
|
+
$kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
|
|
42194
42022
|
|
|
42195
42023
|
// #endregion
|
|
42196
42024
|
// #region @import "./_layout.scss"; -> scss/breadcrumb/_layout.scss
|
|
@@ -42208,6 +42036,8 @@ $kendo-breadcrumb-sizes: (
|
|
|
42208
42036
|
box-sizing: border-box;
|
|
42209
42037
|
outline: 0;
|
|
42210
42038
|
font-family: $kendo-breadcrumb-font-family;
|
|
42039
|
+
font-size: $kendo-breadcrumb-font-size;
|
|
42040
|
+
line-height: $kendo-breadcrumb-line-height;
|
|
42211
42041
|
display: flex;
|
|
42212
42042
|
flex-direction: row;
|
|
42213
42043
|
-webkit-touch-callout: none;
|
|
@@ -42259,6 +42089,8 @@ $kendo-breadcrumb-sizes: (
|
|
|
42259
42089
|
.k-breadcrumb-link,
|
|
42260
42090
|
.k-breadcrumb-root-link {
|
|
42261
42091
|
@include border-radius( $kendo-breadcrumb-link-border-radius );
|
|
42092
|
+
padding-block: $kendo-breadcrumb-link-padding-y;
|
|
42093
|
+
padding-inline: $kendo-breadcrumb-link-padding-x;
|
|
42262
42094
|
color: $kendo-breadcrumb-link-initial-text;
|
|
42263
42095
|
text-decoration: none;
|
|
42264
42096
|
white-space: nowrap;
|
|
@@ -42272,12 +42104,21 @@ $kendo-breadcrumb-sizes: (
|
|
|
42272
42104
|
transition: $kendo-transition;
|
|
42273
42105
|
}
|
|
42274
42106
|
|
|
42107
|
+
.k-breadcrumb-root-link {
|
|
42108
|
+
margin-inline-end: $kendo-breadcrumb-root-link-spacing;
|
|
42109
|
+
}
|
|
42110
|
+
|
|
42275
42111
|
.k-breadcrumb-link > .k-image,
|
|
42276
42112
|
.k-breadcrumb-icontext-link .k-icon,
|
|
42277
42113
|
.k-breadcrumb-icontext-link .k-svg-icon {
|
|
42278
42114
|
margin-inline-end: $kendo-breadcrumb-link-icon-spacing;
|
|
42279
42115
|
}
|
|
42280
42116
|
|
|
42117
|
+
.k-breadcrumb-icon-link {
|
|
42118
|
+
padding-block: $kendo-breadcrumb-icon-link-padding-y;
|
|
42119
|
+
padding-inline: $kendo-breadcrumb-icon-link-padding-x;
|
|
42120
|
+
}
|
|
42121
|
+
|
|
42281
42122
|
|
|
42282
42123
|
// Breadcrumb delimiter
|
|
42283
42124
|
.k-breadcrumb-delimiter,
|
|
@@ -42296,34 +42137,6 @@ $kendo-breadcrumb-sizes: (
|
|
|
42296
42137
|
}
|
|
42297
42138
|
}
|
|
42298
42139
|
|
|
42299
|
-
|
|
42300
|
-
// Sizes
|
|
42301
|
-
@each $size, $size-props in $kendo-breadcrumb-sizes {
|
|
42302
|
-
$_link-padding-x: k-map-get( $size-props, link-padding-x );
|
|
42303
|
-
$_link-padding-y: k-map-get( $size-props, link-padding-y );
|
|
42304
|
-
$_icon-link-padding-x: k-map-get( $size-props, icon-link-padding-x );
|
|
42305
|
-
$_icon-link-padding-y: k-map-get( $size-props, icon-link-padding-y );
|
|
42306
|
-
$_font-size: k-map-get( $size-props, font-size );
|
|
42307
|
-
$_line-height: k-map-get( $size-props, line-height );
|
|
42308
|
-
|
|
42309
|
-
.k-breadcrumb-#{$size} {
|
|
42310
|
-
font-size: $_font-size;
|
|
42311
|
-
line-height: $_line-height;
|
|
42312
|
-
|
|
42313
|
-
|
|
42314
|
-
.k-breadcrumb-link,
|
|
42315
|
-
.k-breadcrumb-root-link {
|
|
42316
|
-
padding-block: $_link-padding-y;
|
|
42317
|
-
padding-inline: $_link-padding-x;
|
|
42318
|
-
}
|
|
42319
|
-
|
|
42320
|
-
.k-breadcrumb-icon-link {
|
|
42321
|
-
padding-block: $_icon-link-padding-y;
|
|
42322
|
-
padding-inline: $_icon-link-padding-x;
|
|
42323
|
-
}
|
|
42324
|
-
}
|
|
42325
|
-
}
|
|
42326
|
-
|
|
42327
42140
|
}
|
|
42328
42141
|
|
|
42329
42142
|
|
|
@@ -52650,6 +52463,7 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
52650
52463
|
.k-treelist-toggle {
|
|
52651
52464
|
margin-block: -$kendo-icon-padding;
|
|
52652
52465
|
padding: $kendo-icon-padding;
|
|
52466
|
+
box-sizing: content-box;
|
|
52653
52467
|
cursor: pointer;
|
|
52654
52468
|
}
|
|
52655
52469
|
|