File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/react-core/src/components/Compass/examples Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # ws-react-p -compass-basic [class *= "pf-v6-c-compass" ] {
1+ # ws-react-a -compass-basic [class *= "pf-v6-c-compass" ] {
22 position : relative;
33}
44
5- # ws-react-p -compass-basic [class *= "pf-v6-c-compass" ]::after {
5+ # ws-react-a -compass-basic [class *= "pf-v6-c-compass" ]::after {
66 content : "" ;
77 position : absolute;
88 inset : 0 ;
99 border : var (--pf-t--global--border--width--regular ) dashed var (--pf-t--global--border--color--default );
1010 pointer-events : none;
1111}
1212
13- # ws-react-p -compass-with-alternate-footer [class *= "pf-v6-c-compass" ] {
13+ # ws-react-a -compass-with-alternate-footer [class *= "pf-v6-c-compass" ] {
1414 position : relative;
1515}
1616
17- # ws-react-p -compass-with-alternate-footer [class *= "pf-v6-c-compass" ]: not ([class *= "footer" ])::after {
17+ # ws-react-a -compass-with-alternate-footer [class *= "pf-v6-c-compass" ]: not ([class *= "footer" ])::after {
1818 content : "" ;
1919 position : absolute;
2020 inset : 0 ;
You can’t perform that action at this time.
0 commit comments