File tree Expand file tree Collapse file tree 2 files changed +7
-35
lines changed
packages/module/sass/react-catalog-view-extension Expand file tree Collapse file tree 2 files changed +7
-35
lines changed Original file line number Diff line number Diff line change 3131 margin-block-start : 0 ;
3232 }
3333
34- & :hover {
35- background-color : var (--pf-t--global--background--color--action--plain--hover );
36- position : relative ;
37-
38- & ::after {
39- content : ' ' ;
40- position : absolute ;
41- left : 0 ;
42- right : 0 ;
43- top : 0 ;
44- bottom : 0 ;
45- border-width : var (--pf-t--global--border--width--high-contrast--regular );
46- border-style : solid ;
47- border-color : transparent ;
48- border-radius : inherit ;
49- pointer-events : none ;
50- }
51-
52- & ::after {
53- border-color : var (--pf-t--global--border--color--high-contrast );
54- }
55- }
56-
5734 .pf-v6-c-check__label {
5835 min-height : var (--pf-t--global--spacer--md );
5936 padding : var (--pf-t--global--spacer--sm ) var (--pf-t--global--spacer--xs );
Original file line number Diff line number Diff line change 55
66 .vertical-tabs-pf {
77 margin-block-end : 0 ;
8+ padding-block-start : var (--pf-t--global--spacer--xs );
89 }
910}
1011
1112.vertical-tabs-pf-tab {
1213 margin-block-start : var (--pf-t--global--spacer--sm );
14+ margin-inline-start : var (--pf-t--global--spacer--md );
15+ padding-inline-start : 0 ;
1316 position : relative ;
1417
1518 > a {
1619 color : var ( --pf-t--global--text--color--regular );
1720 text-decoration : none ;
1821 display : inline-block ;
1922 font-size : 13px ;
20- padding : var (--pf-t--global--spacer--sm ) var (--pf-t--global--spacer--xs ) var (--pf-t--global--spacer--sm ) var (--pf-t--global--spacer--md );
23+ margin-inline-start : var (--pf-t--global--spacer--md );
24+ padding : var (--pf-t--global--spacer--xs ) var (--pf-t--global--spacer--sm ) var (--pf-t--global--spacer--xs ) var (--pf-t--global--spacer--sm );
2125 vertical-align : top ;
2226 width : 100% ;
2327 word-break : break-word ;
6165 }
6266
6367 & .active {
64- > a {
65-
6668 & ::before {
6769 background : var ( --pf-t--global--border--color--brand--clicked );
6870 content : " \00a0 " ; //
69- left : 0 ;
71+ inset-inline-start : 0 ;
72+ inset-block-start : var (--pf-t--global--spacer--xs );
7073 position : absolute ;
7174 width : var (--pf-t--global--border--width--extra-strong );
7275 }
73- }
7476 }
7577
7678 & :first-of-type {
7779 margin-block-start : 0 ;
7880 }
79-
80- > .vertical-tabs-pf {
81- > .vertical-tabs-pf-tab {
82- position : initial ;
83- padding-inline-start : var (--pf-t--global--spacer--md );
84- }
85- }
8681}
8782
8883.vertical-tabs-pf.restrict-tabs {
You can’t perform that action at this time.
0 commit comments