Skip to content

Commit 4807cbb

Browse files
Portugal, MarceloPortugal, Marcelo
Portugal, Marcelo
authored and
Portugal, Marcelo
committed
gh-pages v4.8.1
1 parent a2cc77e commit 4807cbb

File tree

367 files changed

+97452
-170
lines changed

Some content is hidden

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

367 files changed

+97452
-170
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.8.3-3fa72bae">
79+
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 4.8.1">
8080
<i class="fa fa-download fa-fw"></i>
81-
<!-- Download <small>( 4.8.3 / 4.8.3-3fa72bae )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
81+
<!-- Download <small>( 4.8.3 / 4.8.1 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
8282

83-
Download <small>( 4.8.3-3fa72bae )</small>
83+
Download <small>( 4.8.1 )</small>
8484
</a>
8585

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

release/4.8.1/css/ui-grid.cellnav.css

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.ui-grid-cell-focus {
2+
outline: 0;
3+
background-color: #b3c4c7;
4+
}
5+
.ui-grid-focuser {
6+
position: absolute;
7+
left: 0;
8+
top: 0;
9+
z-index: -1;
10+
width: 100%;
11+
height: 100%;
12+
}
13+
.ui-grid-focuser:focus {
14+
border-color: #66afe9;
15+
outline: 0;
16+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
17+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
18+
}
19+
.ui-grid-offscreen {
20+
display: block;
21+
position: absolute;
22+
left: -10000px;
23+
top: -10000px;
24+
clip: rect(0px, 0px, 0px, 0px);
25+
}

release/4.8.1/css/ui-grid.cellnav.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)