Skip to content

Commit d5243ec

Browse files
Backport of Rishabh gupta/UI/a11y fix non functional icons into release/1.22.x (#23355)
backport of commit 1939aa3 Co-authored-by: Rishabh Gupta <rishabh.gupta@hashicorp.com>
1 parent f0bef79 commit d5243ec

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ui/packages/consul-ui/app/components/app-view/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ state: needs-love
88
the app chrome), every 'top level main section/template' should have one of
99
these.
1010

11-
This component will potentially be renamed to `Page` or `View` or similar now
11+
This component will potentially be renamed to `Page` or `View` or similar now
1212
that we don't need two words.
1313

1414
Other than that it provides the basic layout/slots for our main title, search

ui/packages/consul-ui/app/components/app-view/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
@extend %button-compact;
3030
}
3131

32-
/* toggleable toolbar for short screens */
32+
/* toggleable toolbar for short screens */
3333
[for='toolbar-toggle'] {
3434
@extend %with-search-color-icon;
3535
background-position: 0 4px;

ui/packages/consul-ui/app/styles/routes/dc/overview/serverstatus.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ section[data-route='dc.show.serverstatus'] {
8585
@extend %display-300-semibold;
8686
color: var(--token-color-hashicorp-brand);
8787
}
88-
%server-failure-tolerance header span::before {
88+
%server-failure-tolerance .optimistic-tolerance header span::before {
8989
--icon-name: icon-info;
9090
--icon-size: icon-300;
9191
--icon-color: var(--token-color-foreground-faint);

0 commit comments

Comments
 (0)