File tree Expand file tree Collapse file tree 4 files changed +16
-12
lines changed
projects/igniteui-angular
src/lib/core/styles/components/navbar Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 7070 "@types/source-map" : " 0.5.2" ,
7171 "express" : " ^4.19.2" ,
7272 "fflate" : " ^0.8.1" ,
73- "igniteui-theming" : " ^6.3.0 " ,
73+ "igniteui-theming" : " ^6.3.1 " ,
7474 "igniteui-trial-watermark" : " ^3.0.2" ,
7575 "lodash-es" : " ^4.17.21" ,
7676 "rxjs" : " ^7.8.0" ,
Original file line number Diff line number Diff line change 7474 "igniteui-trial-watermark" : " ^3.0.2" ,
7575 "lodash-es" : " ^4.17.21" ,
7676 "uuid" : " ^9.0.0" ,
77- "igniteui-theming" : " ^6.3.0 " ,
77+ "igniteui-theming" : " ^6.3.1 " ,
7878 "@igniteui/material-icons-extended" : " ^3.0.0"
7979 },
8080 "peerDependencies" : {
Original file line number Diff line number Diff line change 1212
1313/// @param {Map} $schema [$light-material-schema] - The schema used as basis for styling the component.
1414/// @param {Map} $elevations [null] - The elevations (shadows) map to be used.
15- ///
1615/// @param {Color} $background [null] - The navbar background color.
1716/// @param {Color} $text-color [null] - The navbar text color.
17+ /// @param {Color} $border-color [null] - The navbar border color.
1818/// @param {box-shadow} $shadow [null] - The shadow of the navbar.
1919/// @param {Color} $idle-icon-color [null] - The navbar idle icon color.
2020/// @param {Color} $hover-icon-color [null] - The navbar hover icon color.
2727@function navbar-theme (
2828 $schema : $light-material-schema ,
2929 $elevations : null ,
30-
3130 $background : null ,
31+ $border-color : null ,
3232 $text-color : null ,
3333 $shadow : null ,
3434 $idle-icon-color : null ,
7171 @return extend ($theme , (
7272 name : $name ,
7373 background : $background ,
74+ border-color : $border-color ,
7475 text- color: $text-color ,
7576 idle- icon- color: $idle-icon-color ,
7677 hover- icon- color: $hover-icon-color ,
111112
112113 igx-avatar ,
113114 igx-input-group ,
114- [igxButton ],
115115 [igxIconButton ],
116116 igc-avatar ,
117117 igc-input ,
118- igc-button ,
119118 igc-icon-button {
120119 --ig-size : 1 ;
121120 }
122-
121+
122+ [igxButton ],
123+ igc-button {
124+ --ig-size : 2 ;
125+ }
126+
123127 @if $variant == ' indigo-design' {
124128 igc-icon-button ,
125- [igxIconButton ], {
129+ [igxIconButton ] {
126130 --ig-size : 2 ;
127131 }
128132 }
You can’t perform that action at this time.
0 commit comments