Skip to content

Commit 7b9e43c

Browse files
committed
DOC-11207 7.6 metrics Deprecation formatting
1 parent 3e112ca commit 7b9e43c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/css/labels.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
.doc .edition,
1919
.doc .status,
20+
.doc .deprecated,
2021
.doc .edition.page-edition {
2122
/* max-width: fit-content; */
2223
font-size: var(--labels-font-size);
@@ -47,6 +48,7 @@
4748
.doc .labels li,
4849
.doc .edition,
4950
.doc .status,
51+
.doc .deprecated,
5052
.doc .edition.page-edition {
5153
/* color: #fff; */
5254
display: inline-block;
@@ -59,13 +61,15 @@
5961
.doc .labels li a,
6062
.doc .edition a,
6163
.doc .status a,
64+
.doc .deprecated,
6265
.doc .edition.page-edition a {
6366
text-decoration: none;
6467
font-family: "Source Sans Pro", sans-serif;
6568
}
6669

6770
.doc .edition *,
68-
.doc .status * {
71+
.doc .status *,
72+
.doc .deprecated * {
6973
color: inherit;
7074
}
7175

@@ -87,6 +91,13 @@
8791
opacity: 0.6;
8892
}
8993

94+
.doc .deprecated {
95+
color: var(--color-brand-red);
96+
border: 1px solid var(--color-brand-red);
97+
border-radius: 3px;
98+
opacity: 0.6;
99+
}
100+
90101
.doc .concept {
91102
color: var(--color-yellow);
92103
border: 1px solid var(--color-yellow);

0 commit comments

Comments
 (0)