Skip to content

Commit

Permalink
gh-pages v4.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Portugal, Marcelo authored and Portugal, Marcelo committed May 15, 2018
1 parent 8cb854e commit 4f81127
Show file tree
Hide file tree
Showing 245 changed files with 67,733 additions and 134 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ <h1 class="text-center">Angular UI Grid</h1>
Code on Github
</a>

<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 4.4.9">
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 4.4.10">
<i class="fa fa-download fa-fw"></i>
<!-- Download <small>( 4.4.9 / 4.4.9 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
<!-- Download <small>( 4.4.10 / 4.4.10 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->

Download <small>( 4.4.9 )</small>
Download <small>( 4.4.10 )</small>
</a>

<a class="btn btn-success btn-large" href="/docs/#!/tutorial" title="Tutorial">
Expand Down
10 changes: 7 additions & 3 deletions less/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,18 @@
list-style-type: none;

li {
padding: 0px;
button {
padding: 0;
.ui-grid-menu-item {
color: @menuTextColor;
min-width: 100%;
padding: 8px;
text-align: left;
background: transparent;
border: none;
cursor: default;
}
button.ui-grid-menu-item {
cursor: pointer;

// Show a shadow when hovering over a menu item
&:hover,
Expand All @@ -78,7 +82,7 @@
}

// Show a bottom border on all but the last menu item
li:not(:last-child) > button {
li:not(:last-child) > .ui-grid-menu-item {
border-bottom: @gridBorderWidth solid @borderColor;
}
}
Loading

0 comments on commit 4f81127

Please sign in to comment.