Skip to content

Commit

Permalink
chore(verticalTab): move blue accent from link to li
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoker committed May 3, 2024
1 parent 5e8fdc0 commit 035f51f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@
background: var(--pf-t--global--background--color--disabled--default);
pointer-events: none;
}
.ws-react-e-vertical-tabs .vertical-tabs-pf-tab.active > a::before {
.ws-react-e-vertical-tabs .vertical-tabs-pf-tab.active::before {
background: var(--pf-t--global--border--color--clicked);
content: " ";
inset-inline-start: 0;
inset-block-start: var(--pf-t--global--spacer--xs);
position: absolute;
width: var(--pf-t--global--border--width--extra-strong);
}
Expand Down

0 comments on commit 035f51f

Please sign in to comment.