From fa508a26b48b4faa883bbf8ed38a48713032bfcd Mon Sep 17 00:00:00 2001 From: James M Snell Date: Fri, 19 Mar 2021 10:54:53 -0700 Subject: [PATCH] doc: apply style for legacy status Signed-off-by: James M Snell --- doc/api_assets/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index fb34bcf12a2195..2f128dedf3fe01 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -23,6 +23,7 @@ --gray6: #333333; --gray7: #c1c1c1; --grey8: #ddd; + --yellow: #fffa00; --color-brand-primary: var(--gray6); --color-brand-secondary: var(--green1); @@ -263,6 +264,11 @@ ol.version-picker li:last-child a { background-color: var(--green2); } +.api_stability_3 { + background-color: var(--yellow); + color: var(--black); +} + .module_stability { vertical-align: middle; } @@ -372,7 +378,7 @@ dd + dt.pre { #apicontent { padding-top: 1rem; } - + #apicontent section { content-visibility: auto; contain-intrinsic-size: 1px 5000px;