Skip to content

Commit 359cd48

Browse files
authored
Merge pull request #337 from UiPath/a11y/ui-suggest-filter-outline-v14-5
a11y: display outline on ui-suggest grid filter [v14.5]
2 parents 8021658 + ff75420 commit 359cd48

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v14.5.6 (2023-05-10)
2+
* **fix** display outline on suggest grid filter
3+
14
# v14.5.5 (2023-03-31)
25
* **fix** humanize duration in different locales
36

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-components",
3-
"version": "14.5.5",
3+
"version": "14.5.6",
44
"author": {
55
"name": "UiPath Inc",
66
"url": "https://uipath.com"

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

projects/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uipath/angular",
3-
"version": "14.5.5",
3+
"version": "14.5.6",
44
"license": "MIT",
55
"author": {
66
"name": "UiPath Inc",

0 commit comments

Comments
 (0)