File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
patternfly-docs/content/examples
sass/react-catalog-view-extension Expand file tree Collapse file tree 2 files changed +3
-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 1414
1515 > a {
1616 color : var ( --pf-t--global--text--color--regular );
17+ text-decoration : none ;
1718 display : inline-block ;
1819 font-size : 13px ;
1920 padding : 3px 6px 3px 15px ;
2324
2425 & :hover ,
2526 & :focus {
26- color : var (--pf-t--global--text --color--brand --hover );
27+ background- color : var (--pf-t--global--background --color--action--plain --hover );
2728 text-decoration : none ;
2829 }
2930
You can’t perform that action at this time.
0 commit comments