File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 text-decoration : none !important ;
44}
55
6- .Heading__anchor ::after {
7- display : none;
8- }
9-
106.Heading__anchorIcon {
117 position : relative;
128 visibility : hidden;
Original file line number Diff line number Diff line change 1212
1313.BreadcrumbRoot ,
1414.BreadcrumbItem {
15+ --fgColor-link : var (--brand-InlineLink-color-rest );
1516 color : var (--brand-InlineLink-color-rest );
1617}
1718
2425 width : 100% ;
2526}
2627
27-
2828.ActionsWrapper {
2929 padding-block-start : var (--base-size-16 );
3030}
3131
32-
3332.RelatedLinks {
3433 padding-top : var (--base-size-20 );
3534}
Original file line number Diff line number Diff line change 174174.Prose a : -webkit-any-link : not (: global (.custom-component ) a : -webkit-any-link ) {
175175 color : var (--brand-InlineLink-color-rest );
176176 text-decoration : underline;
177- position : relative;
178- }
179-
180- .Prose a : not (: global (.custom-component ) a )::after {
181- content : '' ;
182- border-bottom : var (--brand-borderWidth-thin ) solid var (--brand-InlineLink-color-rest );
183- height : 0 ;
184- transition : var (--brand-InlineLink-transition-timing ) transform;
185- transform : scaleY (var (--brand-InlineLink-transition-scale-start ));
186- transform-origin : 50% 100% ;
187- width : 100% ;
188- position : absolute;
189- bottom : 0 ;
190- left : 0 ;
191- }
192-
193- .Prose a : not (: global (.custom-component ) a ): hover ::after {
194- transform : scaleY (var (--brand-InlineLink-transition-scale-end ));
195- }
196-
197- .Prose a : not (: global (.custom-component ) a ): active ::after {
198- border-color : var (--brand-InlineLink-color-pressed );
199177}
200178
201179.Prose code : not (: global (.custom-component ) code ) {
You can’t perform that action at this time.
0 commit comments