Skip to content

Commit 4f81127

Browse files
Portugal, MarceloPortugal, Marcelo
Portugal, Marcelo
authored and
Portugal, Marcelo
committed
gh-pages v4.4.10
1 parent 8cb854e commit 4f81127

File tree

245 files changed

+67733
-134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+67733
-134
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ <h1 class="text-center">Angular UI Grid</h1>
7676
Code on Github
7777
</a>
7878

79-
<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">
79+
<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">
8080
<i class="fa fa-download fa-fw"></i>
81-
<!-- Download <small>( 4.4.9 / 4.4.9 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
81+
<!-- Download <small>( 4.4.10 / 4.4.10 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
8282

83-
Download <small>( 4.4.9 )</small>
83+
Download <small>( 4.4.10 )</small>
8484
</a>
8585

8686
<a class="btn btn-success btn-large" href="/docs/#!/tutorial" title="Tutorial">

less/menu.less

+7-3
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,18 @@
5757
list-style-type: none;
5858

5959
li {
60-
padding: 0px;
61-
button {
60+
padding: 0;
61+
.ui-grid-menu-item {
6262
color: @menuTextColor;
6363
min-width: 100%;
6464
padding: 8px;
6565
text-align: left;
6666
background: transparent;
6767
border: none;
68+
cursor: default;
69+
}
70+
button.ui-grid-menu-item {
71+
cursor: pointer;
6872

6973
// Show a shadow when hovering over a menu item
7074
&:hover,
@@ -78,7 +82,7 @@
7882
}
7983

8084
// Show a bottom border on all but the last menu item
81-
li:not(:last-child) > button {
85+
li:not(:last-child) > .ui-grid-menu-item {
8286
border-bottom: @gridBorderWidth solid @borderColor;
8387
}
8488
}

0 commit comments

Comments
 (0)