Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Fix: Fixed hidding the try it button after property name change
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed May 11, 2017
1 parent b276d17 commit 280bdbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raml-docs-method-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
Parent is used to display title of the method.
## Disabling the "try it" button
You can either set the `noTryIt` property to true (or set the `no-tryit` attribute on the element)
You can either set the `noTryIt` property to true (or set the `no-try-it` attribute on the element)
or send for the `tryit-toggle` custom event with the `state` property set to the detail object.
The element will listen on `window` object for the event.
Expand Down Expand Up @@ -164,7 +164,7 @@
@apply(--action-button-hover);
}

:host([no-tryit]) .action {
:host([no-try-it]) .action {
display: none !important;
}

Expand Down

0 comments on commit 280bdbb

Please sign in to comment.