Skip to content

Commit 7e611cf

Browse files
Andrei CaleniucAndrei Caleniuc
authored andcommitted
fix: display outline on suggest grid filter
1 parent 8021658 commit 7e611cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

projects/angular/components/ui-grid/src/ui-grid.component.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,14 @@ ui-grid {
177177
gap: $ui-grid-action-buttons-spacing;
178178
}
179179
}
180+
181+
ui-suggest {
182+
.display {
183+
&:focus {
184+
outline: revert;
185+
}
186+
}
187+
}
180188
}
181189

182190
// single main button on default design

0 commit comments

Comments
 (0)