Skip to content

Commit 4c96ff9

Browse files
gh-pages v4.12.2
1 parent 84eb114 commit 4c96ff9

File tree

208 files changed

+64181
-3323
lines changed

Some content is hidden

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

208 files changed

+64181
-3323
lines changed

docs/js/docs-setup.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2626,7 +2626,7 @@ UI_DOCS={
26262626
"type": "script"
26272627
},
26282628
{
2629-
"src": "/release/css/ui-grid.css",
2629+
"src": "/release/ui-grid.css",
26302630
"type": "css"
26312631
}
26322632
],
@@ -2636,7 +2636,7 @@ UI_DOCS={
26362636
"type": "script"
26372637
},
26382638
{
2639-
"src": "/release/css/ui-grid-unstable.css",
2639+
"src": "/release/ui-grid-unstable.css",
26402640
"type": "css"
26412641
}
26422642
]

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

83-
Download <small>( 4.12.1 )</small>
83+
Download <small>( 4.12.2 )</small>
8484
</a>
8585

8686
<a class="btn btn-success btn-large" href="/docs/#!/tutorial" title="Tutorial">
+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.12.2/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)