Reapply changes in PR 1740, but fix properly in .less files

This commit is contained in:
Nick Maynard
2016-01-27 22:05:02 +00:00
parent 20f12d2e96
commit bcbf55eb03
5 changed files with 18 additions and 3 deletions

3
dist/css/print.css vendored
View File

@@ -725,6 +725,9 @@
color: black; color: black;
text-decoration: none; text-decoration: none;
} }
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a.toggleOperation.deprecated {
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.path a:hover { .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; text-decoration: underline;
} }

3
dist/css/screen.css vendored
View File

@@ -725,6 +725,9 @@
color: black; color: black;
text-decoration: none; text-decoration: none;
} }
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a.toggleOperation.deprecated {
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.path a:hover { .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; text-decoration: underline;
} }

View File

@@ -725,6 +725,9 @@
color: black; color: black;
text-decoration: none; text-decoration: none;
} }
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a.toggleOperation.deprecated {
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.path a:hover { .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; text-decoration: underline;
} }

View File

@@ -725,6 +725,9 @@
color: black; color: black;
text-decoration: none; text-decoration: none;
} }
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a.toggleOperation.deprecated {
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.path a:hover { .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; text-decoration: underline;
} }

View File

@@ -655,6 +655,9 @@
a { a {
color: black; color: black;
text-decoration: none; text-decoration: none;
&.toggleOperation.deprecated {
text-decoration: line-through;
}
} }
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;