Skip to content

Commit

Permalink
Regen snapshosts | Fixes liferay#452
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles authored and Kien Do committed Feb 21, 2018
1 parent 21683b1 commit f5245ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ exports[`ClayActionsDropdown should render an expanded action dropdown 1`] = `
</svg>
</button>
</div>
<div class="dropdown-menu show" ref="menu" style="top: 0px; left: 0px;">
<div class="dropdown-menu show" ref="menu">
<ul class="list-unstyled">
<li>
<a class=" dropdown-item" href="#1">Edit</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ exports[`ClayDropdown should render an expanded dropdown 1`] = `
</svg>
</button>
</div>
<div class="dropdown-menu show" ref="menu" style="top: 0px; left: 0px;">
<div class="dropdown-menu show" ref="menu">
<ul class="list-unstyled">
<li>
<a class=" dropdown-item" href="item1url">Item 1</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`ClayDropdownBase should close dropdown 1`] = `
<div class="dropdown">
<button aria-expanded="false" aria-haspopup="true" aria-label="toggle" class="dropdown-toggle btn btn-unstyled" type="button">Trigger</button>
</div>
<div class="dropdown-menu" ref="menu" style="top: 0px; left: 0px;">
<div class="dropdown-menu" ref="menu">
<ul class="list-unstyled">
<li>
<a class=" dropdown-item" href="item1url">Item 1</a>
Expand Down

0 comments on commit f5245ce

Please sign in to comment.