Adding deprecated indicator to operations

This commit is contained in:
Chris Allen
2014-10-03 16:52:44 -07:00
parent 03dd9fb7f4
commit 20c555306f
2 changed files with 8 additions and 1 deletions

View File

@@ -669,6 +669,10 @@
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a:hover {
text-decoration: underline;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a.deprecated {
color: #666666;
text-decoration: line-through;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
text-transform: uppercase;
text-decoration: none;