File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
projects/igniteui-angular/src/lib/core/styles/components/grid Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 689689 $drag-icon-size : rem (24px );
690690 $grouping-padding-right : rem (12px );
691691
692- $grid-border-width : map-get ((
693- material: 0 ,
694- fluent: 1px ,
695- bootstrap: 0 ,
696- indigo- design: 0
697- ), $variant );
698-
699692 $grid-header-weight : map-get ((
700693 material: 600 ,
701694 fluent: 800 ,
710703 grid-template-columns : 1fr ;
711704 overflow : hidden ;
712705 box-shadow : $grid-shadow ;
706+
707+ @if $variant == ' fluent' {
708+ box-shadow : 0 0 0 1px --var ($theme , ' grid-border-color' );
709+ }
710+
713711 outline-style : none ;
714712 z-index : 1 ;
715- border : $grid-border-width solid --var ($theme , ' grid-border-color' );
716713
717714 %cbx-display {
718715 min-width : $cbx-size ;
You can’t perform that action at this time.
0 commit comments