File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 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 );
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;
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
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 );
You can’t perform that action at this time.
0 commit comments