Skip to content

Commit 9e794ed

Browse files
committed
feat(high contrast): use hc tokens
1 parent b705114 commit 9e794ed

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

packages/module/sass/react-catalog-view-extension/_vertical-tabs.scss

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,8 @@
3131
&::after {
3232
content: '';
3333
position: absolute;
34-
left: 0;
35-
right: 0;
36-
top: 0;
37-
bottom: 0;
38-
border-width: var(--pf-t--global--border--width--high-contrast--regular);
39-
border-style: solid;
40-
border-color: transparent;
34+
inset: 0;
35+
border: var(--pf-t--global--border--width--action--plain--default) solid var(--pf-t--global--border--color--high-contrast);
4136
border-radius: inherit;
4237
pointer-events: none;
4338
}
@@ -49,6 +44,7 @@
4944

5045
&::after {
5146
border-color: var(--pf-t--global--border--color--high-contrast);
47+
border-width: var(--pf-t--global--border--width--action--plain--hover);
5248
}
5349
}
5450

packages/module/src/components/react-catalog-view-extension.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)