File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
patternfly-docs/content/examples
sass/react-catalog-view-extension Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818}
1919.ws-react-e-vertical-tabs .vertical-tabs-pf-tab > a {
2020 color : var (--pf-t--global--text--color--regular );
21+ text-decoration : none;
2122 display : inline-block;
2223 font-size : var (--pf-t--global--font--size--body--default );
2324 padding-block : var (--pf-t--global--spacer--xs );
3031 margin-inline-start : var (--pf-t--global--spacer--md );
3132}
3233.ws-react-e-vertical-tabs .vertical-tabs-pf-tab > a : hover , .ws-react-e-vertical-tabs .vertical-tabs-pf-tab > a : focus {
33- color : var (--pf-t--global--text--color--regular );
3434 background-color : var (--pf-t--global--background--color--action--plain--hover );
3535 text-decoration : none;
3636}
Original file line number Diff line number Diff line change 2424
2525 & :hover ,
2626 & :focus {
27- color : var (--pf-t--global--text --color--brand --hover );
27+ background- color : var (--pf-t--global--background --color--action--plain --hover );
2828 text-decoration : none ;
2929 }
3030
You can’t perform that action at this time.
0 commit comments