File tree Expand file tree Collapse file tree
projects/igniteui-angular/core/src/core/styles/components/button-group Expand file tree Collapse file tree Original file line number Diff line number Diff line change 126126 }
127127
128128 & [igxButton ].igx-button--focused {
129+ z-index : 2 ;
129130 color : var-get ($theme , ' item-focused-text-color' );
130131 background : var-get ($theme , ' item-focused-background' );
131132 border-color : var-get ($theme , ' item-focused-border-color' );
139140 }
140141
141142 @if $variant == ' bootstrap' {
142- z-index : 1 ;
143143 box-shadow : 0 0 0 rem (4px ) var-get ($theme , ' idle-shadow-color' );
144144 }
145145
160160
161161 @if $variant == ' indigo' {
162162 box-shadow : 0 0 0 rem (3px ) var-get ($theme , ' idle-shadow-color' );
163- z-index : 2 ;
164163 }
165164
166165 & :hover {
212211 background : var-get ($theme , ' item-selected-background' );
213212 border-color : var-get ($theme , ' item-selected-border-color' );
214213 position : relative ;
215- z-index : 3 ;
216214
217215 & [igxButton ] {
218216 border-color : var-get ($theme , ' item-selected-border-color' );
262260 @if $variant == ' indigo' {
263261 border-color : var-get ($theme , ' item-selected-border-color' );
264262 box-shadow : 0 0 0 rem (3px ) var-get ($theme , ' selected-shadow-color' );
265- z-index : 2 ;
263+ }
264+
265+ @if $variant == ' bootstrap' {
266+ box-shadow : 0 0 0 rem (4px ) var-get ($theme , ' selected-shadow-color' );
266267 }
267268
268269 & :hover {
You can’t perform that action at this time.
0 commit comments